Changeset 783:0a2b554158d6 for inc
- Timestamp:
- 12/06/11 14:01:15 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.filter.php
r780 r783 280 280 if ($this->hideform) { 281 281 $formclass = ' class="hidden"'; 282 $toggleclass = ''; 282 283 } else { 283 284 $formclass=''; 285 $toggleclass = ' class="opened"'; 284 286 } 285 287 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.'>'. 288 290 __('Toggle filters and display options'). 289 291 '</a></p>'.
Note: See TracChangeset
for help on using the changeset viewer.