Changeset 2149f5a in Klonkt for src/views/pages/admin.ejs
- Timestamp:
- 06/20/2026 01:59:32 PM (3 months ago)
- Branches:
- main
- Children:
- 83b8b8f
- Parents:
- 66cfbaa
- File:
-
- 1 edited
-
src/views/pages/admin.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin.ejs
r66cfbaa r2149f5a 1 1 <div class="container admin-page"> 2 <% if (typeof langs !== 'undefined' && langs && langs.length > 1) { %>3 <select class="footer-lang" style="float:right;margin-left:1rem" aria-label="<%= t('nav.language') %>"4 onchange="location.href='/lang/'+this.value+'?r='+encodeURIComponent(location.pathname+location.search)">5 <% langs.forEach(function(l){ %><option value="<%= l.code %>"<%= l.active ? ' selected' : '' %>><%= l.name %></option><% }); %>6 </select>7 <% } %>8 2 <h1><%= t('admin.title') %></h1> 9 3 <% if (tenancy === 'hub') { %>
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)