Changeset 2727:30bcbc3f4d95
- Timestamp:
- 07/10/14 10:35:26 (11 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/search.php
r2566 r2727 29 29 if ($q) 30 30 { 31 $q = html::escapeHTML($q); 32 31 33 $params = array(); 32 34 … … 94 96 '<form action="search.php" method="get">'. 95 97 '<div class="fieldset"><h3>'.__('Search options').'</h3>'. 96 '<p><label for="q">'.__('Query:').' </label>'.form::field('q',30,255, html::escapeHTML($q)).'</p>'.98 '<p><label for="q">'.__('Query:').' </label>'.form::field('q',30,255,$q).'</p>'. 97 99 '<p><label for="qtype1" class="classic">'.form::radio(array('qtype','qtype1'),'p',$qtype == 'p').' '.__('Search in entries').'</label> '. 98 100 '<label for="qtype2" class="classic">'.form::radio(array('qtype','qtype2'),'c',$qtype == 'c').' '.__('Search in comments').'</label></p>'.
Note: See TracChangeset
for help on using the changeset viewer.