XML parser introduced, ext-surfbar rewritten, more EL code:
[mailer.git] / templates / de / html / admin / admin_delete_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="$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 {%template,ColorSwitch%}">
11                 $content[url_registered]
12         </td>
13 </tr>