- Timestamp:
- 09/08/10 18:16:25 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/modules/a/templates/settingsSuccess.php
r2154 r2160 142 142 <ul class="a-ui a-controls"> 143 143 <li><input type="submit" name="submit" value="<?php echo htmlspecialchars(__('Save Changes', null, 'apostrophe')) ?>" class="a-btn a-submit" id="a-page-settings-submit" /></li> 144 <li>< ?php echo jq_link_to_function(__('Cancel', null, 'apostrophe'), '', array('class' => 'a-btn icon a-cancel', 'title' => __('Cancel', null, 'apostrophe'))) ?></li>144 <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> 145 145 <?php if ($page->userHasPrivilege('manage')): ?> 146 146 <?php $childMessage = ''; ?> … … 157 157 <script src="/sfJqueryReloadedPlugin/js/plugins/jquery.autocomplete.js"></script> 158 158 <script src="/sfDoctrineActAsTaggablePlugin/js/pkTagahead.js"></script> 159 159 160 <?php a_include_js_calls() ?> 161 160 162 <script type="text/javascript" charset="utf-8"> 161 163 $(document).ready(function() {

