]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin_list_data_template.xml
Continued a bit:
[mailer.git] / templates / xml / admin_list_data_template.xml
index e0e63fb882a0e5c734bce8cd77a7540351d5925f..5e5be8661d9e42a4ab3b374d874876480a1d0a80 100644 (file)
@@ -6,7 +6,7 @@ of it is not yet implemented (e.g. the table join part).
 @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
 
@@ -30,11 +30,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
        doGenericListEntries() so mostly you can leave this alone unless you have JOINs.
-       Use adminListJoinEntries for JOINs:
-       //-->
-       <callback-function type="string" value="doGenericListEntries" />
-       <!--
+       Use doGenericJoinedListEntries for JOINs:
        //-->
+       <callback-function type="string" value="doGenericJoinedListEntries" />
        <!--
        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
@@ -85,7 +83,7 @@ MA 02110-1301 USA
                                <!--
                                Condition how these two tables should be joined.
                                //-->
-                               <join-on-condition type="string" conditiion="EQUALS" />
+                               <join-on-condition type="string" condition="EQUALS" />
                                <!--
                                And the corresponding right part.
                                //-->
@@ -128,7 +126,7 @@ MA 02110-1301 USA
                //-->
                <order-by-list>
                        <!--
-                       A isingle entry to perform the ORDER BY statement on, see above WHERE entry for details.
+                       A single entry to perform the ORDER BY statement on, see above WHERE entry for details.
                        //-->
                        <order-by-list-entry type="string" table="dt" order="userid" value="ASC" />
                        <!--