]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_edit_do_surfbar_urls.xml
Added more wrapper, commented out another noisy debug line
[mailer.git] / templates / xml / admin / admin_edit_do_surfbar_urls.xml
index 368590c0b7bfc753226b397d4a90039706eb11f6..584d9e0a1ed0d87cab3066fc6e2807d16b3e9d88 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 - 2012 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
@@ -30,15 +30,11 @@ MA  02110-1301  USA
        Call-back function which should all following parameter handled over
        to. This will always be type of string but we like homogene XMLs.
        //-->
-       <admin-callback-function type="string" value="adminEditEntriesConfirm" />
-       <!--
-       Array index from HTTP POST data array for identifying every data row
-       //-->
-       <post-data-identify-index type="string" value="url_id" />
+       <callback-function type="string" value="adminEditEntriesConfirm" />
        <!--
        Name of the database table where the entries should be read/write from/to.
        //-->
-       <database-table type="string" value="surfbar_urls" />
+       <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.
@@ -62,22 +58,31 @@ 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>
+       <!--
        Wether to 'edit/delete/change' (change) the entries (true) or just read them for displaying (false)
        //-->
-       <enable-modify-entries type="bool" value="true" />
+       <enable-modify-entries name="" type="bool" value="true" />
        <!--
        The table column which should be taken for the ids (see first parameter).
        This' type can again only be 'string' (remember why?).
        //-->
-       <table-id-column type="string" value="url_id" />
+       <table-id-column name="" type="string" value="url_id" />
        <!--
        The table column which should be taken for user ids
        This' type can again only be 'string' (remember why?).
        //-->
-       <table-userid-column type="string" value="url_userid" />
+       <table-userid-column name="" type="string" value="url_userid" />
        <!--
        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 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>