Changeset 36:939dd5995f91 for admin/auth.php
- Timestamp:
- 04/28/11 17:40:13 (14 years ago)
- Branch:
- safemode
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r0 r36 293 293 return true; 294 294 }; 295 296 $('a#safe_mode_link_help').click(function() { 297 $(this).parent().next().slideToggle(); 298 }); 295 299 }); 296 300 //]]> … … 388 392 } else { 389 393 echo 390 '<p><a href="auth.php?safe_mode=1" id="safe_mode_link">'.__('I have a connection problem').'</a></p>'; 394 '<p><a href="auth.php?safe_mode=1" id="safe_mode_link">'.__('I want to log in in safe mode').'</a></p>'. 395 '<p class="form-note"><a href="#" id="safe_mode_link_help">'.__('Know more about safe mode').'</a></p>'. 396 '<p id="safe_mode_help"><em>'. 397 __('This mode allows you to log in without any plugin loaded (very usefull in case of conflict between two of them for example)').' '. 398 __('Disable or delete plugin(s) which are giving you troubles then log out. You can after log in as usual'). 399 '</em></p>'; 391 400 } 392 401
Note: See TracChangeset
for help on using the changeset viewer.