Changeset 408535
- Timestamp:
- 07/11/2011 11:42:08 PM (15 years ago)
- Location:
- web-editors-cms/trunk
- Files:
-
- 1 added
- 3 edited
-
admin_panel.php (modified) (1 diff)
-
custom_admin_branding.php (modified) (1 diff)
-
images/wecms_mini_logo.png (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
web-editors-cms/trunk/admin_panel.php
r366111 r408535 56 56 <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> 57 57 <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> 59 59 <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> 60 60 <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 17 17 document.getElementById('header-logo').src='<?php echo get_option('wecms_admin_logo') ?>'; 18 18 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'; 20 20 document.getElementById('footer-left').innerHTML = '<?php echo get_option('wecms_footer_info'); ?>'; 21 21 </script> -
web-editors-cms/trunk/readme.txt
r376944 r408535 3 3 Tags: 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 4 4 Requires at least: 3.0 5 Tested up to: 3. 15 Tested up to: 3.2 6 6 Stable tag: trunk 7 7 … … 63 63 64 64 == Changelog == 65 = 1.6 = 66 * 2011-07-11 67 * Created a mini logo and adjusted the header to accomodate the 3.2 update. 68 65 69 = 1.5 = 66 70 * 2011-03-28
Note: See TracChangeset
for help on using the changeset viewer.