]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_urls_row.tpl
Extension ext-surfbar continued:
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls_row.tpl
index ea0b9f39f4623886e551fac9da9cb5043cbeb6e5..e30e9d99bfb3f93eec6ab0f173207fb6c1fa61f0 100644 (file)
@@ -1,3 +1,11 @@
+<tr>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ID_SELECT--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--_USERID--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_BOOKING_PACKAGE_ID--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_VIEWS_TOTAL--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
+</tr>
 <tr>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[url_id]" name="url_id[$content[url_id]]" value="1" />
@@ -5,6 +13,9 @@
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                {%pipe,generateUserProfileLink=$content[url_userid]%}
        </td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
+               <a href="{%pipe,generateSurfbarPackageLink=$content[url_package_id]%}">{--ADMIN_BOOKING_PACKAGE_LINK--}</a>
+       </td>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                <a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
        </td>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                {%pipe,translateSurfbarUrlStatus=$content[url_status]%}
        </td>
+</tr>
+<tr>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_FIXED_RELOAD--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_FIXED_WAITING--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_LAST_LOCKED--}</strong></td>
+       <td class="right {%template,ColorSwitch%}" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
+       <td class="{%template,ColorSwitch%}" align="center"><strong>{--_UNUSED--}</strong></td>
+</tr>
+<tr>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                $content[url_registered]
        </td>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                $content[url_last_locked]
        </td>
-       <td align="center" class="bottom {%template,ColorSwitch%}">
+       <td align="center" class="bottom right {%template,ColorSwitch%}">
                {%pipe,fixEmptyContentToDashes=$content[url_lock_reason]%}
        </td>
+       <td align="center" class="bottom {%template,ColorSwitch%}">
+               ---
+       </td>
 </tr>