mirror of
https://github.com/itflow-org/itflow
synced 2026-09-17 20:25:13 +00:00
Initial migration from AdminLTE 3 to 4, bootstrap 4 to 5
This commit is contained in:
@@ -20,7 +20,7 @@ if ($total_found_rows > 5) {
|
||||
<div class="row">
|
||||
<div class="col-sm">
|
||||
<form action="post.php" method="post">
|
||||
<div class="form-group">
|
||||
<div class="mb-3">
|
||||
<select onchange="this.form.submit()" class="form-control select2 col-12 col-sm-3" name="change_records_per_page">
|
||||
<option <?php if ($user_config_records_per_page == 5) { echo "selected"; } ?> >5</option>
|
||||
<option <?php if ($user_config_records_per_page == 10) { echo "selected"; } ?> >10</option>
|
||||
|
||||
Reference in New Issue
Block a user