Increased the size of the edition area of the documentation pages.

This commit is contained in:
Loic d'Anterroches
2008-12-02 13:22:01 +01:00
parent 2bd74621ce
commit 209715a6b3
8 changed files with 28 additions and 7 deletions

View File

@@ -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,
),
));

View File

@@ -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,
),
));