aboutsummaryrefslogtreecommitdiff
path: root/templates/datafields/time.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/datafields/time.php')
-rw-r--r--templates/datafields/time.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/datafields/time.php b/templates/datafields/time.php
index 0fe3c92..23e52f0 100644
--- a/templates/datafields/time.php
+++ b/templates/datafields/time.php
@@ -8,10 +8,10 @@
<? endif ?>
<div style="white-space: nowrap;">
- <input type="text" name="<?= $name ?>[<?= $model->id ?>][]"
+ <input type="text" name="<?= $name ?>[<?= $model->id ?>]"
value="<?= $value ?>" title="<?= _('Uhrzeit') ?>"
<?= !$entry->isEditable() ? "disabled" : "" ?>
- maxlength="2" class="size-s no-hint has-time-picker"
+ class="size-s no-hint has-time-picker"
<? if ($model->is_required) echo 'required'; ?>>
</div>
</label>