Changeset 757:eb965b99e594
- Timestamp:
- 11/10/11 16:40:51 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.filter.php
r756 r757 571 571 public function getFormFields($pos=0) { 572 572 if ($pos == 0) { 573 $ret = '<td id="'.$this->getFieldId($ cur).'" title="'.$this->desc.'" class="filter-title">'.573 $ret = '<td id="'.$this->getFieldId($pos).'" title="'.$this->desc.'" class="filter-title">'. 574 574 ''.$this->desc.' : </td>'. 575 575 '<td>'. … … 579 579 '</td>'; 580 580 } else { 581 $ret = '<td id="'.$this->getFieldId($ cur).'" title="or" colspan="2" class="or">'.581 $ret = '<td id="'.$this->getFieldId($pos).'" title="or" colspan="2" class="or">'. 582 582 __('or').' : </td>'; 583 583 };
Note: See TracChangeset
for help on using the changeset viewer.