]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin_list_data_template.xml
mailer project continued:
[mailer.git] / templates / xml / admin_list_data_template.xml
index fa6084450be1d318b96a9edcdbd282a9fd05b8bc..6decdeeade429f8fca028a2ebb54414145b1f3c1 100644 (file)
@@ -6,7 +6,7 @@ of it is not yet implemented (e.g. the table join part).
 @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://mxchange.org
 
@@ -17,13 +17,13 @@ the Free Software Foundation; either version 2 of the License, or
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA  02110-1301  USA
+MA 02110-1301 USA
 //-->
 <admin-list-data>
        <!--
@@ -119,10 +119,6 @@ MA  02110-1301  USA
                        //-->
                        <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.
-                       //-->
-                       <where-condition type="string" condition="AND" />
-                       <!--
                        The second column to perform the WHERE statement on. NOT-EQUALS is an alias for '!='.
                        //-->
                        <where-select-from-list-entry type="string" table="dt" name="status" condition="NOT-EQUALS" look-for="CONFIRMED" />
@@ -180,4 +176,8 @@ MA  02110-1301  USA
                        </callback-extra-parameter-list>
                </column-callback-list-entry>
        </column-callback-list>
+       <!--
+       How the named column shall be logical linked to the above.
+       //-->
+       <where-condition type="string" name="status" condition="AND" />
 </admin-list-data>