]> 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 5e5be8661d9e42a4ab3b374d874876480a1d0a80..57f7deca84290c8103cce1408f43c51a4d046a79 100644 (file)
@@ -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