From abdf6f97800e7e838b5841820815385b183bab67 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 16 May 2016 20:19:07 -0400 Subject: Improve group controllers and views --- app/Template/group_modification/show.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/Template/group_modification/show.php (limited to 'app/Template/group_modification') diff --git a/app/Template/group_modification/show.php b/app/Template/group_modification/show.php new file mode 100644 index 00000000..ddf07369 --- /dev/null +++ b/app/Template/group_modification/show.php @@ -0,0 +1,18 @@ + +
+ form->csrf() ?> + + form->hidden('id', $values) ?> + form->hidden('external_id', $values) ?> + + form->label(t('Name'), 'name') ?> + form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="100"')) ?> + +
+ + + url->link(t('cancel'), 'GroupListController', 'index', array(), false, 'close-popover') ?> +
+
-- cgit v1.2.3