Remove redundant empty value tags on inputs in WebUI

This commit is contained in:
Sepro
2020-06-12 23:59:32 +02:00
parent 04c8c4e846
commit d1c084e3b0
12 changed files with 13 additions and 13 deletions

View File

@@ -65,7 +65,7 @@
<body>
<div style="padding: 10px 10px 0px 10px;">
<p style="font-weight: bold;">QBT_TR(New name)QBT_TR[CONTEXT=TransferListWidget]:</p>
<input type="text" id="rename" value="" maxlength="100" style="width: 220px;" />
<input type="text" id="rename" maxlength="100" style="width: 220px;" />
<div style="text-align: center; padding-top: 10px;">
<input type="button" value="QBT_TR(Save)QBT_TR[CONTEXT=HttpServer]" id="renameButton" />
</div>