Files
crm.e5.pl/modules/EcmActions/tpl/EditViewTime.tpl

4 lines
641 B
Smarty
Raw Normal View History

2024-04-27 09:23:34 +02:00
Godziny:&nbsp;<input autocomplete="off" type="text" name="hours" id="hours" value="0" tabindex="102" size="3" maxlength="3" pattern="[0-9]+" onchange="hoursChange();">&nbsp;&nbsp;&nbsp;
Minuty:&nbsp;<input autocomplete="off" type="text" name="minutes" id="minutes" value="0" tabindex="103" size="3" maxlength="2" pattern="[0-9]+" onchange="minutesChange();">&nbsp;&nbsp;&nbsp;
Sekundy:&nbsp;<input autocomplete="off" type="text" name="seconds" id="seconds" value="0" tabindex="104" size="3" maxlength="2" pattern="[0-9]+" onchange="secondsChange();">&nbsp;&nbsp;&nbsp;
<input type="hidden" name="time" id="time" value="{$fields.time.value}">