diff --git a/apps/routerconsole/jsp/confighome.jsp b/apps/routerconsole/jsp/confighome.jsp index 877a6852991ec2f18b36b82f2ba55d1dae092ded..82044d6d715548409e13667edab445ec830c2406 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")%>" >