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_edit.ctp

    r307 r556  
    5454 <?php  
    5555   echo $form->label('Entry.discution', 'Comments allowed:' ); 
    56    echo $form->checkbox('Entry.discution', null, array("value" => 1));  
     56   echo $form->checkbox('Entry.discution', array('value' => 1));  
    5757?> 
    5858  </td> 
     
    6060  <?php  
    6161      echo $form->label('Entry.end', 'Finish edition:' ); 
    62       echo $form->checkbox('Entry.end', null, array("value" => 1));  
     62      echo $form->checkbox('Entry.end', array('value'=>1));  
    6363  ?> 
    6464   </td>