diff options
author | emkael <emkael@tlen.pl> | 2016-03-12 12:36:05 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-03-12 12:36:05 +0100 |
commit | 6dcabb240f0ff0ee1654ac66f806bedb22495d23 (patch) | |
tree | 3015dec4654dbdd49a75ee2acd6eadfbe769cc3a /app/php/pages | |
parent | e4606f2d87be0073bcba02fc5878b768260f4a7f (diff) |
* user calendar selection on profile page
Diffstat (limited to 'app/php/pages')
-rw-r--r-- | app/php/pages/Profile.page | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/php/pages/Profile.page b/app/php/pages/Profile.page index b66a50b..c5e06ca 100644 --- a/app/php/pages/Profile.page +++ b/app/php/pages/Profile.page @@ -2,4 +2,8 @@ <com:PasswordChange> <prop:UserToChange><%= $this->User %></prop:UserToChange> </com:PasswordChange> + <br /> + <com:UserSelection> + <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay> + </com:UserSelection> </com:TContent> |