]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_surfbar_url.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_add_surfbar_url.tpl
index b9d766352e6243e4a0a1216b20699b1db282c533..9c036e605d0d3eb5e42ebdddac75121a9c76826f 100644 (file)
@@ -1,26 +1,28 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=add_surfbar_url" method="post">
-<div class="admin_table dashed" style="width:600px;margin-top:10px">
-       <div class="admin_title bottom2" style="padding-top:5px;padding-bottom:5px">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=add_surfbar_url%}" method="post">
+<div class="table dashed">
+       <div class="table_header bottom">
                <strong>URL in Surfbar hinzuf&uuml;gen:</strong>
        </div>
 
-       <div class="admin_input" style="padding-top:5px;padding-bottom:5px" align="center">
-               URL eingeben: <input type="text" name="url" size="20" maxlength="255" value="http://" />
+       <div class="admin_input" align="center">
+               URL eingeben: <input type="text" class="form_field" name="url" size="20" maxlength="255" value="http://" />
        </div>
 
-       <div class="admin_input" style="padding-top:5px;padding-bottom:5px" align="center">
-               Maximale Einblendung: <input type="text" name="limit" size="5" maxlength="20" value="0" /><br />
-               <span class="admin_note">(0 = Unbegrenzt)</span>
+       <div class="admin_input" align="center">
+               Maximale Einblendung: <input type="text" class="form_field" name="limit" size="5" maxlength="20" value="0" /><br />
+               <span class="notice">(0 = Unbegrenzt)</span>
        </div>
 
-       <div class="admin_input" style="padding-top:5px;padding-bottom:5px" align="center">
-               Reloadsperre: $content[reload]
-               <span class="admin_note">(0 = Standarteinstellungen)</span>
+       <div class="admin_input bottom" align="center">
+               Reloadzeit: $content[reload]
+               <span class="notice">(0 = Ausgangseinstellungen)</span>
        </div>
 
-       <div class="admin_title top2" style="padding-top:3px;padding-bottom:3px">
-               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" class="admin_submit" name="add" value="{--ADMIN_SURFBAR_ADD_URL--}" />
+       <div align="center" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="add" value="{--ADMIN_SURFBAR_ADD_URL_SUBMIT--}" />
        </div>
 </div>
 </form>
+</div>