]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_surfbar_urls_row.tpl
Project continued with rewrites:
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls_row.tpl
index 4baff476c7971164492a7162d4516b23b8d0e4db..d7f9c3b6c3a1adae7b0561ed6fdc07dfa9df32ec 100644 (file)
@@ -1,10 +1,23 @@
 <tr>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <legend for="url_userid">{--_USERID--}</legend>
                <input type="hidden" name="url_id[$content[url_id]]" value="1" />
                <input type="hidden" name="url_userid[$content[url_id]]" value="{%pipe,convertZeroToNull=$content[url_userid_raw]%}" />
                $content[url_userid]
        </td>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <legend for="url">{--ADMIN_TEST_URL--}</legend>
                <input type="text" class="form_field" name="url[$content[url_id]]" size="20" maxlength="255" value="$content[url]" />
        </td>
 </tr>
+
+<tr>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <legend for="url_fixed_reload">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</legend>
+               $content[url_fixed_reload]
+       </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <legend for="url_fixed_waiting">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</legend>
+               $content[url_fixed_waiting]
+       </td>
+</tr>