Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/auth.php

    r48 r46  
    294294    }; 
    295295     
    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     ); 
    304296    $('a#safe_mode_link_help').click(function() { 
    305297      $(this).parent().next().slideToggle(); 
     
    393385          '</fieldset>'. 
    394386           
    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>'; 
    399388           
    400389          if ($safe_mode) { 
     
    414403               echo '<p><a href="auth.php?recover=1">'.__('I forgot my password').'</a></p>'; 
    415404          } 
    416           echo 
    417           '</div>'; 
    418405     } 
    419406} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map