A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_list_rallye_prices.tpl
index 877cd47b186afc059baaf98be53a944974cfbe2b..5c5c3a21c9f0338cb45e41550d2efb515fa6e874 100644 (file)
@@ -1,29 +1,27 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="5" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_EDIT_DEL_RALLYES--}:</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="center" width="10" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD align="center" width="100" class="admin_title bottom2 right2"><STRONG>{--RALLYE_TITLE--}:</STRONG></TD>
-               <TD align="center" width="70" class="admin_title bottom2 right2"><STRONG>{--RALLYE_ADMIN_ID--}:</STRONG></TD>
-               <TD align="center" width="200" class="admin_title bottom2 right2"><STRONG>{--RALLYE_TSTART--}:</STRONG></TD>
-               <TD align="center" width="200" class="admin_title bottom2"><STRONG>{--RALLYE_TEND--}:</STRONG></TD>
-       </TR>
-       {!__RALLYE_ROWS!}
-       <TR>
-               <TD colspan="5" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-               <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--RALLYE_EDIT_ADMIN--}">&nbsp;* <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}">
-               </TD>
-       </TR>
-</TABLE>
-</FORM>
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_rallyes" method="post" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td colspan="5" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" width="10" class="admin_title bottom2 right2"><strong>{--Id_SELECT--}</strong></td>
+               <td align="center" width="100" class="admin_title bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong></td>
+               <td align="center" width="70" class="admin_title bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong></td>
+               <td align="center" width="200" class="admin_title bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong></td>
+               <td align="center" width="200" class="admin_title bottom2"><strong>{--RALLYE_TEND--}:</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="5" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_ADMIN--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
+               </td>
+       </tr>
+</table>
+</form>
 
-<DIV class="admin_note"><STRONG>{--RALLYE_EDIT_DEL_NOTE--}</STRONG>
-</DIV>
+<div class="admin_note">
+       {--RALLYE_EDIT_DEL_NOTE--}
+</div>