Dotclear

Changeset 2262:5f5af391af65 for admin/js


Ignore:
Timestamp:
10/04/13 18:54:07 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Give a link in order to tabulate and display contextual or global help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/common.js

    r2248 r2262  
    172172               } 
    173173          } 
    174           $('p#help-button span').text($('#content').hasClass('with-help') ? dotclear.msg.help_hide : dotclear.msg.help); 
     174          $('p#help-button span a').text($('#content').hasClass('with-help') ? dotclear.msg.help_hide : dotclear.msg.help); 
    175175          sizeBox(); 
    176176          return false; 
     
    216216     sizeBox(); 
    217217 
    218      var img = $('<p id="help-button"><span>'+dotclear.msg.help+'</span></p>'); 
     218     var img = $('<p id="help-button"><span><a href="">'+dotclear.msg.help+'</a></span></p>'); 
    219219     var select = $(); 
    220220     img.click(function() { return toggle(); }); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map