Changeset 2486 for trunk/app/views/entries/admin_edit.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/entries/admin_edit.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/entries/admin_edit.ctp
r2482 r2486 26 26 echo $this->Form->input('Entry.body', array('type'=>'textarea', 'cols'=>80, 'rows'=>22, 'label'=>False)); 27 27 echo $this->Html->scriptBlock("$('textarea#EntryBody').ckeditor({ toolbar:'Karamelo', width:800, height:500 });"); 28 #echo $ck->ckAjaxPlugin('EntryBody','Karamelo', $ session->read('Auth.User.lang'), 800, 500);28 #echo $ck->ckAjaxPlugin('EntryBody','Karamelo', $this->Session->read('Auth.User.lang'), 800, 500); 29 29 ?> 30 30 </td></tr>
Note: See TracChangeset
for help on using the changeset viewer.
