[Legacy] Fix order of pagination setting

This commit is contained in:
Jack Anderson 2023-05-10 12:18:34 +01:00
parent 77205a7e62
commit 722e6f7147

View file

@ -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>