More fixes for ext-surfbar:
[mailer.git] / templates / de / html / admin / admin_lock_surfbar_urls_row.tpl
index 8643d1df8cf1869c4c930e7cdf2c887fd96f370c..3d16f13619ccc99fa2310cb8e67c3daf577e9d17 100644 (file)
@@ -1,8 +1,8 @@
 <tr>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
                <input type="hidden" name="url_id[$content[url_id]]" value="1" />
-               <input type="hidden" name="url_userid[$content[url_id]]" value="$content[url_url_userid_raw]" />
-               <input type="hidden" name="last_locked[$content[url_id]]" value="NOW()" />
+               <input type="hidden" name="url_userid[$content[url_id]]" value="$content[url_userid_raw]" />
+               <input type="hidden" name="url_last_locked[$content[url_id]]" value="NOW()" />
                $content[url_userid]
        </td>
        <td align="center" class="bottom right {%template,ColorSwitch%}">
@@ -16,6 +16,6 @@
        </td>
        <td align="center" class="bottom {%template,ColorSwitch%}">
                Bitte angeben:<br />
-               <textarea name="lock_reason[$content[url_id]]" rows="2" cols="15"></textarea>
+               <textarea name="url_lock_reason[$content[url_id]]" rows="2" cols="15"></textarea>
        </td>
 </tr>