diff options
Diffstat (limited to 'app/php/components/TimezoneSelect.tpl')
-rw-r--r-- | app/php/components/TimezoneSelect.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/php/components/TimezoneSelect.tpl b/app/php/components/TimezoneSelect.tpl new file mode 100644 index 0000000..38d6bad --- /dev/null +++ b/app/php/components/TimezoneSelect.tpl @@ -0,0 +1,4 @@ +<com:TDropDownList ID="Timezones" /> +<com:TButton + Text="Save timezone" + OnCommand="saveTimezone" /> |