Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_edit_rallyes_row.tpl
index 3d84d21d98eac3c0832700fa23ef1bad1eb02315..8c6e874413e36bdcc6b3da1f0b5d2b3471824633 100644 (file)
@@ -1,82 +1,42 @@
-<tr>
-       <td colspan="3" class="switch_sw$content[sw] seperator" height="5">&nbsp;</td>
-</tr>
 <tr>
        <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_TITLE--}:</td>
-       <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
-       <td class="switch_sw$content[sw]" width="265" align="center"><input
-               type="text" name="title[$content[id]]" class="admin_normal" size="30"
-               maxlength="255" value="$content[title]"></td>
-</tr>
-<tr>
-       <td colspan="3" class="switch_sw$content[sw] seperator" height="3"></td>
+       <td class="switch_sw$content[sw]" width="265" align="center">
+               <input type="text" name="title[$content[id]]" class="admin_normal" size="30" maxlength="255" value="$content[title]" />
+       </td>
 </tr>
 <tr>
        <td class="switch_sw$content[sw]" align="right" valign="top">{--RALLYE_DESCR--}:</td>
-       <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
-       <td class="switch_sw$content[sw]" align="center"><textarea
-               name="descr[$content[id]]" cols="30" rows="6" class="admin_normal">$content[descr]</textarea>
+       <td class="switch_sw$content[sw]" align="center">
+               <textarea name="descr[$content[id]]" cols="30" rows="6" class="admin_normal">$content[descr]</textarea>
        </td>
 </tr>
-<tr>
-       <td colspan="3" class="switch_sw$content[sw] seperator" height="3"></td>
-</tr>
 <tr>
        <td class="switch_sw$content[sw]" align="right">{--RALLYE_TEMPLATE--}:</td>
-       <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
        <td class="switch_sw$content[sw]" align="center">$content[templ]</td>
 </tr>
 <tr>
-       <td colspan="3" class="switch_sw$content[sw] seperator" height="3">&nbsp;</td>
-</tr>
-<tr>
-       <td class="switch_sw$content[sw]" width="200" align="right"
-               valign="top">{--RALLYE_START_DAY--}:</td>
-       <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
+       <td class="switch_sw$content[sw]" width="200" align="right" valign="top">{--RALLYE_START_DAY--}:</td>
        <td class="switch_sw$content[sw]" width="290" align="center">
-       $content[s_day]. $content[s_month]. $content[s_year]<br />
-       $content[s_hour]: $content[s_min]: $content[s_sec]</td>
-</tr>
-<tr>
-       <td colspan="3" class="switch_sw$content[sw] seperator" height="3">&nbsp;</td>
+               <div>$content[s_day]. $content[s_month]. $content[s_year]</div>
+               <div>$content[s_hour]: $content[s_min]: $content[s_sec]</div>
+       </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" width="200" align="right"
-               valign="top">{--RALLYE_END_DAY--}:</td>
-       <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
+       <td class="switch_sw$content[sw]" width="200" align="right" valign="top">{--RALLYE_END_DAY--}:</td>
        <td class="switch_sw$content[sw]" width="290" align="center">
-       $content[e_day]. $content[e_month]. $content[e_year]<br />
-       $content[e_hour]: $content[e_min]: $content[e_sec]</td>
-</tr>
-<tr>
-       <td colspan="3" class="switch_sw$content[sw] bottom seperator"
-               height="5">&nbsp;</td>
-</tr>
-<tr>
-       <td colspan="3" class="switch_sw$content[sw] seperator" height="5">&nbsp;</td>
+               <div>$content[e_day]. $content[e_month]. $content[e_year]</div>
+               <div>$content[e_hour]: $content[e_min]: $content[e_sec]</div>
+       </td>
 </tr>
 <tr>
        <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_USERS_MINI--}:</td>
-       <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
-       <td class="switch_sw$content[sw]" width="265" align="center"><input
-               type="text" name="min_users[$content[id]]" class="admin_normal"
-               size="5" maxlength="20" value="$content[min_users]"></td>
-</tr>
-<tr>
-       <td colspan="3" class="switch_sw$content[sw] bottom seperator"
-               height="5">&nbsp;</td>
-</tr>
-<tr>
-       <td colspan="3" class="switch_sw$content[sw] seperator" height="5">&nbsp;</td>
+       <td class="switch_sw$content[sw]" width="265" align="center">
+               <input type="text" name="min_users[$content[id]]" class="admin_normal" size="5" maxlength="20" value="$content[min_users]" />
+       </td>
 </tr>
 <tr>
        <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_PRICES_MINI--}:</td>
-       <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
-       <td class="switch_sw$content[sw]" width="265" align="center"><input
-               type="text" name="min_prices[$content[id]]" class="admin_normal"
-               size="5" maxlength="20" value="$content[min_prices]"></td>
-</tr>
-<tr>
-       <td colspan="3" class="switch_sw$content[sw] bottom seperator"
-               height="5">&nbsp;</td>
+       <td class="switch_sw$content[sw]" width="265" align="center">
+               <input type="text" name="min_prices[$content[id]]" class="admin_normal" size="5" maxlength="20" value="$content[min_prices]" >
+       </td>
 </tr>