Changeset 1933:839c2fe2196c
- Timestamp:
- 09/17/13 21:03:30 (12 years ago)
- Branch:
- default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/help.php
r1839 r1933 97 97 echo $content_array['content']; 98 98 99 // Prevents global help link display 100 $GLOBALS['__resources']['ctxhelp'] = true; 101 99 102 dcPage::close(); 100 103 ?> -
inc/admin/lib.dc.page.php
r1927 r1933 182 182 global $core; 183 183 184 if (!$GLOBALS['__resources']['ctxhelp']) { 185 // Displau global help link in any contextual help displayed 186 echo 187 '<p id="help-button"><a href="help.php">'.__('Need help?').'</a></p>'; 188 } 189 184 190 $menu =& $GLOBALS['_menu']; 185 191 … … 438 444 } 439 445 446 // Set contextual help global flag 447 $GLOBALS['__resources']['ctxhelp'] = true; 448 440 449 echo 441 450 '<div id="help"><hr /><div class="help-content clear"><h3>'.__('Help about this page').'</h3>'. … … 516 525 517 526 self::jsVar('dotclear.msg.help', 518 __(' Help about this page')).527 __('Need help?')). 519 528 self::jsVar('dotclear.msg.help_hide', 520 529 __('Hide')). -
inc/admin/prepend.php
r1793 r1933 216 216 } 217 217 unset($hfiles,$locales_root); 218 // Contextual help flag 219 $GLOBALS['__resources']['ctxhelp'] = false; 218 220 219 221 $core->auth->user_prefs->addWorkspace('interface'); -
locales/fr/main.po
r1917 r1933 3390 3390 msgid "Page %s / %s" 3391 3391 msgstr "Page %s / %s" 3392 3393 msgid "Need help?" 3394 msgstr "Besoin d'aide ?"
Note: See TracChangeset
for help on using the changeset viewer.