Show
Ignore:
Timestamp:
05/22/08 21:32:06 (6 months ago)
Author:
aarkerio
Message:

Liitle changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/entries/admin_add.ctp

    r356 r556  
    3939  <td> 
    4040 <?php  
    41      echo $form->label('Entry.status', 'Published:' ); 
    42      echo $form->checkbox('Entry.status', array("value"=>1));  
     41     echo $form->label('Entry.status', 'Published:'); 
     42     echo $form->checkbox('Entry.status', array('value'=>1));  
    4343  ?> 
    4444  </td><td> 
    4545   <?php  
    46       echo $form->label( 'Entry.discution', 'Comments allowed:' ); 
    47       echo $form->checkbox('Entry.discution', null, array("value"=>1));  
     46      echo $form->label('Entry.discution', 'Comments allowed:' ); 
     47      echo $form->checkbox('Entry.discution', array('value'=>1));  
    4848   ?> 
    4949  </td> 
    5050   <td> 
    5151     <?php  
    52        echo $form->label( 'Entry.end', 'Finish edition:' ); 
    53        echo $form->checkbox('Entry.end', array("value" => 1)); 
     52       echo $form->label('Entry.end', 'Finish edition:' ); 
     53       echo $form->checkbox('Entry.end', array('value'=>1)); 
    5454    ?> 
    5555   </td>