mailer project continued:
[mailer.git] / templates / de / html / admin / admin_undelete_surfbar_urls_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <input type="hidden" name="url_id[$content[url_id]]" value="1" />
4                 <input type="hidden" name="url_userid[$content[url_id]]" value="{%pipe,convertZeroToNull=$content[url_userid_raw]%}" />
5                 $content[url_userid]
6         </td>
7         <td align="center" class="bottom right {%template,ColorSwitch%}">
8                 <a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
9         </td>
10         <td align="center" class="bottom right {%template,ColorSwitch%}">
11                 {%pipe,translateSurfbarUrlStatus=$content[url_status]%}
12         </td>
13         <td align="center" class="bottom {%template,ColorSwitch%}">
14                 $content[url_registered]
15         </td>
16 </tr>