]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_nickname_history_row.tpl
Extension ext-nickname continued:
[mailer.git] / templates / de / html / admin / admin_list_nickname_history_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <strong>$content[history_id]</strong>
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 {%pipe,generateUserProfileLink=$content[history_userid]%}
7         </td>
8         <td align="center" class="bottom right {%template,ColorSwitch%}">
9                 $content[history_value]
10         </td>
11         <td align="center" class="bottom right {%template,ColorSwitch%}">
12                 $content[history_added]
13         </td>
14         <td align="center" class="bottom {%template,ColorSwitch%}">
15                 $content[history_last_used]
16         </td>
17 </tr>