change from textarea to input

This commit is contained in:
zzz
2020-03-05 14:36:58 +00:00
parent de6cee8f6a
commit f0a15d084a

View File

@ -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">