first commit
This commit is contained in:
30
modules/ruch/views/templates/admin/paczki.tpl
Normal file
30
modules/ruch/views/templates/admin/paczki.tpl
Normal 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/>
|
||||
Reference in New Issue
Block a user