]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_edit_do_surfbar_urls.xml
Updated copyright year.
[mailer.git] / templates / xml / admin / admin_edit_do_surfbar_urls.xml
index 00a792109a126a47334b35e1167d2f4d1376e9e0..be1fe41c51f298340525bdbad63738eb0ebfa3a0 100644 (file)
@@ -6,9 +6,9 @@ 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 - 2016 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
-@link          http://www.mxchange.org
+@link          http://mxchange.org
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -36,19 +36,23 @@ 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>
+               <database-column-list-entry name="" type="string" table="" value="url_userid" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="url" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="url_fixed_reload" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="url_fixed_waiting" alias="" function="" />
        </database-column-list>
        <!--
        "Filter" call-back functions to call back for piping the fetched data
        through (can be left empty, no call-back function will be called)
        //-->
        <callback-function-list>
+               <callback-function-list-entry name="" type="string" value="" />
+               <callback-function-list-entry name="" type="string" value="" />
+               <callback-function-list-entry name="" type="string" value="bigintval" />
+               <callback-function-list-entry name="" type="string" value="bigintval" />
        </callback-function-list>
        <!--
        Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
@@ -58,6 +62,13 @@ MA  02110-1301  USA
        <extra-parameter-list>
        </extra-parameter-list>
        <!--
+       Columns for converting single time selections into a timestamp
+       //-->
+       <time-columns-list>
+               <time-columns-list-entry name="" type="string" value="url_fixed_reload" />
+               <time-columns-list-entry name="" type="string" value="url_fixed_waiting" />
+       </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="true" />
@@ -75,5 +86,9 @@ MA  02110-1301  USA
        Raw userid column ($key) to skip which is always an invalid (?) entry
        This' type can again only be 'string' (remember why?).
        //-->
-       <raw-userid-column-key name="" type="string" value="url_userid" />
+       <raw-userid-column-key name="" type="string" value="" />
+       <!--
+       Cache file to delete
+       //-->
+       <cache-file name="" type="string" value="" />
 </admin-entry-meta-data>