]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_list_booking.xml
Updated copyright notice as there are changes in this year
[mailer.git] / templates / xml / admin / admin_list_booking.xml
index e754b13aa2d28450170416727d71031e149c8de4..558b0de02adef4004c81f0cd77ae201db62247a7 100644 (file)
@@ -5,7 +5,7 @@ This template provides meta data for listing member's booking
 @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 - 2013 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
 @link          http://mxchange.org
 
@@ -64,7 +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="id" alias="" function="" />
+                       <select-data-from-list-entry type="string" table="" value="booking_id" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="userid" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="subject" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="points_mode" alias="" function="" />
@@ -121,4 +121,15 @@ MA  02110-1301  USA
                        </callback-extra-parameter-list>
                </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="" condition="" />
 </member-list-data>