]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_surfbar_urls_row.tpl
Mailer project rwritten:
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls_row.tpl
index c105ae39395691b887108229f708db22a8794d0b..aa705846e77bc01d26cdc0e9256d99ce06c5bbb8 100644 (file)
@@ -1,10 +1,23 @@
 <tr>
-       <td align="center" class="bottom right switch_sw$content[sw]">
-               <input type="hidden" name="id[$content[url_id]]" value="1" />
-               <input type="hidden" name="userid_raw[$content[url_id]]" value="$content[userid_raw]" />
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <label for="url_userid">{--_USERID--}</label>
+               <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 switch_sw$content[sw]">
-               <input type="text" name="url[$content[url_id]]" size="20" maxlength="255" value="$content[url]" />
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <label for="url">{--ADMIN_TEST_URL--}</label>
+               <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%}">
+               <label for="url_fixed_reload">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</label>
+               $content[url_fixed_reload]
+       </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <label for="url_fixed_waiting">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</label>
+               $content[url_fixed_waiting]
        </td>
 </tr>