Changeset 70:612a0ff96a30 for admin/search.php
- Timestamp:
- 04/30/11 10:28:24 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/search.php
r0 r70 76 76 '<form action="search.php" method="get">'. 77 77 '<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> '. 81 81 ' <input type="submit" value="'.__('ok').'" /></p>'. 82 82 '</fieldset>'. … … 125 125 '<p class="col checkboxes-helpers"></p>'. 126 126 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). 129 129 '<input type="submit" value="'.__('ok').'" /></p>'. 130 130 form::hidden('redir',preg_replace('/%/','%%',$redir)). … … 165 165 '<p class="col checkboxes-helpers"></p>'. 166 166 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). 169 169 '<input type="submit" value="'.__('ok').'" /></p>'. 170 170 form::hidden('redir',preg_replace('/%/','%%',$redir)).
Note: See TracChangeset
for help on using the changeset viewer.