Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_edit_payments_row.tpl
index 6581122dfbe712271edb978feb28277d3a29e496..d7d8e78076773e656cbf7a2f77607fcada3325cf 100644 (file)
@@ -1,46 +1,30 @@
 <tr>
-       <td class="admin_title bottom" colspan="2" align="center" height="20">
+       <td class="admin_title bottom" colspan="2" align="center">
                <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]" align="right">{--PAY_TIME--}:</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>
-<tr>
-       <td class="switch_sw$content[sw]" align="right">{--PAY_PAYMENT--}:&nbsp;</td>
-
+       <td class="switch_sw$content[sw]" align="right">{--PAY_PAYMENT--}:</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]" align="right">{--PAY_PRICE--}:</td>
        <td class="switch_sw$content[sw]">
                <input type="text" name="price[$content[id]]" class="admin_normal" value="$content[price]" size="5" maxlength="8" />
                <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]">
+       <td class="switch_sw$content[sw] bottom" align="right">{--PAY_TITLE--}:</td>
+       <td class="switch_sw$content[sw] bottom">
                <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>
-</tr>