Changeset 7916


Ignore:
Timestamp:
Nov 28, 2010, 6:39:08 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix bug in admin.php

Location:
extensions/Autosize
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/admin/admin_autosize.php

    r7912 r7916  
    9393        $path = AUTOSIZE_PATH;
    9494 
    95 
    96 $version = $plugin['version'] ;
    97 $cl_plugin=$plugin['description'];
     95 
    9896         $autosize_parametres = cl_autosize_Get_Options();
    9997         
  • extensions/Autosize/js/Affiche_script.js

    r7915 r7916  
    290290                 }
    291291                 else
    292                      winwidth = Zone_Affichage.width;
     292                     winwidth = info_the_page.width;
    293293
    294294
     
    299299                 //---------------------------------------------
    300300                 jQuery(Parent).width(winwidth);
    301                  jQuery(Parent).height(Zone_Affichage.height);
     301               //  jQuery(Parent).height(Zone_Affichage.height);
    302302                 //---------------------------------------------
    303303
     
    463463                 borderW = Zone_Affichage.borderwidth.left;
    464464                 borderW += Zone_Affichage.borderwidth.right;
    465 
     465                 
    466466
    467467                 Zone_Affichage.width = winwidth - borderW;
  • extensions/Autosize/main.inc.php

    r7912 r7916  
    22/*
    33Plugin Name: AutoSize
    4 Version: 1.3.8.0
     4Version: 1.3.9
    55Description: Ajuste l'affichage des photos en fonction de la hauteur de la fenetre de navigation
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=448
Note: See TracChangeset for help on using the changeset viewer.