- Timestamp:
- 09/08/10 18:16:25 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/modules/a/templates/_createPage.php
r2149 r2160 48 48 <ul class="a-ui a-controls"> 49 49 <li><input type="submit" class="a-btn a-submit" value="<?php echo __('Create Page', null, 'apostrophe') ?>" /></li> 50 <li><a href="# " onclick="return false;" class="a-btn icon a-cancel"><?php echo __("Cancel", null, 'apostrophe') ?></a></li>50 <li><a href="#cancel" onclick="return false;" class="a-btn icon a-cancel a-options-cancel" title="<?php echo __('Cancel', null, 'apostrophe') ?>"><?php echo __("Cancel", null, 'apostrophe') ?></a></li> 51 51 </ul> 52 52 </div> … … 82 82 aInputSelfLabel('#a-create-page-title', <?php echo json_encode(__('Page Title', null, 'apostrophe')) ?>); 83 83 84 aMenuToggle($('#a-create-page-button'), $('#a-create-page-button').parent(), '', true);85 86 84 $('#a-create-page-button').click(function(){ 87 85 $('#a-create-page-title').focus(); … … 89 87 }); 90 88 </script> 89 90 <?php a_js_call('apostrophe.menuToggle(?)', array('button' => '#a-create-page-button', 'classname' => '', 'overlay' => true)) ?>

