]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin_list_data_template.xml
Renamed form fields to separate them from others
[mailer.git] / templates / xml / admin_list_data_template.xml
index e47c537c8f7ce7cac877f6b8b286118a0ba6d834..16f5d5856329a94a44641409b1e2b4fa400e1b3a 100644 (file)
@@ -47,6 +47,10 @@ MA  02110-1301  USA
        //-->
        <list-row-template type="string" value="admin_list_foo_data_row" />
        <!--
+       Message id to display if no entry could be found
+       //-->
+       <no-entry-found-message type="string" value="ADMIN_FOO_404" />
+       <!--
        The table(s) we shall grab the data from, all as list.
        //-->
        <data-tables>
@@ -109,11 +113,11 @@ MA  02110-1301  USA
                        <!--
                        A single entry to perform the WHERE statement on:
                        - table     = table name (or alias)
-                       - name      = column name
+                       - value     = column name
                        - condition = look-up condition
                        - look-for  = What to look for
                        //-->
-                       <where-select-from-list-entry type="string" table="dt" name="userid" condition="EQUALS" look-for="$userid" />
+                       <where-select-from-list-entry type="string" table="dt" value="userid" condition="EQUALS" look-for="$userid" />
                        <!--
                        How the next described column shall be logical linked to the above.
                        //-->
@@ -176,8 +180,4 @@ MA  02110-1301  USA
                        </callback-extra-parameter-list>
                </column-callback-list-entry>
        </column-callback-list>
-       <!--
-       Message id to display if no entry could be found
-       //-->
-       <no-entry-found-message type="string" value="ADMIN_SURFBAR_NO_URLS_FOUND" />
 </admin-list-data>