mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
GUI Fixes
This commit is contained in:
@@ -245,14 +245,14 @@ if ($query[0] == 'settings')
|
||||
<td>".SEALAN_12."</td>
|
||||
<td class='form-inline'>
|
||||
".$frm->radio_multi('time_restrict', array(0 => LAN_DISABLED, 1 => SEALAN_13), $search_prefs['time_restrict'])."
|
||||
".$frm->text('time_secs', $tp -> toForm($search_prefs['time_secs']), 3, 'class=tbox&size=5')." ".SEALAN_14."
|
||||
".$frm->text('time_secs', $tp -> toForm($search_prefs['time_secs']), 3, 'class=tbox&size=mini')." ".SEALAN_14."
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>".SEALAN_3."</td>
|
||||
<td class='form-inline'>
|
||||
".$frm->radio_switch('search_sort', $search_prefs['mysql_sort'], 'MySQL', SEALAN_31)."
|
||||
".$frm->text('php_limit', $tp -> toForm($search_prefs['php_limit']), 5, 'class=tbox&size=5')." ".SEALAN_32."
|
||||
".$frm->text('php_limit', $tp -> toForm($search_prefs['php_limit']), 5, 'class=tbox&size=mini')." ".SEALAN_32."
|
||||
<span class='field-help'>".SEALAN_49."</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user