Changeset 2291:a3e033a82cbf for inc/admin/lib.moduleslist.php
- Timestamp:
- 10/06/13 11:29:06 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r2288 r2291 258 258 echo 259 259 '<div class="modules-search">'. 260 '<form action="'.$this->getURL().'" method="get" class="fieldset">'.260 '<form action="'.$this->getURL().'" method="get">'. 261 261 '<p><label for="m_search" class="classic">'.__('Search in repository:').' </label><br />'. 262 262 form::field(array('m_search','m_search'), 30, 255, html::escapeHTML($query)). 263 '<input type="submit" value="'.__(' Search').'" /> ';263 '<input type="submit" value="'.__('OK').'" /> '; 264 264 265 265 if ($query) { … … 358 358 } 359 359 # Parse navigation menu 360 echo '<div class="pager">'.__('Browse index:').' <ul >'.implode('',$buttons).'</ul></div>';360 echo '<div class="pager">'.__('Browse index:').' <ul class="index">'.implode('',$buttons).'</ul></div>'; 361 361 362 362 return $this;
Note: See TracChangeset
for help on using the changeset viewer.