31 lines
802 B
Smarty
31 lines
802 B
Smarty
<!--
|
|
/**
|
|
* @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/>
|