Dotclear


Ignore:
Timestamp:
04/30/11 20:43:37 (13 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
userprefs
Message:

Even more simple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/auth.php

    r72 r73  
    299299      $('#cookie_help').show(); 
    300300    } 
    301     $('#issue #more').toggleWithLegend($('#issue').children().not('#more'), 
    302       {cookie:'dc_issue',fn: function(){$('#safe_mode_help').hide();}} 
    303     ); 
    304     $('a#safe_mode_link_help').click(function() { 
    305       $(this).parent().next().slideToggle(); 
    306     }); 
     301    $('#issue #more').toggleWithLegend($('#issue').children().not('#more')); 
    307302  }); 
    308303  //]]> 
     
    369364          if ($safe_mode) { 
    370365               echo '<legend>'.__('Safe mode login').'</legend>'; 
    371                echo '<div class="form-note"><p><a href="#" id="safe_mode_link_help">'.__('What is dotclear safe mode ?').'</a></p>'. 
    372                '<p id="safe_mode_help">'. 
     366               echo  
     367                    '<p class="form-note">'. 
    373368                    __('This mode allows you to login without activating any of your plugins. This may be useful to solve compatibility problems').'&nbsp;'. 
    374369                    __('Disable or delete any plugin suspected to cause trouble, then log out and log back in normally.'). 
    375                '</p></div>'; 
     370                    '</p>'; 
    376371          } 
    377372          echo 
Note: See TracChangeset for help on using the changeset viewer.

Sites map