Changeset 12058
- Timestamp:
- 09/05/11 15:32:55 (21 months ago)
- Location:
- extensions/set_plugins
- Files:
-
- 2 modified
-
js/field_set.js (modified) (1 diff)
-
main.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/set_plugins/js/field_set.js
r11499 r12058 80 80 jQuery("fieldset").each(function (i) { 81 81 id0 = jQuery(this).attr("id"); 82 if (id0 == "" ) jQuery(this).attr("id", "fieldset_" + i);82 if (id0 == "" or id0=="undefined" ) jQuery(this).attr("id", "fieldset_" + i); 83 83 jQuery(this).attr("rel", i); 84 84 -
extensions/set_plugins/main.inc.php
r11499 r12058 5 5 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=550 6 6 Author: cljosse 7 Description: Active/d �active tous les plugins install�s.7 Description: Active/déactive tous les plugins installés. 8 8 */ 9 9
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)