Esempio n. 1
0
<?php

echo $this->timer->iForm('task_timer', 'post', $this->fc->getUrl('timer', 'main'));
?>
<input type="hidden" name="id" value="<?php 
echo $this->data->getUid();
?>
" />
<ol class="fields multicol side">
	<li class="nline">
		<label><?php 
TR::phtml('form', 'date');
?>
</label>
		<input type="text" id="i_date" name="date" class="date" value="<?php 
echo VarDte::value(APP_SQL_TODAY);
?>
" />
	</li>
	<li class="nline">
		<label><?php 
TR::phtml('form', 'start');
?>
</label>
		<input type="text" id="i_start_time" name="start_time" class="time" />
	</li>
	<li>
		<label><?php 
TR::phtml('form', 'stop');
?>
</label>