Changeset 843

Show
Ignore:
Timestamp:
08/29/08 06:24:01 (3 months ago)
Author:
ayunyan
Message:

plugin:fireeagle added Fire Eagle Icon

Location:
plugins/fireeagle/trunk
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • plugins/fireeagle/trunk/css/admin.css

    r840 r843  
    11.dashboard .module.fire-eagle-module .modulecore { 
    22    height: 25px; 
     3} 
     4 
     5.dashboard .module.fire-eagle-module h2 img { 
     6    vertical-align: middle; 
     7    margin-left: 5px; 
    38} 
    49 
     
    1217 
    1318.dashboard .module.fire-eagle-module input[type=text] { 
    14     width: 280px; 
     19    width: 250px; 
    1520} 
    1621.dashboard .module.fire-eagle-module .formcontrol { 
  • plugins/fireeagle/trunk/fireeagle.plugin.php

    r842 r843  
    171171    public function action_admin_header($theme) 
    172172    { 
    173         if ($theme->page != 1) return; 
     173        if ($theme->page != 1) return; // why dashboard is 1? 
    174174        Stack::add('admin_header_javascript', $this->get_url() . '/js/admin.js'); 
    175175        Stack::add('admin_stylesheet', array($this->get_url() . '/css/admin.css', 'screen')); 
     
    271271    public function filter_dash_module_fire_eagle($module, $module_id, $theme) 
    272272    { 
    273         $module['title'] = _t('Fire Eagle', 'fireeagle'); 
     273        $module['title'] = _t('Fire Eagle', 'fireeagle') . '<img src="' . $this->get_url() . '/img/fireeagle.png" alt= "Fire Eagle" />'; 
    274274 
    275275        $form = new FormUI('dash_fireeagle');