Changes in [48:0891631a2623:46:36f4421937ed]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r48 r46 294 294 }; 295 295 296 if (navigator.cookieEnabled) {297 $('#cookie_help').hide();298 } else {299 $('#cookie_help').show();300 }301 $('#issue h4').toggleWithLegend($('#issue').children().not('h4'),302 {cookie:'dc_issue',fn: function(){$('#safe_mode_help').hide();}}303 );304 296 $('a#safe_mode_link_help').click(function() { 305 297 $(this).parent().next().slideToggle(); … … 393 385 '</fieldset>'. 394 386 395 '<p id="cookie_help">'.__('You must accept cookies in order to use the private area.').'</p>'. 396 397 '<div id="issue">'. 398 '<h4>'.__('Connection issue').'</h4>'; 387 '<p>'.__('You must accept cookies in order to use the private area.').'</p>'; 399 388 400 389 if ($safe_mode) { … … 414 403 echo '<p><a href="auth.php?recover=1">'.__('I forgot my password').'</a></p>'; 415 404 } 416 echo417 '</div>';418 405 } 419 406 }
Note: See TracChangeset
for help on using the changeset viewer.