set maxlength for name input fields in templates

This commit is contained in:
Michael Lüpkes
2015-01-13 14:09:02 +01:00
parent 34bbdaeac8
commit 569c99a733
13 changed files with 15 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
<div class="form-column">
<?= $this->formLabel(t('Title'), 'title') ?>
<?= $this->formText('title', $values, $errors, array('required')) ?><br/>
<?= $this->formText('title', $values, $errors, array('required', 'maxlength="200"')) ?><br/>
<?= $this->formLabel(t('Description'), 'description') ?>