]> 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 8c6ef2bc70a708e9ea68aa63dca4269ca596b6b6..9c036e605d0d3eb5e42ebdddac75121a9c76826f 100644 (file)
@@ -1,27 +1,27 @@
 <div align="center">
-<form accept-charset="utf-8" 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;">
+<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 align="center" class="footer 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>