]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin_list_data_template.xml
Continued:
[mailer.git] / templates / xml / admin_list_data_template.xml
index 8305c5b37acf069a9aa922b4328a7d21e501ca78..57f7deca84290c8103cce1408f43c51a4d046a79 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 - 2013 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
 
@@ -99,7 +99,7 @@ MA 02110-1301 USA
                        always be set), alias (again can be left empty) and SQL function
                        (can also be left empty) which shall be applied on the column.
                        //-->
-                       <select-data-from-list-entry type="string" table="dt" value="gender" alias="" function="" />
+                       <select-data-from-list-entry type="string" table="dt" value="sex" alias="" function="" />
                        <select-data-from-list-entry type="string" table="dt" value="surname" alias="" function="" />
                        <select-data-from-list-entry type="string" table="dt" value="family" alias="" function="" />
                        <select-data-from-list-entry type="string" table="dt" value="last_online" alias="" function="" />
@@ -143,13 +143,13 @@ MA 02110-1301 USA
        <column-callback-list>
                <!--
                A single entry for call-back informations. In this example we want to
-               "translate" the gender information into human-readable.
+               "translate" the sex information into human-readable.
                //-->
                <column-callback-list-entry>
                        <!--
                        The actual data.
                        //-->
-                       <column-callback-data type="string" value="gender" callback="translateGender" />
+                       <column-callback-data type="string" value="sex" callback="translateSex" />
                </column-callback-list-entry>
                <!--
                Another column, now we need a second parameter here because