]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_surfbar_urls_row.tpl
Fixes for display problems with labeled input fields
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls_row.tpl
index 9ccb996a0eef92882e47dddd97c4faa001d7798e..558a258a4be1ee816a58dc69b34b09de789a881b 100644 (file)
@@ -1,10 +1,25 @@
 <tr>
-       <td style="padding:2px" align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <input type="hidden" name="id[$content[id]]" value="1" />
-               <input type="hidden" name="userid_raw[$content[id]]" value="$content[userid]" />
-               $content[userid]
+       <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 style="padding:2px" align="center" class="bottom2 right2 switch_sw$content[sw]">
-               <input type="text" name="url[$content[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>