mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] Fix order of pagination setting
This commit is contained in:
parent
77205a7e62
commit
722e6f7147
1 changed files with 7 additions and 11 deletions
|
@ -65,26 +65,22 @@
|
|||
<input type='text' size='4' id='ConfigureSettings_list_max_entries_per_page'
|
||||
name='list_max_entries_per_page' value='{$config.list_max_entries_per_page}'>
|
||||
</td>
|
||||
<td scope="row">{$MOD.LBL_SET_LISTVIEW_PAGINATION_TYPE}:</td>
|
||||
<td><select name="listview_pagination_type">{$listview_pagination_type}</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td scope="row">{$MOD.LIST_ENTRIES_PER_SUBPANEL}:</td>
|
||||
<td>
|
||||
<input type='text' size='4' id='ConfigureSettings_list_max_entries_per_subpanel'
|
||||
name='list_max_entries_per_subpanel' value='{$config.list_max_entries_per_subpanel}'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td scope="row"><span>{$MOD.LBL_LIST_ENTRIES_PER_MODAL}</td>
|
||||
<td>
|
||||
<input type='text' size='4' id='ConfigureSettings_list_max_entries_per_modal' name='list_max_entries_per_modal' value='{$config.list_max_entries_per_modal}'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td scope="row">{$MOD.LBL_SET_SUBPANEL_PAGINATION_TYPE}:</td>
|
||||
<td><select name="subpanel_pagination_type">{$subpanel_pagination_type}</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td scope="row">{$MOD.LBL_SET_LISTVIEW_PAGINATION_TYPE}:</td>
|
||||
<td><select name="listview_pagination_type">{$listview_pagination_type}</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td scope="row"><span>{$MOD.LBL_LIST_ENTRIES_PER_MODAL}:</td>
|
||||
<td>
|
||||
<input type='text' size='4' id='ConfigureSettings_list_max_entries_per_modal' name='list_max_entries_per_modal' value='{$config.list_max_entries_per_modal}'></td>
|
||||
<td scope="row">{$MOD.LBL_SET_RECORD_MODAL_PAGINATION_TYPE}:</td>
|
||||
<td><select name="record_modal_pagination_type">{$record_modal_pagination_type}</select></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue