]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_edit_show_surfbar_urls.xml
Member area section 'referal links' refactured:
[mailer.git] / templates / xml / admin / admin_edit_show_surfbar_urls.xml
index b4230ab3e7b7395f764ed600040f5efc65497d29..7afa2acc673665cca82c3b3b7d1594cdccefe80a 100644 (file)
@@ -30,15 +30,15 @@ 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" />
+       <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" />
+       <post-data-identify-index name="" type="string" value="url_id" />
        <!--
        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.
@@ -51,9 +51,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 type="string" value="url_id" />
-               <database-column-list-entry type="string" value="url_userid" />
-               <database-column-list-entry type="string" value="url" />
+               <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>
        <!--
        "Filter" call-back functions to call back for piping the fetched data
@@ -63,9 +63,9 @@ MA  02110-1301  USA
                <!--
                A call-back function list entry
                //-->
-               <callback-function-list-entry type="string" value="bigintval" />
-               <callback-function-list-entry type="string" value="addMemberSelectionBox" />
-               <callback-function-list-entry type="string" value="" /> <!-- No callback function! //-->
+               <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>
        <!--
        Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
@@ -80,13 +80,13 @@ MA  02110-1301  USA
                is the value from the 'value' attribute. Please check out the examples below.
                //-->
                <!--
-               A simple string example, int and float are similar.
+               Dummy entry
                //-->
-               <extra-parameter-list-entry type="string" value="" />
+               <extra-parameter-list-entry name="" type="string" value="" />
                <!--
                A one-dimensional array with some entries
                //-->
-               <extra-parameter-list-entry type="array" value="member">
+               <extra-parameter-list-entry name="" type="array" value="member">
                        <!--
                        Our 'member' array
                        //-->
@@ -95,38 +95,38 @@ MA  02110-1301  USA
                                A bool entry in the 'bar' array, all other types are added in a
                                similar way.
                                //-->
-                               <extra-parameter-member-list-entry type="bool" value="false" />
-                               <extra-parameter-member-list-entry type="bool" value="true" />
-                               <extra-parameter-member-list-entry type="bool" value="true" />
+                               <extra-parameter-member-list-entry name="" type="bool" value="false" />
+                               <extra-parameter-member-list-entry name="" type="bool" value="true" />
+                               <extra-parameter-member-list-entry name="" type="bool" value="true" />
                                <!--
                                The brackets [] are required for addMemberSelectionBox(),
                                please read there for details.
                                //-->
-                               <extra-parameter-member-list-entry type="bool" value="url_userid[]" />
-                       </extra-parameter-bar-list>
+                               <extra-parameter-member-list-entry name="" type="string" value="url_userid[]" />
+                       </extra-parameter-member-list>
                </extra-parameter-list-entry>
                <!--
-               A simple string example, int and float are similar.
+               Dummy entry
                //-->
-               <extra-parameter-list-entry type="string" value="" />
+               <extra-parameter-list-entry name="" type="string" value="" />
        </extra-parameter-list>
        <!--
        Wether to 'edit/delete/change' (change) the entries (true) or just read them for displaying (false)
        //-->
-       <enable-modify-entries type="bool" value="false" />
+       <enable-modify-entries name="" type="bool" value="false" />
        <!--
        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="url_userid" />
 </admin-entry-meta-data>