Dotclear

Changeset 783:0a2b554158d6 for inc


Ignore:
Timestamp:
12/06/11 14:01:15 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
formfilters
Message:

fixed toggle css, and some errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/class.dc.filter.php

    r780 r783  
    280280          if ($this->hideform) { 
    281281               $formclass = ' class="hidden"'; 
     282               $toggleclass = ''; 
    282283          } else { 
    283284               $formclass=''; 
     285               $toggleclass = ' class="opened"'; 
    284286          } 
    285287           
    286           $ret .= '<p><img alt="" src="images/minus.png" /> '. 
    287                '<a href="#" id="toggle-filters">'. 
     288          $ret .= '<p>'. 
     289               '<a href="#" id="toggle-filters"'.$toggleclass.'>'. 
    288290               __('Toggle filters and display options'). 
    289291               '</a></p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map