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

@@ -62,6 +62,14 @@ class IDF_Project extends Pluf_Model
'help_text' => __('Used in the url to access the project, must be short with only letters and numbers.'),
'unique' => true,
),
'shortdesc' =>
array(
'type' => 'Pluf_DB_Field_Varchar',
'blank' => false,
'size' => 255,
'verbose' => __('short description'),
'help_text' => __('A one line description of the project.'),
),
'description' =>
array(
'type' => 'Pluf_DB_Field_Text',