Changeset 12058

Show
Ignore:
Timestamp:
09/05/11 15:32:55 (21 months ago)
Author:
cljosse
Message:

[extensions] set_plugins compatibility width piwigo 2.3

Location:
extensions/set_plugins
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • extensions/set_plugins/js/field_set.js

    r11499 r12058  
    8080      jQuery("fieldset").each(function (i) { 
    8181          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); 
    8383          jQuery(this).attr("rel", i); 
    8484 
  • extensions/set_plugins/main.inc.php

    r11499 r12058  
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=550 
    66Author: cljosse 
    7 Description: Active/d�active tous les plugins install�s. 
     7Description: Active/déactive tous les plugins installés. 
    88*/ 
    99