A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / xml / admin / admin_lock_do_surfbar_urls.xml
index f1dd0125a3e8f063ad81d8284e50ad8564473a37..d757f1f01880c68223de290fcd6e2de600497288 100644 (file)
@@ -30,11 +30,7 @@ MA  02110-1301  USA
        Call-back function which should all following parameter handled over
        to. This will always be type of string but we like homogene XMLs.
        //-->
-       <admin-callback-function type="string" value="adminLockEntriesConfirm" />
-       <!--
-       Array index from HTTP POST data array for identifying every data row
-       //-->
-       <post-data-identify-index name="" type="string" value="url_id" />
+       <callback-function type="string" value="adminLockEntriesConfirm" />
        <!--
        Name of the database table where the entries should be read/write from/to.
        //-->
@@ -70,6 +66,7 @@ MA  02110-1301  USA
        //-->
        <status-change-list>
                <status-change-list-entry name="url_status" type="string" old="ACTIVE" value="LOCKED" />
+               <status-change-list-entry name="url_status" type="string" old="PENDING" value="LOCKED" />
                <status-change-list-entry name="url_status" type="string" old="LOCKED" value="ACTIVE" />
        </status-change-list>
        <!--