Files @ c7d7e38b2269
Branch filter:

Location: hot67beta/administrator/components/com_config/views/application/tmpl/config_locale.php

root@protofusion.org
Initial import of the site.
<fieldset class="adminform">
	<legend><?php echo JText::_( 'Locale Settings' ); ?></legend>
	<table class="admintable" cellspacing="1">
		<tbody>
		<tr>
			<td width="185" class="key">
				<span class="editlinktip hasTip" title="<?php echo JText::_( 'Time Zone' ); ?>::<?php echo JText::_( 'TIPDATETIMEDISPLAY' ) .': '. JHTML::_('date',  'now', JText::_('DATE_FORMAT_LC2')); ?>">
					<?php echo JText::_( 'Time Zone' ); ?>
				</span>
			</td>
			<td>
				<?php echo $lists['offset']; ?>
			</td>
		</tr>
		</tbody>
	</table>
</fieldset>