Dotclear


Ignore:
Timestamp:
08/09/13 11:14:13 (12 years ago)
Author:
Dsls
Branch:
twig
Message:

Manual merge for remaining little things from default, need to cope with this 3px difference in search box...
Btw, fixes checkboxes problems

File:
1 edited

Legend:

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

    r1156 r1316  
    421421                    'action' => 'switchblog'))) 
    422422               ->setup(); 
     423          # Switch blog form 
     424          $sform = new dcForm($this->core,'search-menu','search.php','GET'); 
     425          $sform 
     426               ->addField( 
     427                    new dcFieldText('q','',array( 
     428                    'maxlength'         => 255, 
     429                    'label' => __('Search:')))) 
     430               ->addField( 
     431                    new dcFieldSubmit('ok',__('OK'),array( 
     432                    ))) 
     433               ->setup(); 
    423434     } 
    424435      
Note: See TracChangeset for help on using the changeset viewer.

Sites map