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

Skip to content
Snippets Groups Projects
Commit 1a01f59d authored by str4d's avatar str4d
Browse files

Make Cancel button a link instead so it works correctly

parent 7dd03fda
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ http://i2jump.i2p/" /><%
<div class="header"></div>
<div class="footer">
<div class=toolbox">
<button id="controlCancel" class="control" type="submit" name="action" value="" title="Cancel"><%=intl._("Cancel")%></button>
<a class="control" href="list"><%=intl._("Cancel")%></a>
<% if (curPage != 1) {
%><button id="controlPrevious" accesskey="P" class="control" type="submit" name="action" value="Previous page" title="Previous Page"><%=intl._("Previous")%>(<span class="accessKey">P</span>)</button><%
} %>
......
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