]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_delete_show_user_subid.xml
Mailer project continued (heavy refactoring):
[mailer.git] / templates / xml / admin / admin_delete_show_user_subid.xml
index a1002eacba0f29830b18e669506353ae4f7a0065..f5862fed306e7d574d33ed897802e55e2d8fd74a 100644 (file)
@@ -35,7 +35,6 @@ MA  02110-1301  USA
        //-->
        <database-table name="" type="string" value="user_subids" />
        <!--
-       <!--
        And all column names to read/write, leave this list tag empty for all (*).
        //-->
        <database-column-list>
@@ -45,7 +44,7 @@ MA  02110-1301  USA
                //-->
                <database-column-list-entry name="" type="string" table="" value="id" alias="" function="" />
                <database-column-list-entry name="" type="string" table="" value="userid" alias="" function="" />
-               <database-column-list-entry name="added_list" type="string" table="" value="subid_added" alias="subid_added" function="UNIX_TIMESTAMP" />
+               <database-column-list-entry name="subid_added" type="string" table="" value="subid_added" alias="subid_added" function="UNIX_TIMESTAMP" />
                <database-column-list-entry name="" type="string" table="" value="subid" alias="" function="" />
        </database-column-list>
        <!--
@@ -57,7 +56,7 @@ MA  02110-1301  USA
                A call-back function list entry
                //-->
                <callback-function-list-entry name="" type="string" value="bigintval" />
-               <callback-function-list-entry name="added_list" type="string" value="generateDateTime" />
+               <callback-function-list-entry name="subid_added" type="string" value="generateDateTime" />
        </callback-function-list>
        <!--
        Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
@@ -65,21 +64,6 @@ MA  02110-1301  USA
        call-back function. See function handleExtraValues() for details.
        //-->
        <extra-parameter-list>
-               <!--
-               A one-dimensional array with some entries
-               //-->
-               <extra-parameter-list-entry name="" type="array" value="added">
-                       <!--
-                       Our 'added' array
-                       //-->
-                       <extra-parameter-added-list>
-                               <!--
-                               A bool entry in the 'bar' array, all other types are added in a
-                               similar way.
-                               //-->
-                               <extra-parameter-added-list-entry name="" type="int" value="2" />
-                       </extra-parameter-added-list>
-               </extra-parameter-list-entry>
        </extra-parameter-list>
        <!--
        Wether to 'edit/delete/change' (change) the entries (true) or just read them for displaying (false)
@@ -100,4 +84,8 @@ MA  02110-1301  USA
        This' type can again only be 'string' (remember why?).
        //-->
        <raw-userid-column-key name="" type="string" value="userid" />
+       <!--
+       Cache file to delete
+       //-->
+       <cache-file name="" type="string" value="" />
 </admin-entry-meta-data>