Absolutely Glamorous Custom Admin - Version 1.2.7.6

Version Description

  • Better style for close button
  • Fixed bugs when adding new admin menu buttons
Download this release

Release Info

Developer argonius
Plugin Icon 128x128 Absolutely Glamorous Custom Admin
Version 1.2.7.6
Comparing to
See all releases

Code changes from version 1.2.7.5 to 1.2.7.6

Files changed (4) hide show
  1. plugin.php +2 -2
  2. readme.txt +7 -1
  3. script/ag_script.js +3 -3
  4. style/ag_style.css +13 -1
plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: AG Custom Admin
4
  Plugin URI: http://agca.argonius.com/ag-custom-admin/category/ag_custom_admin
5
  Description: Hide or change items in admin panel. Customize buttons from admin menu. Colorize admin and login page with custom colors.
6
  Author: Argonius
7
- Version: 1.2.7.5
8
  Author URI: http://www.argonius.com/
9
 
10
  Copyright 2013. Argonius (email : info@argonius.com)
@@ -48,7 +48,7 @@ class AGCA{
48
  /*Initialize properties*/
49
  $this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
50
  //fb($this->colorizer);
51
- $this->agca_version = "1.2.7.5";
52
  }
53
  // Add donate and support information
54
  function jk_filter_plugin_links($links, $file)
4
  Plugin URI: http://agca.argonius.com/ag-custom-admin/category/ag_custom_admin
5
  Description: Hide or change items in admin panel. Customize buttons from admin menu. Colorize admin and login page with custom colors.
6
  Author: Argonius
7
+ Version: 1.2.7.6
8
  Author URI: http://www.argonius.com/
9
 
10
  Copyright 2013. Argonius (email : info@argonius.com)
48
  /*Initialize properties*/
49
  $this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
50
  //fb($this->colorizer);
51
+ $this->agca_version = "1.2.7.6";
52
  }
53
  // Add donate and support information
54
  function jk_filter_plugin_links($links, $file)
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://agca.argonius.com/ag-custom-admin/support-for-future-develop
4
  Tags: admin, customize, hide, change admin
5
  Requires at least: 3.0
6
  Tested up to: 3.6
7
- Stable tag: 1.2.7.5
8
 
9
  Hide or change items in admin panel. Customize buttons from admin menu. Colorize admin and login page with custom colors.
10
 
@@ -113,6 +113,9 @@ Try clearing browser's cache. If that does not work, go to browser's console and
113
 
114
  == Changelog ==
115
 
 
 
 
116
 
117
  = 1.2.7.5 =
118
  * Better style for close button
@@ -300,6 +303,9 @@ Try clearing browser's cache. If that does not work, go to browser's console and
300
 
301
  == Upgrade Notice ==
302
 
 
 
 
303
  = 1.2.7.5 =
304
  Better style for close button. Removed deprecated jQuery live function.
305
 
4
  Tags: admin, customize, hide, change admin
5
  Requires at least: 3.0
6
  Tested up to: 3.6
7
+ Stable tag: 1.2.7.6
8
 
9
  Hide or change items in admin panel. Customize buttons from admin menu. Colorize admin and login page with custom colors.
10
 
113
 
114
  == Changelog ==
115
 
116
+ = 1.2.7.6 =
117
+ * Better style for close button
118
+ * Fixed bugs when adding new admin menu buttons
119
 
120
  = 1.2.7.5 =
121
  * Better style for close button
303
 
304
  == Upgrade Notice ==
305
 
306
+ = 1.2.7.6 =
307
+ Bug fixes. Better close button styles.
308
+
309
  = 1.2.7.5 =
310
  Better style for close button. Removed deprecated jQuery live function.
311
 
script/ag_script.js CHANGED
@@ -380,10 +380,10 @@ function savePluginSettings(){
380
  }
381
 
382
  jQuery(document).ready(function(){
383
- jQuery('a.button_remove').on("click", function(){
384
  jQuery(this).parent().parent().remove();
385
  });
386
- jQuery('a.button_edit').on("click", function(){
387
  if(editingButtonNow == false){
388
  var name = jQuery(this).parent().find('button').text();
389
  var url = jQuery(this).parent().find('button').attr('title');
@@ -394,7 +394,7 @@ jQuery(document).ready(function(){
394
  reloadRemoveButtonEvents();
395
  }
396
  });/*Save editing changes*/
397
- jQuery('#ag_add_adminmenu_button_edit').on("click", function(){
398
  //alert(jQuery(this).parent().html());
399
  var name = jQuery('#ag_add_adminmenu_name_edit').val();
400
  var url = jQuery('#ag_add_adminmenu_url_edit').val();
380
  }
381
 
382
  jQuery(document).ready(function(){
383
+ jQuery('#ag_add_adminmenu').on("click", 'a.button_remove', function(){
384
  jQuery(this).parent().parent().remove();
385
  });
386
+ jQuery('#ag_add_adminmenu').on('click', 'a.button_edit', function(){
387
  if(editingButtonNow == false){
388
  var name = jQuery(this).parent().find('button').text();
389
  var url = jQuery(this).parent().find('button').attr('title');
394
  reloadRemoveButtonEvents();
395
  }
396
  });/*Save editing changes*/
397
+ jQuery('#ag_add_adminmenu').on("click", '#ag_add_adminmenu_button_edit', function(){
398
  //alert(jQuery(this).parent().html());
399
  var name = jQuery('#ag_add_adminmenu_name_edit').val();
400
  var url = jQuery('#ag_add_adminmenu_url_edit').val();
style/ag_style.css CHANGED
@@ -231,5 +231,17 @@ td.ag_admin_menu_parent:hover{
231
  font-weight: bold;
232
  margin-right: 20px;
233
  padding: 10px;
234
- text-decoration: none
 
 
 
 
 
 
 
 
 
 
 
 
235
  }
231
  font-weight: bold;
232
  margin-right: 20px;
233
  padding: 10px;
234
+ text-decoration: none;
235
+ border-radius: 0 0 3px 3px;
236
+ border: 1px solid #BBBBBB;
237
+ border-top: none;
238
+ margin-left: 6px;
239
+ margin-right: 20px;
240
+ padding: 6px 10px;
241
+ }
242
+ #ag_add_adminmenu button{
243
+ border: medium none;
244
+ border-radius: 4px;
245
+ color: #FFFFFF;
246
+ padding: 3px 7px;
247
  }