Changeset 1499:fc4bc1ece727 for plugins/daInstaller/index.php
- Timestamp:
- 08/20/13 16:47:16 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/daInstaller/index.php
r1454 r1499 298 298 '<!-- Search -->'. 299 299 '<div class="multi-part" id="search" title="'.__('Search').'">'. 300 '<fieldset><legend>'.__('Search options'). 301 '</legend>'. 302 '<form method="get" action="'.$p_url.'">'. 300 '<form method="get" action="'.$p_url.'" class="fieldset">'. 301 '<h3>'.__('Search').'</h3>'. 303 302 '<p>'.form::hidden('p','daInstaller'). 304 303 '<label for="q" class="classic">'.__('Query:').' </label> '. 305 form::field('q',30,255,html::escapeHTML($q)). 306 '< label for="mode" class="classic">'.304 form::field('q',30,255,html::escapeHTML($q)).'</p>'. 305 '<p><label for="mode" class="classic">'. 307 306 form::radio(array('mode','mode'),'plugins',$mode == 'plugins'). 308 307 ' '.__('Plugins').' </label> '. 309 308 '<label for="mode2" class="classic">'. 310 form::radio(array('mode','mode2'),'themes',$mode == 'themes') 311 .' '.__('Themes').' </label> '. 312 '<input type="submit" value="'.__('Search').'" /></p>'. 313 '</form>'. 314 '</fieldset>'; 309 form::radio(array('mode','mode2'),'themes',$mode == 'themes'). 310 ' '.__('Themes').' </label></p>'. 311 '<p><input type="submit" value="'.__('Search').'" /></p>'. 312 '</form>'; 315 313 if (!empty($q)) { 316 314 echo '<p><strong>'.sprintf(__('%u %s found'),$s_m_nb,__($mode)).'</strong></p>';
Note: See TracChangeset
for help on using the changeset viewer.