Dotclear

Changeset 757:eb965b99e594


Ignore:
Timestamp:
11/10/11 16:40:51 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
formfilters
Message:

fixed notice in class.dc.filter.php
added jqueryui css

File:
1 edited

Legend:

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

    r756 r757  
    571571     public function getFormFields($pos=0) { 
    572572          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">'. 
    574574                    ''.$this->desc.' : </td>'. 
    575575                    '<td>'. 
     
    579579                    '</td>'; 
    580580          } 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">'. 
    582582                    __('or').' : </td>'; 
    583583          }; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map