forked from I2P_Developers/i2p.i2p
change from textarea to input
This commit is contained in:
@ -246,7 +246,7 @@ ${book.loadBookMessages}
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b><%=intl._t("Destination or Base 32 Address")%></b></td>
|
<td><b><%=intl._t("Destination or Base 32 Address")%></b></td>
|
||||||
<td><textarea name="destination" rows="1" style="height:3em" wrap="off" cols="70" spellcheck="false">${book.destination}</textarea></td>
|
<td><input type="text" name="destination" value="${book.destination} size="70"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<p class="buttons">
|
<p class="buttons">
|
||||||
|
Reference in New Issue
Block a user