]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_surfbar_urls_row.tpl
Renamed many stuff (again), added points/user breakup:
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <legend for="url_userid">{--_USERID--}</legend>
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         <td align="center" class="bottom right {%template,ColorSwitch%}">
9                 <legend for="url">{--ADMIN_TEST_URL--}</legend>
10                 <input type="text" class="form_field" name="url[$content[url_id]]" size="20" maxlength="255" value="$content[url]" />
11         </td>
12 </tr>
13
14 <tr>
15         <td align="center" class="bottom right {%template,ColorSwitch%}">
16                 <legend for="url_fixed_reload">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</legend>
17                 $content[url_fixed_reload]
18         </td>
19         <td align="center" class="bottom right {%template,ColorSwitch%}">
20                 <legend for="url_fixed_waiting">{--ADMIN_CHANGE_SURFBAR_FIXED_RELOAD--}</legend>
21                 $content[url_fixed_waiting]
22         </td>
23 </tr>