Fix max length of craft name and pilot name (#3396)

fix maxlength
master
ASDosjani 2023-03-30 15:15:24 +02:00 committed by GitHub
parent f7ea7f4f9a
commit 3fe94b96a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -68,13 +68,13 @@
</div> </div>
<div class="spacer_box"> <div class="spacer_box">
<div class="number"> <div class="number">
<label> <input type="text" name="craftName" maxlength="32" style="width:100px;"/> <span <label> <input type="text" name="craftName" maxlength="16" style="width:100px;"/> <span
i18n="craftName"></span> i18n="craftName"></span>
</label> </label>
<div class="helpicon cf_tip" i18n_title="configurationCraftNameHelp"></div> <div class="helpicon cf_tip" i18n_title="configurationCraftNameHelp"></div>
</div> </div>
<div class="number pilotName"> <div class="number pilotName">
<label> <input type="text" name="pilotName" maxlength="32" style="width:100px;"/> <span <label> <input type="text" name="pilotName" maxlength="16" style="width:100px;"/> <span
i18n="configurationPilotName"></span> i18n="configurationPilotName"></span>
</label> </label>
<div class="helpicon cf_tip" i18n_title="configurationPilotNameHelp"></div> <div class="helpicon cf_tip" i18n_title="configurationPilotNameHelp"></div>