Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_lock_surfbar_urls_row.tpl
index bff0efabd94c0a2f68751961201ca53d9b693147..715670ce220edc528c8e86b7c45292bdebf0d761 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]" />
-               <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[url_status]
+               {%pipe,translateSurfbarUrlStatus=$content[url_status]%}
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
                $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>