Link Library - Version 5.8.0.2

Version Description

  • Small styling change in admin interface to adjust to removal of background image in WP 3.6
Download this release

Release Info

Developer jackdewey
Plugin Icon 128x128 Link Library
Version 5.8.0.2
Comparing to
See all releases

Code changes from version 5.8.0.1 to 5.8.0.2

Files changed (3) hide show
  1. link-library-admin.php +3 -3
  2. link-library.php +1 -1
  3. readme.txt +3 -0
link-library-admin.php CHANGED
@@ -1677,7 +1677,7 @@ class link_library_plugin_admin {
1677
 
1678
  function moderate_meta_box() {
1679
  ?>
1680
- <table class='widefat' style='clear:none;width:100%;background: #DFDFDF url(/wp-admin/images/gray-grad.png) repeat-x scroll left top;'>
1681
  <tr>
1682
  <th style='width: 30px'></th>
1683
  <th style='width: 200px'><?php _e('Link Name', 'link-library'); ?></th>
@@ -1798,7 +1798,7 @@ class link_library_plugin_admin {
1798
  <?php endif; ?>
1799
  <br />
1800
  <br />
1801
- <table class='widefat' style='clear:none;width:100%;background: #DFDFDF url(/wp-admin/images/gray-grad.png) repeat-x scroll left top;'>
1802
  <thead>
1803
  <tr>
1804
  <th style='width:40px' class="lltooltip" title='<?php _e('Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site', 'link-library'); ?>'>
@@ -2277,7 +2277,7 @@ class link_library_plugin_admin {
2277
  </ul>
2278
  <input type="hidden" id="dragndroporder" name="dragndroporder" size="60" value="<?php echo $options['dragndroporder']; ?>"/>
2279
  <br />
2280
- <table class='widefat' style='width: 1000px;margin:15px 5px 10px 0px;clear:none;background: #DFDFDF url(/wp-admin/images/gray-grad.png) repeat-x scroll left top;'>
2281
  <thead>
2282
  <th style='width: 100px'></th>
2283
  <th style='width: 40px'><?php _e('Display', 'link-library'); ?></th>
1677
 
1678
  function moderate_meta_box() {
1679
  ?>
1680
+ <table class='widefat' style='clear:none;width:100%;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
1681
  <tr>
1682
  <th style='width: 30px'></th>
1683
  <th style='width: 200px'><?php _e('Link Name', 'link-library'); ?></th>
1798
  <?php endif; ?>
1799
  <br />
1800
  <br />
1801
+ <table class='widefat' style='clear:none;width:100%;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
1802
  <thead>
1803
  <tr>
1804
  <th style='width:40px' class="lltooltip" title='<?php _e('Link Library Supports the Creation of an unlimited number of configurations to display link lists on your site', 'link-library'); ?>'>
2277
  </ul>
2278
  <input type="hidden" id="dragndroporder" name="dragndroporder" size="60" value="<?php echo $options['dragndroporder']; ?>"/>
2279
  <br />
2280
+ <table class='widefat' style='width: 1000px;margin:15px 5px 10px 0px;clear:none;background-color:#F1F1F1;background-image: linear-gradient(to top, #ECECEC, #F9F9F9);background-position:initial initial;background-repeat: initial initial'>
2281
  <thead>
2282
  <th style='width: 100px'></th>
2283
  <th style='width: 40px'><?php _e('Display', 'link-library'); ?></th>
link-library.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Link Library
4
  Plugin URI: http://wordpress.org/extend/plugins/link-library/
5
  Description: Display links on pages with a variety of options
6
- Version: 5.8.0.1
7
  Author: Yannick Lefebvre
8
  Author URI: http://yannickcorner.nayanna.biz/
9
 
3
  Plugin Name: Link Library
4
  Plugin URI: http://wordpress.org/extend/plugins/link-library/
5
  Description: Display links on pages with a variety of options
6
+ Version: 5.8.0.2
7
  Author: Yannick Lefebvre
8
  Author URI: http://yannickcorner.nayanna.biz/
9
 
readme.txt CHANGED
@@ -59,6 +59,9 @@ Further configuration is available under the Link Library Settings panel.
59
 
60
  == Changelog ==
61
 
 
 
 
62
  = 5.8.0.1 =
63
  * Corrected redirection bug when user submitted link with bad field, then corrected and re-submitted
64
 
59
 
60
  == Changelog ==
61
 
62
+ = 5.8.0.2 =
63
+ * Small styling change in admin interface to adjust to removal of background image in WP 3.6
64
+
65
  = 5.8.0.1 =
66
  * Corrected redirection bug when user submitted link with bad field, then corrected and re-submitted
67