Increased the size of the edition area of the documentation pages.
This commit is contained in:
@@ -80,7 +80,7 @@ Add your content here. Format your content with:
|
||||
'initial' => $initial,
|
||||
'widget' => 'Pluf_Form_Widget_TextareaInput',
|
||||
'widget_attrs' => array(
|
||||
'cols' => 58,
|
||||
'cols' => 68,
|
||||
'rows' => 26,
|
||||
),
|
||||
));
|
||||
|
@@ -73,7 +73,7 @@ class IDF_Form_WikiUpdate extends Pluf_Form
|
||||
'initial' => $rev->content,
|
||||
'widget' => 'Pluf_Form_Widget_TextareaInput',
|
||||
'widget_attrs' => array(
|
||||
'cols' => 58,
|
||||
'cols' => 68,
|
||||
'rows' => 26,
|
||||
),
|
||||
));
|
||||
|
Reference in New Issue
Block a user