]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_fillup_form.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / sponsor / sponsor_fillup_form.tpl
index 3407a066c5fce5374295a8215e25203dd8be9a3b..f2f1637f3df508e1ab9c4284405e17fe9ca2cc6c 100644 (file)
@@ -8,32 +8,32 @@
 </tr>
 <tr>
   <td class="bottom right" align="right" height="27">
-    {--SPONSOR_POINTS_AMOUNT--}:&nbsp;
+    {--SPONSOR_POINTS_AMOUNT--}:
   </td>
   <td class="bottom">
-    &nbsp;$content[points_amount] {?POINTS?}
+    $content[points_amount] {?POINTS?}
   </td>
 </tr>
 <tr>
   <td class="bottom right" align="right" height="27">
-    {--SPONSOR_POINTS_USED--}:&nbsp;
+    {--SPONSOR_POINTS_USED--}:
   </td>
   <td class="bottom">
-    &nbsp;$content[points_used] {?POINTS?}
+    $content[points_used] {?POINTS?}
   </td>
 </tr>
 <tr>
   <td class="bottom right" align="right" height="27">
-    {--SPONSOR_POINTS_TOTAL--}:&nbsp;
+    {--SPONSOR_POINTS_TOTAL--}:
   </td>
   <td class="bottom">
-    &nbsp;$content[points_total] {?POINTS?}
+    $content[points_total] {?POINTS?}
   </td>
 </tr>
 <tr>
   <td class="sponsor_footer" colspan="2" align="center" height="37">
-    <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
-    <input type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
+    <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+    <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
   </td>
 </tr>
 </table>