]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_surfbar_url.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_add_surfbar_url.tpl
index 60b9aeed9b4a2c5472e41c511831c3da55ba9b9e..7517ffd775a59cd344c9248b54947eb6e6b0f5f3 100644 (file)
@@ -1,28 +1,35 @@
 <div align="center">
-<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;">
-               <strong>URL in Surfbar hinzuf&uuml;gen:</strong>
+{%form,formMethodPost=modules.php?module=admin&amp;what=add_surfbar_url%}
+<div class="table dashed">
+       <div class="table_header bottom">
+               <strong>{--ADMIN_ADD_SURFBAR_URL_TITLE--}</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">
+               <legend for="url">{--ADMIN_ENTER_SURFBAR_URL--}</legend>
+               <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 bottom" align="center">
+               <legend for="limit">{--ADMIN_ENTER_SURFBAR_LIMIT--}</legend>
+               <input type="text" class="form_field" name="limit" size="5" maxlength="20" value="0" /><br />
+               <span class="notice">{--ADMIN_ENTER_SURFBAR_LIMIT_NOTICE--}</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" align="center">
+               <legend for="waiting">{--ADMIN_SELECT_SURFBAR_WAITING--}</legend>
+               $content[waiting]
        </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 class="admin_input bottom" align="center">
+               <legend for="reload">{--ADMIN_SELECT_SURFBAR_RELOAD--}</legend>
+               $content[reload]
+       </div>
+
+       <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>
+{%form_close%}
 </div>