]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_edit_show_surfbar_urls.xml
XML parser introduced, ext-surfbar rewritten, more EL code:
[mailer.git] / templates / xml / admin / admin_edit_show_surfbar_urls.xml
index e2d1f7e6de218477218682043d0569338d8ad805..7ab4786f2461a0bb46855327f7195fc22912ab20 100644 (file)
@@ -34,11 +34,11 @@ MA  02110-1301  USA
        <!--
        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.
@@ -52,7 +52,7 @@ MA  02110-1301  USA
                numerical column names?
                //-->
                <database-column-list-entry name="" type="string" value="url_id" />
-               <database-column-list-entry name="" type="string" value="url_userid" />
+               <database-column-list-entry name="member_list" type="string" value="url_userid" />
                <database-column-list-entry name="" type="string" value="url" />
        </database-column-list>
        <!--
@@ -64,7 +64,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="" type="string" value="addMemberSelectionBox" />
+               <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>
        <!--
@@ -80,7 +80,7 @@ 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 name="" type="string" value="" />
                <!--
@@ -102,31 +102,31 @@ MA  02110-1301  USA
                                The brackets [] are required for addMemberSelectionBox(),
                                please read there for details.
                                //-->
-                               <extra-parameter-member-list-entry name="" 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 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>