switch position of Apply and Remove buttons below the filter

Mon, 06 Oct 2025 13:02:12 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 06 Oct 2025 13:02:12 +0200
changeset 398
384a98f0220d
parent 397
11bb10ff8b4d
child 399
0b59551086f4

switch position of Apply and Remove buttons below the filter

src/main/webapp/WEB-INF/changelogs/changelog-de.jspf file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/changelogs/changelog.jspf file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/jspf/issue-filter.jspf file | annotate | diff | comparison | revisions
--- a/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Sun Oct 05 17:59:54 2025 +0200
+++ b/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf	Mon Oct 06 13:02:12 2025 +0200
@@ -37,6 +37,7 @@
     <li>Die Vorschläge in den Suchfeldern für Vorgänge sind nun absteigend nach Vorgangsnummer sortiert.</li>
     <li>Die Standardkategorie für neue Vorgänge in veröffentlichten Versionen ist nun "Fehler" anstelle von "Feature".</li>
     <li>Die Links zu den Varianten in der Vorgangsansicht wechseln nun lediglich die geöffnete Variante, anstatt zur Vorgangsliste zurückzukehren.</li>
+    <li>Positionen der Schaltflächen unterhalb der Vorgangsfilter getauscht, um Konsistent mit allen anderen Schaltflächen in der Anwendung zu sein.</li>
     <li>Fehlerhafte Delta-Anzeige in RSS-Feeds behoben.</li>
     <li>Ungefiltertes HTML aus Vorgangsbeschreibungen in RSS-Feeds behoben.</li>
     <li>Vorgänge können nicht länger mit sich selbst verlinkt werden.</li>
--- a/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Sun Oct 05 17:59:54 2025 +0200
+++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf	Mon Oct 06 13:02:12 2025 +0200
@@ -37,6 +37,7 @@
     <li>Change that issues suggested by the search boxes are now sorted by ID in descending order.</li>
     <li>Change that the default category for new issues in released versions is Bug instead of Feature.</li>
     <li>Change that the variant links in the issue view now stay within the issue and only switch the opened variant.</li>
+    <li>Switch position of Apply and Remove buttons below the filter to be in line with the design rule that submit buttons are always right aligned.</li>
     <li>Fix wrong diffs in RSS feed.</li>
     <li>Fix unescaped HTML in RSS feed.</li>
     <li>Fix that issues could relate to themselves.</li>
--- a/src/main/webapp/WEB-INF/jspf/issue-filter.jspf	Sun Oct 05 17:59:54 2025 +0200
+++ b/src/main/webapp/WEB-INF/jspf/issue-filter.jspf	Mon Oct 06 13:02:12 2025 +0200
@@ -86,7 +86,7 @@
     </div>
     <div class="medskip">
         <input type="hidden" id="filter-remove" name="filter">
+        <a class="button" onclick="removeAllFilters()"><fmt:message key="button.remove"/></a>
         <button name="filter" type="submit"><fmt:message key="button.apply"/></button>
-        <a class="button" onclick="removeAllFilters()"><fmt:message key="button.remove"/></a>
     </div>
 </form>

mercurial