From 8dc3163c733669a572823f26e85b93e8acd8a485 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sat, 6 Oct 2018 13:33:19 +0000 Subject: [PATCH] flip sections on /confighome --- apps/routerconsole/jsp/confighome.jsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/routerconsole/jsp/confighome.jsp b/apps/routerconsole/jsp/confighome.jsp index 877a685299..82044d6d71 100644 --- a/apps/routerconsole/jsp/confighome.jsp +++ b/apps/routerconsole/jsp/confighome.jsp @@ -62,12 +62,12 @@ input.default { <% } // shouldShowSearch() %> -<h3 class="tabletitle"><%=intl._t("Applications and Configuration")%></h3> +<h3 class="tabletitle"><%=intl._t("Hidden Services of Interest")%></h3> <form action="" method="POST"> <input type="hidden" name="nonce" value="<%=pageNonce%>" > - <input type="hidden" name="group" value="2"> - <jsp:getProperty name="homehelper" property="configServices" /> - <div class="formaction" id="homeapps"> + <input type="hidden" name="group" value="1"> + <jsp:getProperty name="homehelper" property="configFavorites" /> + <div class="formaction" id="homesites"> <input type="submit" name="action" class="default" value="<%=intl._t("Add item")%>" > <input type="submit" name="action" class="delete" value="<%=intl._t("Delete selected")%>" > <input type="reset" class="cancel" value="<%=intl._t("Cancel")%>" > @@ -76,12 +76,12 @@ input.default { </div> </form> -<h3 class="tabletitle"><%=intl._t("Hidden Services of Interest")%></h3> +<h3 class="tabletitle"><%=intl._t("Applications and Configuration")%></h3> <form action="" method="POST"> <input type="hidden" name="nonce" value="<%=pageNonce%>" > - <input type="hidden" name="group" value="1"> - <jsp:getProperty name="homehelper" property="configFavorites" /> - <div class="formaction" id="homesites"> + <input type="hidden" name="group" value="2"> + <jsp:getProperty name="homehelper" property="configServices" /> + <div class="formaction" id="homeapps"> <input type="submit" name="action" class="default" value="<%=intl._t("Add item")%>" > <input type="submit" name="action" class="delete" value="<%=intl._t("Delete selected")%>" > <input type="reset" class="cancel" value="<%=intl._t("Cancel")%>" > -- GitLab