summaryrefslogtreecommitdiff
path: root/app/php/pages/Profile.page
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-03-16 01:11:37 +0100
committeremkael <emkael@tlen.pl>2016-03-16 01:11:37 +0100
commitc5058d68713fc710c68488db726b05453e18d85d (patch)
treeb7da9ff24d550d2e3e8172ee6f7a4f7ef2e5c5b8 /app/php/pages/Profile.page
parent81890fab8952f6ee9dcb1f3c0a577472cf7c4fd6 (diff)
* timezone selection on profile page
Diffstat (limited to 'app/php/pages/Profile.page')
-rw-r--r--app/php/pages/Profile.page4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/php/pages/Profile.page b/app/php/pages/Profile.page
index 0cd3dd3..1b11977 100644
--- a/app/php/pages/Profile.page
+++ b/app/php/pages/Profile.page
@@ -3,6 +3,10 @@
<prop:UserToChange><%= $this->User %></prop:UserToChange>
</com:PasswordChange>
<br />
+ <com:TimezoneSelect>
+ <prop:UserToChange><%= $this->User %></prop:UserToChange>
+ </com:TimezoneSelect>
+ <br />
<com:UserSelection>
<prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
</com:UserSelection>