Changeset 1476710
- Timestamp:
- 08/17/2016 10:41:58 AM (10 years ago)
- Location:
- colorize-admin/trunk
- Files:
-
- 6 added
- 3 edited
-
colorize/antiquewhite_admin.css (added)
-
colorize/antiquewhite_style.css (added)
-
colorize/ghostwhite_admin.css (added)
-
colorize/ghostwhite_style.css (added)
-
colorize/gold_admin.css (added)
-
colorize/gold_style.css (added)
-
inc/admin-options.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
wpvote-colorize-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
colorize-admin/trunk/inc/admin-options.php
r1474732 r1476710 45 45 <option value="navy" <?php if (get_option( '_colorthemeadmin')=='navy' ) echo 'selected="Navy"'; ?> > Navy</option> 46 46 <option value="gray" <?php if (get_option( '_colorthemeadmin')=='gray' ) echo 'selected="Grey"'; ?> > Grey</option> 47 <option value="gold" <?php if (get_option( '_colorthemeadmin')=='gold' ) echo 'selected="Gold"'; ?> > Gold</option> 47 48 <option value="olive" <?php if (get_option( '_colorthemeadmin')=='olive' ) echo 'selected="Olive"'; ?> > Olive</option> 48 49 <option value="peru" <?php if (get_option( '_colorthemeadmin')=='peru' ) echo 'selected="Peru"'; ?> > Peru</option> … … 61 62 <option value="goldenrod" <?php if (get_option( '_colorthemeadmin')=='goldenrod' ) echo 'selected="Golden Rod"'; ?> > Golden Rod</option> 62 63 <option value="forestgreen" <?php if (get_option( '_colorthemeadmin')=='forestgreen' ) echo 'selected="Forest Green"'; ?> > Forest Green</option> 64 <option value="antiquewhite" <?php if (get_option( '_colorthemeadmin')=='antiquewhite' ) echo 'selected="Antique White"'; ?> > Antique White</option> 65 <option value="ghostwhite" <?php if (get_option( '_colorthemeadmin')=='ghostwhite' ) echo 'selected="Ghost White"'; ?> > Ghost White</option> 63 66 <option value="yellowgreen" <?php if (get_option( '_colorthemeadmin')=='yellowgreen' ) echo 'selected="Yellow Green"'; ?> > Yellow Green</option> 64 67 <option value="rebeccapurple" <?php if (get_option( '_colorthemeadmin')=='rebeccapurple' ) echo 'selected="Rebecca Purple"'; ?> > Rebecca Purple</option> -
colorize-admin/trunk/readme.txt
r1474730 r1476710 3 3 Tags:Color scheme,scheme,colorize,admin theme,admin color,color theme,custom color,colors,color theme,admin,admin custom 4 4 Requires at least: 4.0 5 Tested up to: 4. 5.36 Stable tag: 1. 65 Tested up to: 4.6 6 Stable tag: 1.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 This is a simple plugin that will make your wp admin panel theme much more pleasant for work. Using specific colours you improve your work surrounding and simple and clean design of your wp admin panel. 15 15 16 * 2 3color themes.16 * 26 color themes. 17 17 * Tested with other popular plugins. 18 * last update 1 5/8/201618 * last update 17/8/2016 19 19 20 20 … … 82 82 * Three new colors 83 83 * New Homepage 84 85 = 1.7 = 86 87 * Three new colors -
colorize-admin/trunk/wpvote-colorize-admin.php
r1474730 r1476710 5 5 Description: This is a simple plugin that will make your wp admin panel theme much more pleasant for work. 6 6 Author: cicophoto 7 Version: 1. 67 Version: 1.7 8 8 Author URI: http://colorizeadmin.info 9 9 License: GNU/GPL http://www.gnu.org/copyleft/gpl.html
Note: See TracChangeset
for help on using the changeset viewer.