Add TPL files
This commit is contained in:
2
modules/EcmSyntheticAccounts/tpl/DetailViewStructureAnalyticalPart.tpl
Executable file
2
modules/EcmSyntheticAccounts/tpl/DetailViewStructureAnalyticalPart.tpl
Executable file
@@ -0,0 +1,2 @@
|
||||
<input type="hidden" name="structureanalyticalpart_list" id="structureanalyticalpart_list" value='{$STRUCTUREANALYTICALPART_LIST|@json_encode}'>
|
||||
<span id='structdiv'></span>
|
||||
6
modules/EcmSyntheticAccounts/tpl/DetailViewTableAnalyticalAccounts.tpl
Executable file
6
modules/EcmSyntheticAccounts/tpl/DetailViewTableAnalyticalAccounts.tpl
Executable file
@@ -0,0 +1,6 @@
|
||||
<input type="hidden" name="analyticalaccounts_list" id="analyticalaccounts_list" value='{$ANALYTICALACCOUNTS_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="tableAnalyticalAccounts" class="positions" style="width: 100%">
|
||||
</table>
|
||||
</div>
|
||||
14
modules/EcmSyntheticAccounts/tpl/EditViewStructureAnalyticalPart.tpl
Executable file
14
modules/EcmSyntheticAccounts/tpl/EditViewStructureAnalyticalPart.tpl
Executable file
@@ -0,0 +1,14 @@
|
||||
<input type="hidden" name="structureanalyticalpart_list" id="structureanalyticalpart_list" value='{$STRUCTUREANALYTICALPART_LIST|@json_encode}'>
|
||||
<button class="btn btn-info" type="button" id="AddMore" value="Dodaj" tabindex="104">
|
||||
<img src="themes/default/images/id-ff-add.png?s=bed8cd35065048ceebdc639ebe305e2c&c=1"></button>
|
||||
|
||||
<table id="InputsWrapper">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="text" value="1" size="30" id="structureanalyticalpart_1" tabindex="105" name="structureanalyticalpart[]" onchange="valueChange(1)">
|
||||
</td>
|
||||
<td style="vertical-align: middle;">
|
||||
{* <button class="removeclass" ><a class="removeclass" href="#"><img class="id-ff-remove" name="0" src="themes/default/images/id-ff-clear.png?s=bed8cd35065048ceebdc639ebe305e2c&c=1"></a></button>*}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
6
modules/EcmSyntheticAccounts/tpl/EditViewTableAnalyticalAccounts.tpl
Executable file
6
modules/EcmSyntheticAccounts/tpl/EditViewTableAnalyticalAccounts.tpl
Executable file
@@ -0,0 +1,6 @@
|
||||
<input type="hidden" name="analyticalaccounts_list" id="analyticalaccounts_list" value='{$ANALYTICALACCOUNTS_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="tableAnalyticalAccounts" class="positions" style="width: 100%">
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user