Changeset 3af8fa3 in Klonkt
- Timestamp:
- 06/23/2026 01:58:13 PM (3 months ago)
- Branches:
- main
- Children:
- 24cdcc6
- Parents:
- 3bb8719
- Location:
- src/views/partials
- Files:
-
- 2 edited
-
bottom-tab.ejs (modified) (1 diff)
-
topnav.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/bottom-tab.ejs
r3bb8719 r3af8fa3 57 57 <!-- Zoek --> 58 58 <button type="button" class="bottom-tab-item<%= _active === 'search' ? ' is-active' : '' %>" 59 id="bottom-tab-search-toggle" aria-label=" Zoeken">59 id="bottom-tab-search-toggle" aria-label="<%= t('nav.search') %>"> 60 60 <svg class="bottom-tab-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> 61 61 <circle cx="11" cy="11" r="7"/> -
src/views/partials/topnav.ejs
r3bb8719 r3af8fa3 69 69 70 70 <% if (_hasSearch) { %> 71 <button type="button" class="nav-btn" id="search-toggle" aria-label=" Zoeken" title="Zoeken">71 <button type="button" class="nav-btn" id="search-toggle" aria-label="<%= t('nav.search') %>" title="<%= t('nav.search') %>"> 72 72 <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="11" cy="11" r="7"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg> 73 73 </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)