[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] Profile in table editor


Hello,

for the course editor of a training database project I need to impose several restrictions
on user's input. This works so far by setting ui_profile in metadata, although there is
a problem with new courses (equivalent with products in the standard demo).

Because the item editor uses tabbed display indication of wrong input by coloring and adding
an error message to a row isn't enough. I would like to display a error summary like on
the checkout page.

There is already an area in lib/UI/pages/include/templates/ui_type1 to display warnings
and errors:


	  [if warnings]
			  <blockquote class=cmessage>
				  [warnings]
			  </blockquote>
			  [/if]

			  [if errors]
			  <blockquote class=cerror>
				
				[error show_var=1 all=1 show_error=1 joiner="<br>"]
			  </blockquote>
			  [/if]
					
Unfortunately the error summary shows up neither in my catalog nor in the online demo.

Suggestions are welcome.

Bye
	Racke

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.