Show
Ignore:
Timestamp:
07/13/07 20:42:19 (18 months ago)
Author:
aarkerio
Message:

Add images

Files:
1 modified

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(); ?> 
    58 
    69<?php echo $html->addCrumb('Control Tools', '/admin/entries/index'); ?>  
     
    2225<td> 
    2326  <?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);       
    2629  ?> 
    2730</td>