Changeset 48:0891631a2623 for admin/auth.php
- Timestamp:
- 04/29/11 10:32:38 (14 years ago)
- Branch:
- userprefs
- Children:
- 53:6e38af82ca33, 61:e7bd4fa52825
- Parents:
- 47:15c028d94180 (diff), 46:36f4421937ed (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r46 r48 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 ); 296 304 $('a#safe_mode_link_help').click(function() { 297 305 $(this).parent().next().slideToggle(); … … 385 393 '</fieldset>'. 386 394 387 '<p>'.__('You must accept cookies in order to use the private area.').'</p>'; 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>'; 388 399 389 400 if ($safe_mode) { … … 403 414 echo '<p><a href="auth.php?recover=1">'.__('I forgot my password').'</a></p>'; 404 415 } 416 echo 417 '</div>'; 405 418 } 406 419 }
Note: See TracChangeset
for help on using the changeset viewer.