CMXX - Pricelists

This commit is contained in:
“VeLiTi”
2025-01-23 12:54:16 +01:00
parent 53686b3c33
commit 661783270a
16 changed files with 811 additions and 182 deletions

View File

@@ -60,8 +60,8 @@ $view = '
<div class="title">
<i class="fa-solid fa-coins"></i>
<div class="txt">
<h2>'.($pricelists_h2 ?? '').' ('.$query_total.')</h2>
<p>'.($pricelists_p ?? '').'</p>
<h2>'.($pricelists_h2 ?? 'Pricelists').' ('.$query_total.')</h2>
<p>'.($pricelists_p ?? 'Manage pricelists').'</p>
</div>
</div>
</div>';
@@ -95,7 +95,7 @@ $view .= '
<thead>
<tr>
<th>'.($pricelists_rowID ?? 'rowID').'</th>
th>'.($pricelists_status ?? 'status').'</th>
<th>'.($pricelists_status ?? 'status').'</th>
<th>'.($pricelists_name ?? 'name').'</th>
<th class="responsive-hidden">'.$general_created.'</th>
<th>'.$general_actions.'</th>