Archived
1
0
Fork 0

Updating blog administration

This commit is contained in:
Fredric N 2011-02-26 14:15:01 +01:00
parent b2c54ec874
commit 3b4d093389
6 changed files with 52 additions and 14 deletions

View file

@ -9,7 +9,13 @@ class Admin_BlogCreate extends Fiktiv_Form
));
$this->addElement('Textarea', 'content', array(
'label' => 'Post'
'label' => 'Post',
'class' => 'content',
'style' => 'width: 560px; height: 200px;'
));
$this->addElement('Text', 'tags', array(
'label' => 'Tags',
));
$this->addElement('Submit', 'Submit', array(