]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_list_nickname_history.xml
Also update copyright in these files
[mailer.git] / templates / xml / admin / admin_list_nickname_history.xml
index 01f74798af61831498e92952af5f4b97b4136cae..a5e0e1d972effc7a1690b45b7d471335210b4fb5 100644 (file)
@@ -5,7 +5,7 @@ This template provides meta data for listing nickname-change history entries.
 @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
 
@@ -64,6 +64,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="" value="history_id" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="history_userid" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="history_value" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="history_added" alias="history_added" function="UNIX_TIMESTAMP" />
@@ -152,6 +153,13 @@ MA  02110-1301  USA
                </column-callback-list-entry>
        </column-callback-list>
        <!--
+       Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
+       is provided, we have more than two parameters to handle over to the
+       call-back function. See function handleExtraValues() for details.
+       //-->
+       <extra-parameter-list>
+       </extra-parameter-list>
+       <!--
        How the named column shall be logical linked to the above.
        //-->
        <where-condition type="string" name="history_userid" condition="AND" />