We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a62b12 commit f6150feCopy full SHA for f6150fe
1 file changed
interface/lib/classes/listform_actions.inc.php
@@ -264,7 +264,7 @@ public function onShow()
264
foreach($limits as $key => $val){
265
$options .= '<option value="'.$key.'" '.(isset($_SESSION['search']['limit']) && $_SESSION['search']['limit'] == $key ? 'selected="selected"':'' ).(!isset($_SESSION['search']['limit']) && $key == '15' ? 'selected="selected"':'').'>'.$val.'</option>';
266
}
267
- $app->tpl->setVar('search_limit', '<select name="search_limit" class="search_limit">'.$options.'</select>');
+ $app->tpl->setVar('search_limit', '<select name="search_limit" class="search_limit" style="width: 60px;">'.$options.'</select>');
268
269
$app->tpl->setVar('toolsarea_head_txt', $app->lng('toolsarea_head_txt'));
270
$app->tpl->setVar($app->listform->wordbook);
0 commit comments