Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_edit_payments_row.tpl
index bd49851a18e163ac232a71c2000f886e2fa3ef71..3c5fb22304c4542153b77c61247c4bbc65ac730d 100644 (file)
@@ -1,15 +1,16 @@
 <tr>
        <td class="admin_title bottom" colspan="2" align="center" height="20">
-       <strong>{--PAYMENT_ID--} $content[id]:</strong></td>
+               <strong>{--PAYMENT_ID--} $content[id]:</strong>
+       </td>
 </tr>
 <tr>
        <td colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</td>
 </tr>
 <tr>
        <td class="switch_sw$content[sw]" align="right">{--PAY_TIME--}:&nbsp;</td>
-       <td class="switch_sw$content[sw]"><input type="text"
-               name="time[$content[id]]" class="admin_normal" value="$content[time]"
-               size="3" maxlength="5">{--_SECONDS--}</td>
+       <td class="switch_sw$content[sw]">
+               <input type="text" name="time[$content[id]]" class="admin_normal" value="$content[time]" size="3" maxlength="5" />{--_SECONDS--}
+       </td>
 </tr>
 <tr>
        <td colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</td>
 <tr>
        <td class="switch_sw$content[sw]" align="right">{--PAY_PAYMENT--}:&nbsp;</td>
 
-       <td class="switch_sw$content[sw]"><input type="text"
-               name="pay[$content[id]]" class="admin_normal" value="$content[pay]"
-               size="5" maxlength="8">{?POINTS?}</td>
+       <td class="switch_sw$content[sw]">
+               <input type="text" name="pay[$content[id]]" class="admin_normal" value="$content[pay]" size="5" maxlength="8" />{?POINTS?}
+       </td>
 </tr>
 <tr>
        <td colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</td>
 </tr>
 <tr>
        <td class="switch_sw$content[sw]" align="right">{--PAY_PRICE--}:&nbsp;</td>
-       <td class="switch_sw$content[sw]"><input type="text"
-               name="price[$content[id]]" class="admin_normal"
-               value="$content[price]" size="5" maxlength="8">{?POINTS?}</td>
+       <td class="switch_sw$content[sw]">
+               <input type="text" name="price[$content[id]]" class="admin_normal" value="$content[price]" size="5" maxlength="8" />&nbsp;<span class="tiny">({?POINTS?})</span>
+       </td>
 </tr>
 <tr>
        <td colspan="2" height="5" class="switch_sw$content[sw] seperator">&nbsp;</td>
 </tr>
 <tr>
        <td class="switch_sw$content[sw]" align="right">{--PAY_TITLE--}:&nbsp;</td>
-       <td class="switch_sw$content[sw]"><input type="text"
-               name="title[$content[id]]" class="admin_normal"
-               value="$content[title]" size="25" maxlength="255" class="seperator">&nbsp;</td>
+       <td class="switch_sw$content[sw]">
+               <input type="text" name="title[$content[id]]" class="admin_normal" value="$content[title]" size="25" maxlength="255" />
+       </td>
 </tr>
 <tr>
        <td colspan="2" height="5" class="switch_sw$content[sw] bottom">&nbsp;</td>