From f77d6c590bf683377986064113ddddae9ed443c2 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 20 Mar 2016 15:45:02 -0400 Subject: Added Markdown editor and Javascript code refactoring --- app/Template/category/edit.php | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'app/Template/category/edit.php') diff --git a/app/Template/category/edit.php b/app/Template/category/edit.php index 78156e6f..7b592689 100644 --- a/app/Template/category/edit.php +++ b/app/Template/category/edit.php @@ -13,24 +13,7 @@ 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') ?>
+ form->textarea('description', $values, $errors, array(), 'markdown-editor') ?>
-- cgit v1.2.3