]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_points_row.tpl
3c53b6934596d58f51876e09d7d0a8037bbd69dc
[mailer.git] / templates / de / html / admin / admin_points_row.tpl
1 <tr>
2         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
3                 <input type="checkbox" class="admin_normal" title="{--Id_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
4         </td>
5         <td align="center" class="bottom2 right2 switch_sw$content[sw]">
6                 $content[level]
7         </td>
8         <td align="center" class="bottom2 switch_sw$content[sw]">
9                 $content[percents]%
10         </td>
11 </tr>