Changeset 16744
- Timestamp:
- Jul 15, 2012, 1:21:03 PM (12 years ago)
- Location:
- extensions/AMenuManager
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AMenuManager/amm_version.inc.php
r16737 r16744 15 15 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 16 16 17 define('AMM_VERSION', '3.2. 1');18 define('AMM_VERSION2', '03.02.0 1');17 define('AMM_VERSION', '3.2.2'); 18 define('AMM_VERSION2', '03.02.02'); 19 19 define('AMM_GPC_NEEDED', '3.5.2'); 20 20 ?> -
extensions/AMenuManager/js/amm_linksConfig.js
r8962 r16744 104 104 $('#iamm_links_show_icons').inputRadio('value', initValues.showIcons); 105 105 106 $('#islang').inputList({popupMode:'mouseout'}); 106 $('#islang').inputList( 107 { 108 popupMode:'mouseout', 109 listMaxHeight:250 110 } 111 ); 107 112 108 113 $('#iamm_links_title').inputText( -
extensions/AMenuManager/js/amm_personalisedBlocks.js
r16006 r16744 274 274 ); 275 275 276 $('#islang').inputList({popupMode:'mouseout', listMaxHeight: 300});276 $('#islang').inputList({popupMode:'mouseout', listMaxHeight:250}); 277 277 278 278 -
extensions/AMenuManager/js/amm_randomPictConfig.js
r16006 r16744 40 40 41 41 42 list=$('#iamm_randompicture_title').inputText('languagesValues') .css('display', 'block');42 list=$('#iamm_randompicture_title').inputText('languagesValues'); 43 43 for(var id in list) 44 44 { … … 166 166 $('#islang').inputList( 167 167 { 168 listMaxHeight:250, 168 169 popupMode:'mouseout', 169 170 change: function () { $('#iConfigState').hide(); } -
extensions/AMenuManager/main.inc.php
r16737 r16744 2 2 /* 3 3 Plugin Name: Advanced Menu Manager 4 Version: 3.2. 14 Version: 3.2.2 5 5 Description: Gestion avancée du menu / Advanced management of menu 6 6 Plugin URI: http://piwigo.org … … 218 218 | 3.2.1 | 2012/07/15 | * mantis: bug 2695 219 219 | | | . 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 220 223 | | | 221 224 | | |
Note: See TracChangeset
for help on using the changeset viewer.