]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_list_forced_ads.xml
Heacy rewrite/cleanup:
[mailer.git] / templates / xml / admin / admin_list_forced_ads.xml
index affdf46b69829ea94d0bcc2c134d0536d35741b3..01b8bc781751747d858c081368a6741e77e492a3 100644 (file)
@@ -5,7 +5,7 @@ This template provides meta data for listing Forced-Ads.
 @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://mxchange.org
 
@@ -28,9 +28,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
@@ -65,6 +65,7 @@ MA  02110-1301  USA
                        (can also be left empty) which shall be applied on the column.
                        //-->
                        <select-data-from-list-entry type="string" table="" value="forced_ads_id" alias="" function="" />
+                       <select-data-from-list-entry type="string" table="" value="forced_ads_userid" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="forced_ads_click_url" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="forced_ads_alt_text" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="forced_ads_type" alias="" function="" />
@@ -115,4 +116,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>