init
This commit is contained in:
20
modules/EcmWorkCards/tpl/DetailViewTableEcmActions.tpl
Normal file
20
modules/EcmWorkCards/tpl/DetailViewTableEcmActions.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
<input type="hidden" name="tableEcmActions_list" id="tableEcmActions_list" value='{$TABLEECMACTIONS_LIST|@json_encode}'>
|
||||
<div style="width:100%;border: 1px solid rgb(48,192,255);background-color:white;overflow:auto;">
|
||||
<link rel="stylesheet" type="text/css" href="modules/Accounts/MyTable.css" />
|
||||
<table id="tableEcmActions" style="width: 100%" class="positions">
|
||||
</table>
|
||||
</div>
|
||||
<br>
|
||||
<input type="button" id="showPrice" name="showPrice" value="Pokaż jednostkowe ceny" onclick="showHideSingleCost()">
|
||||
<div style="width:30%;border: 1px solid rgb(48,192,255);background-color:white;overflow:auto;float: right">
|
||||
<table class="positions">
|
||||
<tr>
|
||||
<td>Suma netto</td>
|
||||
<td id="sum_netto" style="text-align: right">0,00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Suma brutto</td>
|
||||
<td id="sum_brutto" style="text-align: right">0,00</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
22
modules/EcmWorkCards/tpl/EditViewTableEcmActions.tpl
Normal file
22
modules/EcmWorkCards/tpl/EditViewTableEcmActions.tpl
Normal file
@@ -0,0 +1,22 @@
|
||||
<input type="hidden" name="tableEcmActions_list" id="tableEcmActions_list" value='{$TABLEECMACTIONS_LIST|@json_encode}'>
|
||||
|
||||
<script src="include/ECM/tablenavigator.js"></script>
|
||||
<div style="width:100%;border: 1px solid rgb(48,192,255);background-color:white;overflow:auto;">
|
||||
<link rel="stylesheet" type="text/css" href="modules/Accounts/MyTable.css" />
|
||||
<table id="tableEcmActions" style="width: 100%" class="positions" name="tableEcmActions">
|
||||
</table>
|
||||
</div>
|
||||
<br>
|
||||
<input type="button" id="showPrice" name="showPrice" value="Pokaż jednostkowe ceny" onclick="showHideSingleCost()">
|
||||
<div style="width:30%;border: 1px solid rgb(48,192,255);background-color:white;overflow:auto;float: right">
|
||||
<table class="positions">
|
||||
<tr>
|
||||
<td>Suma netto</td>
|
||||
<td id="sum_netto" style="text-align: right">0,00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Suma brutto</td>
|
||||
<td id="sum_brutto" style="text-align: right">0,00</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user