]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_list_surfbar_urls.xml
Admin area 'Referral levels' refactured:
[mailer.git] / templates / xml / admin / admin_list_surfbar_urls.xml
index 2174689b429c00f83284c3e56d29f68bef2e7c68..a077eab92d3c424327e82f3b4c0f06f852c1a5df 100644 (file)
@@ -6,7 +6,7 @@ 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 - 2012 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
 @link          http://mxchange.org
 
@@ -29,9 +29,9 @@ MA  02110-1301  USA
        <!--
        Call-back function, the extracted data from this XML will then be re-read
        from that function. The most common function this XML uses is
-       adminListEntries() so mostly you can leave this alone unless you have JOINs.
+       doGenericListEntries() so mostly you can leave this alone unless you have JOINs.
        //-->
-       <callback-function type="string" value="adminListEntries" />
+       <callback-function type="string" value="doGenericListEntries" />
        <!--
        Now we need information which template should be loaded and which functions
        shall be called back. So lets start with the main list template. This mostly
@@ -67,10 +67,13 @@ MA  02110-1301  USA
                        //-->
                        <select-data-from-list-entry type="string" table="" value="url_id" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="url_userid" alias="" function="" />
+                       <select-data-from-list-entry type="string" table="" value="url_package_id" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="url" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="url_views_total" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="url_status" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="url_registered" alias="url_registered" function="UNIX_TIMESTAMP" />
+                       <select-data-from-list-entry type="string" table="" value="url_fixed_reload" alias="" function="" />
+                       <select-data-from-list-entry type="string" table="" value="url_fixed_waiting" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="url_last_locked" alias="url_last_locked" function="UNIX_TIMESTAMP" />
                        <select-data-from-list-entry type="string" table="" value="url_lock_reason" alias="" function="" />
                </select-data-from-list>