Changeset 29 for trunk/app/views/news/admin_edit.thtml
- Timestamp:
- 07/13/07 20:42:19 (18 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/admin_edit.thtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/admin_edit.thtml
r20 r29 1 <?php echo $javascript->link('prototype'); ?> 2 <?php echo $javascript->link('myfunctions'); ?> 3 <?php echo $javascript->link('poll'); ?> 4 <?php echo $javascript->link('fckeditor/fckeditor'); ?> 1 2 <?php echo $javascript->link('fckeditor/fckeditor'); ?> 3 4 <script type="text/javascript"> 5 window.onload = timedMsg; 6 </script> 7 <?php $session->flash(); ?> 5 8 6 9 <?php echo $html->addCrumb('Control Tools', '/admin/entries/index'); ?> … … 22 25 <td> 23 26 <?php 24 echo $form->labelTag( 'News/ subject_id', 'Category' );25 echo $html->selectTag('News/ subject_id', $subjects, null, null, null, false, false);27 echo $form->labelTag( 'News/theme_id', 'Theme:' ); 28 echo $html->selectTag('News/theme_id', $themes, null, null, null, false, false); 26 29 ?> 27 30 </td>
