forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p' (head 2c491226853de4521d10d68da3a0a8e4db33293d)
to branch 'i2p.i2p.str4d.ui' (head bbdfdd2b3941cfa3c2c5cab8f3c78069c865c54d)
This commit is contained in:
@@ -112,8 +112,8 @@ ${book.loadBookMessages}
|
||||
<a href="addressbook?filter=xn--&begin=0&end=49"><%=intl._t("other")%></a>
|
||||
<a href="addressbook?filter=none&begin=0&end=49"><%=intl._t("all")%></a></p>
|
||||
<c:if test="${book.hasFilter}">
|
||||
<p><%=intl._t("Current filter")%>: ${book.filter}
|
||||
(<a href="addressbook?filter=none&begin=0&end=49"><%=intl._t("clear filter")%></a>)</p>
|
||||
<p><%=intl._t("Current filter")%>: <b>${book.filter}</b>
|
||||
<a href="addressbook?filter=none&begin=0&end=49"><%=intl._t("clear filter")%></a></p>
|
||||
</c:if>
|
||||
</div>
|
||||
|
||||
|
@@ -72,7 +72,7 @@
|
||||
<form method="POST" action="config">
|
||||
<div id="config">
|
||||
<input type="hidden" name="serial" value="${cfg.serial}" >
|
||||
<textarea name="config" rows="10" cols="80">${cfg.config}</textarea>
|
||||
<textarea name="config" rows="10" cols="80" spellcheck="false">${cfg.config}</textarea>
|
||||
</div>
|
||||
<div id="buttons">
|
||||
<input class="reload" type="submit" name="action" value="<%=intl._t("Reload")%>" >
|
||||
|
Reference in New Issue
Block a user