Changeset 2304:2572fec6e42e for inc/admin
- Timestamp:
- 10/07/13 11:57:04 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.