From 569c99a73302271b80cd7c8a25356ea285606563 Mon Sep 17 00:00:00 2001 From: Michael Lüpkes Date: Tue, 13 Jan 2015 14:09:02 +0100 Subject: set maxlength for name input fields in templates --- app/Template/task/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/task/edit.php') diff --git a/app/Template/task/edit.php b/app/Template/task/edit.php index 51cb2884..0df1676b 100644 --- a/app/Template/task/edit.php +++ b/app/Template/task/edit.php @@ -9,7 +9,7 @@
formLabel(t('Title'), 'title') ?> - formText('title', $values, $errors, array('required')) ?>
+ formText('title', $values, $errors, array('required', 'maxlength="200"')) ?>
formLabel(t('Description'), 'description') ?> -- cgit v1.2.3