Example #1
0
    ?>
</strong></button>
											<button type="reset" value="<?php 
    echo gettext('reset');
    ?>
"><img src="images/reset.png" alt="" /><strong><?php 
    echo gettext("Reset");
    ?>
</strong></button>
										</p>
									</td>
								</tr>
								<tr>
									<?php 
    if (function_exists('date_default_timezone_get')) {
        $offset = timezoneDiff($_zp_server_timezone, $tz = getOption('time_zone'));
        ?>
										<td width="175"><?php 
        echo gettext("Time zone:");
        ?>
</td>
										<td width="350">
											<?php 
        $zones = getTimezones();
        ?>
											<select id="time_zone" name="time_zone">
												<option value="" style="background-color:LightGray"><?php 
        echo gettext('*not specified');
        ?>
</option>
												<?php 
    echo gettext('reset');
    ?>
" title="<?php 
    echo gettext("Reset");
    ?>
"><img src="images/reset.png" alt="" /><strong><?php 
    echo gettext("Reset");
    ?>
</strong></button>
					</p>
					</td>
				</tr>
				<tr>
					<?php 
    if (function_exists('date_default_timezone_get')) {
        $offset = timezoneDiff($_zp_server_timezone, $tz);
        ?>
						<td width="175"><?php 
        echo gettext("Time zone:");
        ?>
</td>
						<td width="350">
						<?php 
        $zones = getTimezones();
        ?>
							<select id="time_zone" name="time_zone">
							<option value="" style="background-color:LightGray"><?php 
        echo gettext('*not specified');
        ?>
</option>
							<?php