add view pdf to nav and remove duplicate home on view
This commit is contained in:
@@ -89,12 +89,12 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="#" th:href="@{'/split-pdfs'}"
|
<a class="nav-link" href="#" th:href="@{'/view-pdf'}"
|
||||||
th:classappend="${currentPage}=='split-pdfs' ? 'active' : ''" th:title="#{home.split.desc}">
|
th:classappend="${currentPage}=='view-pdf' ? 'active' : ''" th:title="#{home.viewPdf.desc}">
|
||||||
<span class="material-symbols-rounded">
|
<span class="material-symbols-rounded">
|
||||||
cut
|
menu_book
|
||||||
</span>
|
</span>
|
||||||
<span class="icon-text" th:data-text="#{home.split.title}" th:text="#{home.split.title}"></span>
|
<span class="icon-text" th:data-text="#{home.viewPdf.title}" th:text="#{home.viewPdf.title}"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|||||||
@@ -357,10 +357,6 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||||||
data-l10n-id="pdfjs-page-input" autocomplete="off">
|
data-l10n-id="pdfjs-page-input" autocomplete="off">
|
||||||
</span>
|
</span>
|
||||||
<span id="numPages" class="toolbarLabel"></span>
|
<span id="numPages" class="toolbarLabel"></span>
|
||||||
<a class="navbar-brand hiddenMediumView" th:href="@{'/'}" tabindex="16">
|
|
||||||
<img class="main-icon" th:src="@{'/favicon.svg'}" alt="icon" style="max-height: 1.6rem; width: auto;">
|
|
||||||
<span class="icon-text" th:text="${@appName}">Stirling PDF</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="toolbarViewerRight">
|
<div id="toolbarViewerRight">
|
||||||
<div id="editorModeButtons" class="splitToolbarButton toggled" role="radiogroup">
|
<div id="editorModeButtons" class="splitToolbarButton toggled" role="radiogroup">
|
||||||
|
|||||||
Reference in New Issue
Block a user