mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Replaced the rest of the short tags with long ones
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
/**
|
||||
* Modify the default timezones
|
||||
*
|
||||
@@ -113,10 +113,10 @@ foreach($qs as $q)
|
||||
print "<h1>" . T_("Add a Timezone:") . "</h1>";
|
||||
?>
|
||||
<form action="" method="get"><p>
|
||||
<label for="time_zone"><? echo T_("Timezone: "); ?></label><? display_chooser($tzl, 'time_zone', 'time_zone', false, false, false, false, false); ?>
|
||||
<input type="submit" name="add_timezone" value="<? echo T_("Add Timezone"); ?>"/></p>
|
||||
<label for="time_zone"><?php echo T_("Timezone: "); ?></label><?php display_chooser($tzl, 'time_zone', 'time_zone', false, false, false, false, false); ?>
|
||||
<input type="submit" name="add_timezone" value="<?php echo T_("Add Timezone"); ?>"/></p>
|
||||
</form>
|
||||
<?
|
||||
<?php
|
||||
xhtml_foot();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user