Plugin Directory

Changeset 408535


Ignore:
Timestamp:
07/11/2011 11:42:08 PM (15 years ago)
Author:
webeditors
Message:

updated for 3.2

Location:
web-editors-cms/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • web-editors-cms/trunk/admin_panel.php

    r366111 r408535  
    5656        <h3><label for="wecms_cms_branding"><input type="checkbox" name="wecms_cms_branding" id="wecms_cms_branding" <?php if(get_option('wecms_cms_branding')) { echo 'checked'; } ?> /> Enable CMS Branding</label></h3>
    5757        <b>Admin Screen</b>
    58         <p><label for="wecms_admin_logo"><input style="width:500px;" type="text" name="wecms_admin_logo" id="wecms_admin_logo" value="<?php echo get_option('wecms_admin_logo', "$we_plugin_dir" . 'images/wecms_logo.png') ?>" /> Path to your admin panel icon/Logo - height = 31px</label></p>
     58        <p><label for="wecms_admin_logo"><input style="width:500px;" type="text" name="wecms_admin_logo" id="wecms_admin_logo" value="<?php echo get_option('wecms_admin_logo', "$we_plugin_dir" . 'images/wecms_mini_logo.png') ?>" /> Path to your admin panel icon/Logo - height = 31px</label></p>
    5959        <p><label for="wecms_admin_logo_width"><input style="width:36px;" type="text" name="wecms_admin_logo_width" id="wecms_admin_logo_width" value="<?php echo get_option('wecms_admin_logo_width', '31') ?>" /> Width of admin panel icon/Logo (digits only)</label></p>
    6060        <p><label for="wecms_hide_link"><input type="checkbox" name="wecms_hide_link" id="wecms_hide_link" <?php if(get_option('wecms_hide_link')) { echo 'checked'; } ?> /> Remove link to website in header?</label></p>
  • web-editors-cms/trunk/custom_admin_branding.php

    r366111 r408535  
    1717        document.getElementById('header-logo').src='<?php echo get_option('wecms_admin_logo') ?>';
    1818        document.getElementById('header-logo').width='<?php echo get_option('wecms_admin_logo_width') ?>';
    19         document.getElementById('header-logo').height='31';
     19        document.getElementById('header-logo').height='16';
    2020        document.getElementById('footer-left').innerHTML = '<?php echo get_option('wecms_footer_info'); ?>';
    2121    </script>
  • web-editors-cms/trunk/readme.txt

    r376944 r408535  
    33Tags: cms, pods, cck, content types, admin, widget, plugin, pages, datatypes, capability manager, web editors cms, content management system, Admin Menu Editor, All in One SEO Pack, CMS Dashboard, CMS Tree Page View, Exclude Pages, IM8 Box Hide, Ozh' Admin Drop Down Menu, Page.ly MultiEdit, Redirection, SEO Smart Links, Shuffle, Easy Admin Color Schemes, th23 Media Library Extension, PHP Code Widget, Google Analytics for WordPress, Google XML Sitemaps, TinyMCE Advanced, Editor Tabs
    44Requires at least: 3.0
    5 Tested up to: 3.1
     5Tested up to: 3.2
    66Stable tag: trunk
    77
     
    6363
    6464== Changelog ==
     65= 1.6 =
     66* 2011-07-11
     67* Created a mini logo and adjusted the header to accomodate the 3.2 update.
     68
    6569= 1.5 =
    6670* 2011-03-28
Note: See TracChangeset for help on using the changeset viewer.