init
This commit is contained in:
4
modules/EcmActions/tpl/DetailViewReletedProducts.tpl
Normal file
4
modules/EcmActions/tpl/DetailViewReletedProducts.tpl
Normal file
@@ -0,0 +1,4 @@
|
||||
<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="tableEcmProducts" style="width: 100%" class="positions"></table>
|
||||
</div>
|
||||
4
modules/EcmActions/tpl/EditViewTime.tpl
Normal file
4
modules/EcmActions/tpl/EditViewTime.tpl
Normal file
@@ -0,0 +1,4 @@
|
||||
Godziny: <input autocomplete="off" type="text" name="hours" id="hours" value="0" tabindex="102" size="3" maxlength="3" pattern="[0-9]+" onchange="hoursChange();">
|
||||
Minuty: <input autocomplete="off" type="text" name="minutes" id="minutes" value="0" tabindex="103" size="3" maxlength="2" pattern="[0-9]+" onchange="minutesChange();">
|
||||
Sekundy: <input autocomplete="off" type="text" name="seconds" id="seconds" value="0" tabindex="104" size="3" maxlength="2" pattern="[0-9]+" onchange="secondsChange();">
|
||||
<input type="hidden" name="time" id="time" value="{$fields.time.value}">
|
||||
Reference in New Issue
Block a user