]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_edit_show_surfbar_urls.xml
Sub ids "fixed":
[mailer.git] / templates / xml / admin / admin_edit_show_surfbar_urls.xml
index c79e9a20bbf48cb9d736a8154dff6219c1e7b359..40fba138558c8319452d344665f22f38c0250191 100644 (file)
@@ -6,7 +6,7 @@ area.
 @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 - 2012 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
 @link          http://mxchange.org
 
@@ -36,10 +36,6 @@ MA  02110-1301  USA
        //-->
        <database-table name="" type="string" value="surfbar_urls" />
        <!--
-       The following three lists must have the same count of list entries, else an
-       error may occur.
-       //-->
-       <!--
        And all column names to read/write, leave this list tag empty for all (*).
        //-->
        <database-column-list>
@@ -47,9 +43,9 @@ MA  02110-1301  USA
                A column name list entry. The type is always string, or do you have
                numerical column names?
                //-->
-               <database-column-list-entry name="" type="string" value="url_id" />
-               <database-column-list-entry name="member_list" type="string" value="url_userid" />
-               <database-column-list-entry name="" type="string" value="url" />
+               <database-column-list-entry name="" type="string" table="" value="url_id" alias="" function="" />
+               <database-column-list-entry name="member_list" type="string" table="" value="url_userid" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="url" alias="" function="" />
        </database-column-list>
        <!--
        "Filter" call-back functions to call back for piping the fetched data
@@ -61,7 +57,7 @@ MA  02110-1301  USA
                //-->
                <callback-function-list-entry name="" type="string" value="bigintval" />
                <callback-function-list-entry name="member_list" type="string" value="addMemberSelectionBox" />
-               <callback-function-list-entry name="" type="string" value="" /><!-- No callback function! //-->
+               <callback-function-list-entry name="" type="string" value="" />
        </callback-function-list>
        <!--
        Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
@@ -108,6 +104,11 @@ MA  02110-1301  USA
                <extra-parameter-list-entry name="" type="string" value="" />
        </extra-parameter-list>
        <!--
+       Columns for converting single time selections into a timestamp
+       //-->
+       <time-columns-list>
+       </time-columns-list>
+       <!--
        Wether to 'edit/delete/change' (change) the entries (true) or just read them for displaying (false)
        //-->
        <enable-modify-entries name="" type="bool" value="false" />