diff options
author | emkael <emkael@tlen.pl> | 2016-03-16 01:11:37 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-03-16 01:11:37 +0100 |
commit | c5058d68713fc710c68488db726b05453e18d85d (patch) | |
tree | b7da9ff24d550d2e3e8172ee6f7a4f7ef2e5c5b8 /app/php/components/TimezoneSelect.tpl | |
parent | 81890fab8952f6ee9dcb1f3c0a577472cf7c4fd6 (diff) |
* timezone selection on profile page
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" /> |