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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Sep 25 00:07:00 EDT 2003


User:      heins
Date:      2003-09-25 03:07:48 GMT
Modified:  lib/Vend/Table Editor.pm
Log:
* Remove redundancy found by Paul Vinciguerra.

* What I hope is the final little thing to make the tabbed-display
  fully operational with Mozilla 1.5.

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


rev 1.43, prev_rev 1.42
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- Editor.pm	1 Sep 2003 18:20:46 -0000	1.42
+++ Editor.pm	25 Sep 2003 03:07:48 -0000	1.43
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.42 2003/09/01 18:20:46 mheins Exp $
+# $Id: Editor.pm,v 1.43 2003/09/25 03:07:48 mheins 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.42 $, 10);
+$VERSION = substr(q$Revision: 1.43 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -844,6 +844,7 @@
 	id="${id}tab$i"
 	class="${id}tab"
 	style="
+		position: absolute;
 		background-color: $colors[$i]; 
 		cursor: pointer;
 		left: ${left}px;
@@ -1336,7 +1337,6 @@
 	}
 
 	if( !   $opt->{ui_meta_view}
-		and $opt->{view_from}
 		and $opt->{view_from}
 		and $data
 		and ! $opt->{ui_no_meta_display}







More information about the interchange-cvs mailing list