blob: 1b1197729977f146360f27afde9d8c8a58fc363c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<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>
</com:UserSelection>
<br />
<com:UpcomingEvents>
<prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
</com:UpcomingEvents>
</com:TContent>
|