]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_surfbar_urls_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <label for="url_userid">{--_USERID--}</label>
4                 <input type="hidden" name="url_id[$content[url_id]]" value="1" />
5                 <input type="hidden" name="url_userid[$content[url_id]]" value="{%pipe,convertZeroToNull=$content[url_userid_raw]%}" />
6                 $content[url_userid]
7         </td>
8
9         <td align="center" class="bottom right {%template,ColorSwitch%}">
10                 <label for="url">{--ADMIN_TEST_URL--}</label>
11                 <input type="text" class="form_field" name="url[$content[url_id]]" size="20" maxlength="255" value="$content[url]" />
12         </td>
13 </tr>
14
15 <tr>
16         <td align="center" class="bottom right {%template,ColorSwitch%}">
17                 <label for="url_fixed_reload">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</label>
18                 $content[url_fixed_reload]
19         </td>
20
21         <td align="center" class="bottom right {%template,ColorSwitch%}">
22                 <label for="url_fixed_waiting">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</label>
23                 $content[url_fixed_waiting]
24         </td>
25 </tr>