title in 80 symbols

This commit is contained in:
arlemp@selectel.ru
2023-08-15 08:53:14 +03:00
parent b7f5ff99dc
commit e0cdf4a36d
21 changed files with 626 additions and 27 deletions

View File

@@ -933,6 +933,7 @@ $order = (isset($_GET['order'])) ? strip_tags(trim($_GET['order'])) : '';
if ($action == 'selectall'){ ?>
<div id="caption"><?=$caption?> Редактирование</div>
<?}
for ($it = 0; $it < $item_count; $it++) {
@@ -1116,6 +1117,7 @@ $order = (isset($_GET['order'])) ? strip_tags(trim($_GET['order'])) : '';
$per_page = (isset($_GET['limit'])) ? (int)($_GET['limit']) : 20;
$max_sql = 'SELECT count('.$increment.')'.' FROM '.$maintable.$tables.$where.$order_value;
$maxres = mysqli_query($this->link, $max_sql);
if (@mysqli_num_rows($maxres) != 0) {
$maxrow = mysqli_fetch_row($maxres);