Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_list_imprint_row.tpl
1 <tr>
2         <td align="center" class="switch_sw$content[sw] bottom right">
3                 <input type="checkbox" class="admin_normal" title="{--ADMIN_IMPRINT_SELECT_ROW--} - $content[imprint_key]" name="id[$content[imprint_key]]" value="1" />
4         </td>
5         <td align="center" class="switch_sw$content[sw] bottom right">
6                 $content[imprint_key]
7         </td>
8         <td class="switch_sw$content[sw] bottom" style="padding-left:5px">
9                 $content[imprint_value]
10         </td>
11 </tr>