- Timestamp:
- 06/14/2026 04:28:57 PM (3 months ago)
- Branches:
- main
- Children:
- ab544fd
- Parents:
- 640b39c
- File:
-
- 1 edited
-
src/views/pages/admin-users.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-users.ejs
r640b39c ra64f642 66 66 </form> 67 67 68 <form method="post" action="/admin/users/<%= u.id %>/readonly" class="ax-role-form"> 69 <label class="ax-role ax-ro" title="Alleen-lezen: kan alles bekijken, niets wijzigen"> 70 <span>Kijk-modus</span> 71 <input type="checkbox" name="readonly" value="1" <%= u.readonly ? 'checked' : '' %> 72 onchange="this.form.submit()" <% if (u.id === user.id) { %>disabled<% } %>> 73 </label> 74 </form> 75 68 76 <% if (u.id !== user.id && (u.post_count + u.site_count === 0)) { %> 69 77 <form method="post" action="/admin/users/<%= u.id %>/delete" class="ax-delete-form" … … 222 230 } 223 231 .ax-role select:disabled { cursor: not-allowed; opacity: 0.5; } 232 .ax-ro { align-items: center; } 233 .ax-ro input { width: 18px; height: 18px; cursor: pointer; margin-top: 0.15rem; accent-color: var(--accent); } 234 .ax-ro input:disabled { cursor: not-allowed; opacity: 0.5; } 224 235 .ax-delete-form { margin: 0; } 225 236 .ax-icon-btn {
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)