Revision 1818:1e16ea2fa58b,
422 bytes
checked in by kevin@…, 12 years ago
(diff) |
Ticket #1539 : Ajout de "Sélectionner : Tous | Aucun | Inverser" Pour la liste des services de Ping
|
Line | |
---|
1 | $(function() { |
---|
2 | $('#edit-entry').onetabload(function() { |
---|
3 | if ($('p.ping-services').length > 0) { |
---|
4 | p = $('<p></p>'); |
---|
5 | p.addClass('ping-services'); |
---|
6 | $('p.ping-services:last').after(p); |
---|
7 | dotclear.checkboxesHelpers($('p.ping-services:last').get(0), $('.check-ping-services')); |
---|
8 | } |
---|
9 | $('h5.ping-services').toggleWithLegend($('p.ping-services'),{ |
---|
10 | user_pref: 'dcx_ping_services', |
---|
11 | legend_click: true |
---|
12 | }); |
---|
13 | }); |
---|
14 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.