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_add.thtml

    r25 r29  
    1919<td> 
    2020  <?php  
    21     echo $form->labelTag( 'News/subject_id', 'Category' ); 
    22     echo $html->selectTag('News/subject_id', $subjects, null, null, null, false, false);       
     21    echo $form->labelTag( 'News/theme_id', 'Theme:' ); 
     22    echo $html->selectTag('News/theme_id', $themes, null, null, null, false, false);       
    2323  ?> 
    2424</td> 
     
    3838  <?php echo $html->tagErrorMsg('News/body', 'Body is required.'); ?> 
    3939</td></tr> 
    40 <tr><td colspan="4"><?php  
     40<tr><td colspan="2"><?php  
    4141              echo $form->labelTag( 'News/status', 'Published:' ); 
    4242              echo $html->checkbox('News/status', null, array("value"=>1));  
    4343              ?> 
    44 </td></tr> 
     44</td> 
     45 <td colspan="2"> 
     46            <?php  
     47              echo $form->labelTag( 'News/end', 'Finish editing:' ); 
     48              echo $html->checkbox('News/end', null, array("value"=>1));  
     49              ?> 
     50</td> 
     51</tr> 
    4552   
    4653<tr><td colspan="4">  <?php echo $html->submit('Add'); ?> </form></td></tr>