]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_prices_row.tpl
Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / templates / de / html / admin / admin_config_rallye_prices_row.tpl
index 2bd757fc4dfbb75254e1a499539e27f6e55bc76f..75ae49c852ac74da8f8316219d452e7a8aa9baf6 100644 (file)
@@ -1,8 +1,14 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
-               type="checkbox" claass="admin_normal" name="sel[$content[id]]"
-               value="1"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[level]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[points]</TD>
-       <TD class="switch_sw$content[sw] bottom2">&nbsp;$content[infos]</TD>
-</TR>
+<tr>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[level]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2">
+               &nbsp;$content[points]
+       </td>
+       <td class="switch_sw$content[sw] bottom2">
+               &nbsp;$content[infos]
+       </td>
+</tr>