]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_surfbar_urls_row.tpl
Complete refacture for previously discovered inconsistency
[mailer.git] / templates / de / html / admin / admin_lock_surfbar_urls_row.tpl
index 5e1afc10ee4e90723b718de159f8075c918e09d4..c9df9ba0b817ade964c3ff853f631207ce9d3e0a 100644 (file)
@@ -1,21 +1,21 @@
 <tr>
        <td align="center" class="bottom right switch_sw$content[sw]">
-               <input type="hidden" name="id[$content[id]]" value="1" />
-               <input type="hidden" name="userid_raw[$content[id]]" value="$content[userid_raw]" />
-               <input type="hidden" name="last_locked[$content[id]]" value="NOW()" />
-               $content[userid]
+               <input type="hidden" name="id[$content[url_id]]" value="1" />
+               <input type="hidden" name="userid_raw[$content[url_id]]" value="$content[url_userid_raw]" />
+               <input type="hidden" name="last_locked[$content[url_id]]" value="NOW()" />
+               $content[url_userid]
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
                <a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
-               $content[status]
+               $content[url_status]
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
-               $content[registered]
+               $content[url_registered]
        </td>
        <td align="center" class="bottom switch_sw$content[sw]">
                Bitte angeben:<br />
-               <textarea name="lock_reason[$content[id]]" rows="2" cols="15"></textarea>
+               <textarea name="lock_reason[$content[url_id]]" rows="2" cols="15"></textarea>
        </td>
 </tr>