mailer project continued:
[mailer.git] / templates / de / html / member / member_transfer_row.tpl
index ea95d1cb0ad9d6c2f075249eaca6cf62ff66c812..209b642cd5eab6ad44066684dcc44fa1881d7f11 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-  <td class="transfer_row1 {%template,ColorSwitch%} bottom right">
-    <div class="transfer_row1">$content[trans_id]</div>
-  </td>
-  <td class="transfer_row2 {%template,ColorSwitch%} bottom right">
-    <div class="transfer_row2">$content[time_trans]</div>
-  </td>
-  <td class="transfer_row3 {%template,ColorSwitch%} bottom right">
-    <div class="transfer_row3">$content[party_userid]</div>
-  </td>
-  <td class="transfer_row4 {%template,ColorSwitch%} bottom right">
-    <div class="transfer_row4">$content[reason]</div>
-  </td>
-  <td class="transfer_row5 {%template,ColorSwitch%} bottom">
-    <div class="transfer_row5">{%pipe,translateComma=$content[points]%}</div>
-  </td>
+       <td class="transfer_row1 {%template,ColorSwitch%} bottom right">
+               <div class="transfer_row1">$content[trans_id]</div>
+       </td>
+       <td class="transfer_row2 {%template,ColorSwitch%} bottom right">
+               <div class="transfer_row2">$content[time_trans]</div>
+       </td>
+       <td class="transfer_row3 {%template,ColorSwitch%} bottom right">
+               <div class="transfer_row3">$content[party_userid]</div>
+       </td>
+       <td class="transfer_row4 {%template,ColorSwitch%} bottom right">
+               <div class="transfer_row4">$content[reason]</div>
+       </td>
+       <td class="transfer_row5 {%template,ColorSwitch%} bottom">
+               <div class="transfer_row5">{%pipe,translateComma=$content[points]%}</div>
+       </td>
 </tr>