[interchange-cvs] interchange - heins modified lib/Vend/Table/Editor.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sat Mar 29 15:34:00 2003


User:      heins
Date:      2003-03-29 20:33:13 GMT
Modified:  lib/Vend/Table Editor.pm
Log:
* Allow ui_profile to be set from metadata.

Revision  Changes    Path
1.28      +4 -2      interchange/lib/Vend/Table/Editor.pm


rev 1.28, prev_rev 1.27
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Editor.pm	26 Mar 2003 21:05:58 -0000	1.27
+++ Editor.pm	29 Mar 2003 20:33:13 -0000	1.28
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.27 2003/03/26 21:05:58 racke Exp $
+# $Id: Editor.pm,v 1.28 2003/03/29 20:33:13 mheins Exp $
 #
 # Copyright (C) 2002 ICDEVGROUP <interchange@icdevgroup.org>
 # Copyright (C) 2002 Mike Heins <mike@perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Table::Editor;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.27 $, 10);
+$VERSION = substr(q$Revision: 1.28 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -1283,6 +1283,7 @@
 		ui_new_item
 		ui_nextpage
 		ui_no_meta_display
+		ui_profile
 		view_from
 		widget_cell_class
 		widget_cell_style
@@ -1847,6 +1848,7 @@
 					  . $name
 					  . "}; return 1\n"
 					  . $prof;
+				## Un-confuse vi }
 				$opt->{ui_profile_success} = "&set=step_$name 1";
 			}
 		}