Changeset 2486 for trunk/app/views/faqs/admin_edit.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/faqs/admin_edit.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/faqs/admin_edit.ctp
r2248 r2486 17 17 echo $this->Form->input('Faq.question', array('size' => 40, 'maxlength' => 50, 'label'=>__('Question', True), 'class'=>'required')); 18 18 echo $this->Form->input('Faq.answer', array('cols'=>70, 'rows'=>40, 'type'=>'textarea', 'label' => __('Answer',True))); 19 echo $ck->load('FaqAnswer', 'Karamelo', $ session->read('Auth.User.lang'));19 echo $ck->load('FaqAnswer', 'Karamelo', $this->Session->read('Auth.User.lang')); 20 20 echo $this->Form->input('Faq.status', array('type'=>'checkbox', 'label' => __('Published', True))); 21 21 echo $this->Form->input('Faq.end', array('type'=>'checkbox', 'label' => __('End edition', True)));
Note: See TracChangeset
for help on using the changeset viewer.
