A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_imprint_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 <input type="checkbox" class="form_field" title="{--ADMIN_IMPRINT_SELECT_ROW--} - $content[imprint_key]" name="id[$content[imprint_key]]" value="1" />
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 $content[imprint_key]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom" style="padding-left:5px">
9                 $content[imprint_value]
10         </td>
11 </tr>