fix label-tag for creating Character types
This commit is contained in:
parent
88954cd31e
commit
40d2aa5768
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<?php endif ?>
|
||||
<form method="post">
|
||||
<fieldset>
|
||||
<label for="name"><?=_('Name')?>:</legend>
|
||||
<label for="name"><?=_('Name')?>:</label>
|
||||
<input id="name" type="text" name="charactertypename" placeholder="<?=_('Name')?>" title="<?=_('Name')?>" required="required" maxlength="<?=$validationSettings['charactertypename']['maxlength']?>" value="<?=$name?>" <?=($validation !== true && array_key_exists('name', $validation)) ? 'class="invalid"' : null?> />
|
||||
</fieldset>
|
||||
<input type="submit" name="create" value="<?=_('create')?>" />
|
||||
|
|
Loading…
Reference in a new issue