]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_list_surfbar_urls.xml
Updated copyright year.
[mailer.git] / templates / xml / admin / admin_list_surfbar_urls.xml
index e9f20a06404db9b3684c4d31a146d9ca1e339d04..04957622b3717f8ef4f8d8ee2dfc8146c0d02fd3 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 - 2012 by Mailer Developer Team
+@copyright     (c) 2009 - 2016 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>
@@ -127,4 +130,8 @@ MA  02110-1301  USA
                        </callback-extra-parameter-list>
                </column-callback-list-entry>
        </column-callback-list>
+       <!--
+       How the named column shall be logical linked to the above.
+       //-->
+       <where-condition type="string" name="" condition="" />
 </admin-list-data>