Changeset 91094a4 in Klonkt for src/views/pages/admin-audio.ejs
- Timestamp:
- 06/19/2026 01:09:15 AM (3 months ago)
- Branches:
- main
- Children:
- 37edecd
- Parents:
- 2e247e4
- File:
-
- 1 edited
-
src/views/pages/admin-audio.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-audio.ejs
r2e247e4 r91094a4 101 101 <% } %> 102 102 <button type="button" class="ax-icon-btn" data-track-edit data-id="<%= t.id %>" aria-label="Bewerken" title="Bewerken">✎</button> 103 <% if (typeof premiumUnlocked === 'undefined' || premiumUnlocked) { %> 104 <form action="/admin/audio/<%= t.id %>/downloadable" method="post" class="ax-track-delete" style="display:inline"> 105 <button type="submit" class="ax-icon-btn" aria-label="Download-voor-email" title="<%= t.downloadable ? 'Download-voor-email staat AAN — klik om uit te zetten' : 'Download-voor-email staat uit — klik om aan te zetten' %>" style="<%= t.downloadable ? 'color:var(--accent,#6b8f71)' : 'opacity:.5' %>">⬇</button> 106 </form> 107 <% } %> 103 108 <form action="/admin/audio/<%= t.id %>/delete" method="post" onsubmit="return confirm('Track verwijderen?')" class="ax-track-delete"> 104 109 <button type="submit" class="ax-icon-btn ax-icon-btn-danger" aria-label="Verwijderen" title="Verwijderen">🗑</button>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)