]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_undelete_show_surfbar_urls.xml
Commented out noisy debug line
[mailer.git] / templates / xml / admin / admin_undelete_show_surfbar_urls.xml
index 91ba50462e3cbc3cd51768d40320c04b9c77ff16..7bf36a08b38ccf877278079833970c1a7d1a4a7d 100644 (file)
@@ -6,9 +6,9 @@ admin area.
 @author                Roland Haeder <webmaster@mxchange.org>
 @version       0.2.1-FINAL
 @copyright     (c) 2003 - 2009 by Roland Haeder
-@copyright     (c) 2009 - 2011 by Mailer Developer Team
+@copyright     (c) 2009 - 2013 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
-@link          http://www.mxchange.org
+@link          http://mxchange.org
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -30,20 +30,12 @@ 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="adminUndeleteEntriesConfirm" />
-       <!--
-       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="adminUndeleteEntriesConfirm" />
        <!--
        Name of the database table where the entries should be read/write from/to.
        //-->
        <database-table name="" type="string" value="surfbar_urls" />
        <!--
-       The following three lists must have the same count of list entries, else an
-       error may occur.
-       //-->
-       <!--
        And all column names to read/write, leave this list tag empty for all (*).
        //-->
        <database-column-list>
@@ -51,11 +43,11 @@ MA  02110-1301  USA
                A column name list entry. The type is always string, or do you have
                numerical column names?
                //-->
-               <database-column-list-entry name="" type="string" value="url_id" />
-               <database-column-list-entry name="" type="string" value="url_userid" />
-               <database-column-list-entry name="" type="string" value="url" />
-               <database-column-list-entry name="" type="string" value="url_registered" />
-               <database-column-list-entry name="" type="string" value="url_status" />
+               <database-column-list-entry name="" type="string" table="" value="url_id" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="url_userid" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="url" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="url_registered" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="url_status" alias="" function="" />
        </database-column-list>
        <!--
        "Filter" call-back functions to call back for piping the fetched data
@@ -93,6 +85,11 @@ MA  02110-1301  USA
                <extra-parameter-list-entry name="" type="string" value="" />
        </extra-parameter-list>
        <!--
+       Status change array.
+       //-->
+       <status-change-list>
+       </status-change-list>
+       <!--
        Wether to 'edit/delete/change' (change) the entries (true) or just read them for displaying (false)
        //-->
        <enable-modify-entries name="" type="bool" value="false" />