[interchange-cvs] interchange - heins modified dist/lib/UI/pages/admin/customer_view.html

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed Nov 20 12:41:00 2002


User:      heins
Date:      2002-11-20 17:40:11 GMT
Modified:  dist/lib/UI/pages/admin customer_view.html
Log:
* Access customer-specific forum if present.

Revision  Changes    Path
2.5       +12 -1     interchange/dist/lib/UI/pages/admin/customer_view.html


rev 2.5, prev_rev 2.4
Index: customer_view.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_view.html,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- customer_view.html	18 Aug 2002 08:09:05 -0000	2.4
+++ customer_view.html	20 Nov 2002 17:40:11 -0000	2.5
@@ -265,8 +265,19 @@
 </form>
 </SMALL>
 
+[if type=data term="forum::code::customer-[loop-code]"]
+	[forum top="customer-[loop-code]" /]
+[else]
+	[page href=forum/submit
+			form="
+				customer=1
+				mv_arg=[loop-code]
+			"]Create forum for this user</A>
+[/else]
+[/if]
+
 [/loop]
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ -->
+<!-- page: @@MV_PAGE@@ version: $Id: customer_view.html,v 2.5 2002/11/20 17:40:11 mheins Exp $ -->