Ignore:
Timestamp:
Apr 12, 2011, 1:36:50 PM (13 years ago)
Author:
cljosse
Message:

[extensions] autosize fix margin theImgage auto

Location:
extensions/Autosize/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/Affiche_script.js

    r10241 r10308  
    897897           if (jQuery("#slideshow").infos().width > 0) {
    898898
    899              jQuery(Cadre).css({ marginLeft: "auto"
    900              });
    901            }
    902            else
    903              jQuery(Cadre).css({ marginLeft: marge_left + "px"
    904              });
    905 
    906           // jQuery(Cadre).width(Zone_Affichage.width);
    907            jQuery(Cadre).css("width","auto");
     899             
     900           } else {
     901             
     902           }
     903           //=== cadre = theImage
     904           jQuery(Cadre).css({ marginLeft: "auto"});
     905           // jQuery(Cadre).width(Zone_Affichage.width);
     906           jQuery(Cadre).css("width", "auto");
    908907           //   jQuery(Cadre).height(Zone_Affichage.height);
    909908
  • extensions/Autosize/js/conflit.js

    r9948 r10308  
    478478    // si admin.php page = "",theIdentificationPage
    479479    try {
    480         Conflit = { version: cl_version, name: name };
     480        Conflit = { version: cl_version, name: cl_plugin };
    481481    } catch (e) {
    482482
Note: See TracChangeset for help on using the changeset viewer.