]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_sponsor_act_row.tpl
Function generateGenderSelectionBox() introduced, some cleanups:
[mailer.git] / templates / de / html / guest / guest_sponsor_act_row.tpl
index 52e98d9edfca58923fc435d89a2edaaac4083a4b..7df5ca25b8818e5397bdbdfae7a3af9abed49360 100644 (file)
@@ -1,6 +1,8 @@
-<TR>
-  <TD align="right" class="switch_sw$content[sw] bottom2 right2" width="225">$content[title]:&nbsp;</TD>
-  <TD class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
-    <div class="nobr"><strong>1 {!POINTS!}</strong> = <strong>$content[conv] $content[name]</strong></div>
-  </TD>
-</TR>
+<tr>
+       <td align="right" class="{%template,ColorSwitch%} bottom right" width="225">$content[conv_title]:</td>
+       <td class="table_header bottom" style="padding-left: 2px; padding-right: 2px" width="225">
+               <div class="nobr">
+                       <strong>1 {?POINTS?}</strong> = <strong>$content[conv_rate] $content[conv_name]</strong>
+               </div>
+       </td>
+</tr>