Changeset 2304:2572fec6e42e
- Timestamp:
- 10/07/13 11:57:04 (12 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/prelude.js
r2029 r2304 7 7 $('#wrapper, #help-button, #collapser').addClass('with-prelude'); 8 8 }); 9 10 $('#prelude a[href="#help"]').click(function() { 11 $('#help-button a').focus(); 12 }); 9 13 } 10 14 }); -
inc/admin/lib.dc.page.php
r2297 r2304 129 129 '<li><a href="#main-menu">'.__('Go to the menu').'</a></li>'. 130 130 '<li><a href="#qx">'.__('Go to search').'</a></li>'. 131 '<li><a href="#help">'.__('Go to help').'</a></li>'. 131 132 '</ul>'."\n". 132 133 '<div id="header">'. … … 235 236 if (!$GLOBALS['__resources']['ctxhelp']) { 236 237 echo 237 '<p id="help-button"><a href="help.php" onclick="window.open(this.href);return false;" title="'.238 '<p id="help-button"><a href="help.php" class="outgoing" title="'. 238 239 __('Global help').' ('.__('new window').')">'.__('Global help').'</a></p>'; 239 240 } … … 953 954 } 954 955 } 955 ?>
Note: See TracChangeset
for help on using the changeset viewer.