From 339c990577a0c6fa8fd99959fe52aa25eff59c8f Mon Sep 17 00:00:00 2001 From: Fabiano Pereira Date: Thu, 3 Sep 2015 16:27:28 -0300 Subject: #1144 Add description field to swimlane. --- app/Template/swimlane/edit.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'app/Template/swimlane/edit.php') diff --git a/app/Template/swimlane/edit.php b/app/Template/swimlane/edit.php index 1788fed2..dfc5cf0b 100644 --- a/app/Template/swimlane/edit.php +++ b/app/Template/swimlane/edit.php @@ -12,6 +12,27 @@ form->label(t('Name'), 'name') ?> form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="50"')) ?> + form->label(t('Description'), 'description') ?> + +
+ +
+ form->textarea('description', $values, $errors) ?> +
+
+
+
+ +
+
url->doc(t('Write your text in Markdown'), 'syntax-guide') ?>
+
-- cgit v1.2.3