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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Feb 6 12:12:43 EST 2004


User:      racke
Date:      2004-02-06 17:12:43 GMT
Modified:  lib/Vend/Table Editor.pm
Log:
display top buttoms if option notable is set

Revision  Changes    Path
1.50      +3 -2      interchange/lib/Vend/Table/Editor.pm


rev 1.50, prev_rev 1.49
Index: Editor.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- Editor.pm	2 Feb 2004 20:58:13 -0000	1.49
+++ Editor.pm	6 Feb 2004 17:12:43 -0000	1.50
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.49 2004/02/02 20:58:13 mheins Exp $
+# $Id: Editor.pm,v 1.50 2004/02/06 17:12:43 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Table::Editor;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.49 $, 10);
+$VERSION = substr(q$Revision: 1.50 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -2407,6 +2407,7 @@
 	my $extra_ok =	$blob_widget
 						|| $opt->{output_map}
 	  					|| $linecount > 4
+						|| $opt->{notable}
 						|| defined $opt->{include_form}
 						|| $mlabel;
 	if ($extra_ok and ! $opt->{no_top} and ! $opt->{nosave}) {








More information about the interchange-cvs mailing list