Changeset 16744


Ignore:
Timestamp:
Jul 15, 2012, 1:21:03 PM (12 years ago)
Author:
grum
Message:

bug:2696 fixed

Location:
extensions/AMenuManager
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_version.inc.php

    r16737 r16744  
    1515  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616
    17   define('AMM_VERSION',  '3.2.1');
    18   define('AMM_VERSION2', '03.02.01');
     17  define('AMM_VERSION',  '3.2.2');
     18  define('AMM_VERSION2', '03.02.02');
    1919  define('AMM_GPC_NEEDED', '3.5.2');
    2020?>
  • extensions/AMenuManager/js/amm_linksConfig.js

    r8962 r16744  
    104104    $('#iamm_links_show_icons').inputRadio('value', initValues.showIcons);
    105105
    106     $('#islang').inputList({popupMode:'mouseout'});
     106    $('#islang').inputList(
     107      {
     108        popupMode:'mouseout',
     109        listMaxHeight:250
     110      }
     111    );
    107112
    108113    $('#iamm_links_title').inputText(
  • extensions/AMenuManager/js/amm_personalisedBlocks.js

    r16006 r16744  
    274274      );
    275275
    276     $('#islang').inputList({popupMode:'mouseout', listMaxHeight:300});
     276    $('#islang').inputList({popupMode:'mouseout', listMaxHeight:250});
    277277
    278278
  • extensions/AMenuManager/js/amm_randomPictConfig.js

    r16006 r16744  
    4040
    4141
    42       list=$('#iamm_randompicture_title').inputText('languagesValues').css('display', 'block');
     42      list=$('#iamm_randompicture_title').inputText('languagesValues');
    4343      for(var id in list)
    4444      {
     
    166166    $('#islang').inputList(
    167167      {
     168        listMaxHeight:250,
    168169        popupMode:'mouseout',
    169170        change: function () { $('#iConfigState').hide(); }
  • extensions/AMenuManager/main.inc.php

    r16737 r16744  
    22/*
    33Plugin Name: Advanced Menu Manager
    4 Version: 3.2.1
     4Version: 3.2.2
    55Description: Gestion avancée du menu / Advanced management of menu
    66Plugin URI: http://piwigo.org
     
    218218| 3.2.1   | 2012/07/15 | * mantis: bug 2695
    219219|         |            |   . In admin page, it's not possible to manage "random pict"
     220|         |            |
     221| 3.2.2   | 2012/07/15 | * mantis: bug 2696
     222|         |            |   . When applying config on "random pict", admin page is blocked on waiting icon
    220223|         |            |
    221224|         |            |
Note: See TracChangeset for help on using the changeset viewer.