Exemple #1
0
}
?>
				</td>
			</tr>
			<tr>
				<td>
					<label for="endtimes">
							<?php 
echo JText::_('END TIME') . ':';
?>
					</label>
				</td>
				<td>
					<?php 
echo ELAdmin::buildtimeselect(23, 'endhours', substr($this->row->endtimes, 0, 2)) . ' : ';
echo ELAdmin::buildtimeselect(59, 'endminutes', substr($this->row->endtimes, 4, 6));
?>
				</td>
				<td>
					<span class="editlinktip hasTip" title="<?php 
echo JText::_('NOTES');
?>
::<?php 
echo JText::_('FORMAT TIME OPTIONAL');
?>
">
						<?php 
echo $infoimage;
?>
					</span>
				</td>