summaryrefslogtreecommitdiff
path: root/app/php/pages/Profile.page
blob: d9c84c1c3efb8d89ff9208ddb73cdcdf98f88b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<com:TContent ID="Content">
  <com:PasswordChange>
    <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>
    <prop:Facade><%= CalendarFacade::getInstance() %></prop:Facade>
  </com:UserSelection>
  <br />
  <com:UpcomingEvents>
    <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
  </com:UpcomingEvents>
</com:TContent>