first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<!--
/**
* @author Marcin Bogdański
* @copyright OpenNet 2021
* @license license.txt
*/
-->
<div class="table-responsive">
<table id="ruch_paczki" class="table">
<thead>
<tr>
<th class="form_wg">Waga (kg)</th>
<th class="form_dim">Wysokość (cm)</th>
<th class="form_dim">Długość (cm)</th>
<th class="form_dim">Szerokość (cm)</th>
<th class="form_tpl">Szablon</th>
<th class="form_nst">NST</th>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<span id="ruch_paczki_add" class="btn btn-default">
<img src="{$ruch_img_uri|escape:'htmlall':'UTF-8'}/add_16.png"/>
Dodaj
</span>
<br/><br/><br/>