]> 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 03391becf73e1a70021de9069e72da2072e15c80..04957622b3717f8ef4f8d8ee2dfc8146c0d02fd3 100644 (file)
@@ -6,9 +6,9 @@ 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 - 2016 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
@@ -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
@@ -44,6 +44,10 @@ MA  02110-1301  USA
        //-->
        <list-row-template type="string" value="admin_list_surfbar_urls_row" />
        <!--
+       Message id to display if no entry could be found
+       //-->
+       <no-entry-found-message type="string" value="ADMIN_SURFBAR_URLS_404" />
+       <!--
        The table(s) we shall grab the data from, all as list.
        //-->
        <data-tables>
@@ -63,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>
@@ -124,7 +131,7 @@ MA  02110-1301  USA
                </column-callback-list-entry>
        </column-callback-list>
        <!--
-       Message id to display if no entry could be found
+       How the named column shall be logical linked to the above.
        //-->
-       <no-entry-found-message type="string" value="ADMIN_SURFBAR_NO_URLS_FOUND" />
+       <where-condition type="string" name="" condition="" />
 </admin-list-data>