I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d85ae48f authored by zzz's avatar zzz
Browse files

specify action so that the user will go to the top of the page to see the...

specify action so that the user will go to the top of the page to see the result even if an anchor was specified
parent e99b2064
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } ...@@ -101,7 +101,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
</p><p> </p><p>
<%=intl._("A web app may also be disabled by removing the .war file from the webapps directory; however the .war file and web app will reappear when you update your router to a newer version, so disabling the web app here is the preferred method.")%> <%=intl._("A web app may also be disabled by removing the .war file from the webapps directory; however the .war file and web app will reappear when you update your router to a newer version, so disabling the web app here is the preferred method.")%>
</p><div class="wideload"> </p><div class="wideload">
<form action="" method="POST"> <form action="configclients" method="POST">
<input type="hidden" name="nonce" value="<%=pageNonce%>" > <input type="hidden" name="nonce" value="<%=pageNonce%>" >
<jsp:getProperty name="clientshelper" property="form2" /> <jsp:getProperty name="clientshelper" property="form2" />
<p><i><%=intl._("All changes require restart to take effect.")%></i> <p><i><%=intl._("All changes require restart to take effect.")%></i>
...@@ -125,7 +125,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } ...@@ -125,7 +125,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<h3><a name="plugin"></a><%=intl._("Plugin Installation")%></h3><p> <h3><a name="plugin"></a><%=intl._("Plugin Installation")%></h3><p>
<%=intl._("To install a plugin, enter the download URL:")%> <%=intl._("To install a plugin, enter the download URL:")%>
</p><div class="wideload"> </p><div class="wideload">
<form action="" method="POST"> <form action="configclients" method="POST">
<input type="hidden" name="nonce" value="<%=pageNonce%>" > <input type="hidden" name="nonce" value="<%=pageNonce%>" >
<p> <p>
<input type="text" size="60" name="pluginURL" > <input type="text" size="60" name="pluginURL" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment