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
|
Rev | Line | |
---|
[0] | 1 | $(function() { |
---|
| 2 | $('#edit-entry').onetabload(function() { |
---|
| 3 | if ($('p.ping-services').length > 0) { |
---|
| 4 | p = $('<p></p>'); |
---|
| 5 | p.addClass('ping-services'); |
---|
[1818] | 6 | $('p.ping-services:last').after(p); |
---|
| 7 | dotclear.checkboxesHelpers($('p.ping-services:last').get(0), $('.check-ping-services')); |
---|
[0] | 8 | } |
---|
[1365] | 9 | $('h5.ping-services').toggleWithLegend($('p.ping-services'),{ |
---|
[1699] | 10 | user_pref: 'dcx_ping_services', |
---|
[1606] | 11 | legend_click: true |
---|
[0] | 12 | }); |
---|
| 13 | }); |
---|
[1606] | 14 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.