Changeset 541 for trunk/app/views/tests/admin_add.ctp
- Timestamp:
- 05/21/08 15:27:00 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/tests/admin_add.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/tests/admin_add.ctp
r305 r541 3 3 <?php echo $html->getCrumbs(' / '); ?> 4 4 5 <?php echo $form->create('Test', array(' action'=>'admin_add', 'onsubmit'=>'return validateNew()')); ?>5 <?php echo $form->create('Test', array('onsubmit'=>'return chkData()')); ?> 6 6 <fieldset> 7 7 <legend>New test</legend> … … 28 28 </div> 29 29 30 < div>30 <?php echo $form->end('Save'); ?> 31 31 </fieldset> 32 <?php echo $form->end('Save'); ?>33 </div>34
