Updating blog administration
This commit is contained in:
parent
b2c54ec874
commit
3b4d093389
6 changed files with 52 additions and 14 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Reference in a new issue