Changeset 2287:7a307319dfa0 for inc/admin
- Timestamp:
- 10/05/13 22:26:00 (12 years ago)
- Branch:
- default
- Children:
- 2288:2685c7d01ec3, 2404:26ab8fe42321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r2270 r2287 257 257 258 258 echo 259 '<div class="modules-search">'. 259 260 '<form action="'.$this->getURL().'" method="get" class="fieldset">'. 260 261 '<p><label for="m_search" class="classic">'.__('Search in repository:').' </label><br />'. 261 262 form::field(array('m_search','m_search'), 30, 255, html::escapeHTML($query)). 262 263 '<input type="submit" value="'.__('Search').'" /> '; 263 if ($query) { echo ' <a href="'.$this->getURL().'" class="button">'.__('Reset search').'</a>'; } 264 echo '</p>'. 264 265 if ($query) { 266 echo 267 ' <a href="'.$this->getURL().'" class="button">'.__('Reset search').'</a>'; 268 } 269 270 echo 271 '</p>'. 272 '<p class="form-note">'. 273 __('Search is allowed on multiple terms longer than 2 chars, terms must be separated by space.'). 274 '</p>'. 265 275 '</form>'; 266 276 … … 273 283 '</p>'; 274 284 } 285 echo '</div>'; 286 275 287 return $this; 276 288 } … … 451 463 'details' => '', 452 464 'sshot' => '', 453 'score' => 0 465 'score' => 0, 466 'type' => null 454 467 ), 455 468 # Module's values
Note: See TracChangeset
for help on using the changeset viewer.