]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_surfbar_url.tpl
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / admin / admin_add_surfbar_url.tpl
index 600a0f8865d031770a82376178ce94fb6082b29a..e6f4b9bc81c6d905ea46f7b548dc4f3f154b94b7 100644 (file)
@@ -1,28 +1,28 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=add_surfbar_url%}" method="post">
+{%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" align="center">
-               <legend for="url">{--ADMIN_ENTER_SURFBAR_URL--}</legend>
+               <label for="url">{--ADMIN_ENTER_SURFBAR_URL--}</label>
                <input type="text" class="form_field" name="url" size="20" maxlength="255" value="http://" />
        </div>
 
        <div class="admin_input bottom" align="center">
-               <legend for="limit">{--ADMIN_ENTER_SURFBAR_LIMIT--}</legend>
+               <label for="limit">{--ADMIN_ENTER_SURFBAR_LIMIT--}</label>
                <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" align="center">
-               <legend for="waiting">{--ADMIN_SELECT_SURFBAR_WAITING--}</legend>
+               <label for="waiting">{--ADMIN_SELECT_SURFBAR_WAITING--}</label>
                $content[waiting]
        </div>
 
        <div class="admin_input bottom" align="center">
-               <legend for="reload">{--ADMIN_SELECT_SURFBAR_RELOAD--}</legend>
+               <label for="reload">{--ADMIN_SELECT_SURFBAR_RELOAD--}</label>
                $content[reload]
        </div>
 
@@ -31,5 +31,5 @@
                <input type="submit" class="form_submit" name="add" value="{--ADMIN_SURFBAR_ADD_URL_SUBMIT--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 </div>