File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ public function onShow()
264264 foreach ($ limits as $ key => $ val ){
265265 $ options .= '<option value=" ' .$ key .'" ' .(isset ($ _SESSION ['search ' ]['limit ' ]) && $ _SESSION ['search ' ]['limit ' ] == $ key ? 'selected="selected" ' :'' ).(!isset ($ _SESSION ['search ' ]['limit ' ]) && $ key == '15 ' ? 'selected="selected" ' :'' ).'> ' .$ val .'</option> ' ;
266266 }
267- $ app ->tpl ->setVar ('search_limit ' , '<select name="search_limit" class="search_limit"> ' .$ options .'</select> ' );
267+ $ app ->tpl ->setVar ('search_limit ' , '<select name="search_limit" class="search_limit" style="width: 60px;" > ' .$ options .'</select> ' );
268268
269269 $ app ->tpl ->setVar ('toolsarea_head_txt ' , $ app ->lng ('toolsarea_head_txt ' ));
270270 $ app ->tpl ->setVar ($ app ->listform ->wordbook );
You can’t perform that action at this time.
0 commit comments