Dotclear


Ignore:
Timestamp:
04/30/11 10:28:24 (14 years ago)
Author:
kozlika
Branch:
userprefs
Message:

Corrections formulaires, étape 4. Fin pour le core ! \o/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/search.php

    r0 r70  
    7676'<form action="search.php" method="get">'. 
    7777'<fieldset><legend>'.__('Search options').'</legend>'. 
    78 '<p><label class="classic">'.__('Query:').' '.form::field('q',30,255,html::escapeHTML($q)).'</label> '. 
    79 '<label class="classic">'.form::radio(array('qtype'),'p',$qtype == 'p').' '.__('search entries').'</label> '. 
    80 '<label class="classic">'.form::radio(array('qtype'),'c',$qtype == 'c').' '.__('search comments').'</label> '. 
     78'<p><label for="q" class="classic">'.__('Query:').' '.form::field('q',30,255,html::escapeHTML($q)).'</label> '. 
     79'<label for="qtype1" class="classic">'.form::radio(array('qtype','qtype1'),'p',$qtype == 'p').' '.__('search entries').'</label> '. 
     80'<label for="qtype2" class="classic">'.form::radio(array('qtype','qtype2'),'c',$qtype == 'c').' '.__('search comments').'</label> '. 
    8181' <input type="submit" value="'.__('ok').'" /></p>'. 
    8282'</fieldset>'. 
     
    125125          '<p class="col checkboxes-helpers"></p>'. 
    126126           
    127           '<p class="col right">'.__('Selected entries action:'). 
    128           form::combo('action',$combo_action). 
     127          '<p class="col right"><label for="action1" class="inline"'.__('Selected entries action:').'</label> '. 
     128          form::combo(array('action','action1'),$combo_action). 
    129129          '<input type="submit" value="'.__('ok').'" /></p>'. 
    130130          form::hidden('redir',preg_replace('/%/','%%',$redir)). 
     
    165165          '<p class="col checkboxes-helpers"></p>'. 
    166166           
    167           '<p class="col right">'.__('Selected comments action:').' '. 
    168           form::combo('action',$combo_action). 
     167          '<p class="col right"><label for="action2" class="inline">'.__('Selected comments action:').'</label> '. 
     168          form::combo(array('action','action2'),$combo_action). 
    169169          '<input type="submit" value="'.__('ok').'" /></p>'. 
    170170          form::hidden('redir',preg_replace('/%/','%%',$redir)). 
Note: See TracChangeset for help on using the changeset viewer.

Sites map