]> 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 ebc3a40d2d805baedc91641e85644942dce6ba47..be1fe41c51f298340525bdbad63738eb0ebfa3a0 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 - 2012 by Mailer Developer Team
+@copyright     (c) 2009 - 2016 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
 @link          http://mxchange.org
 
@@ -39,12 +39,20 @@ MA  02110-1301  USA
        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
@@ -57,6 +65,8 @@ MA  02110-1301  USA
        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)