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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Sep 1 15:20:00 EDT 2003


User:      heins
Date:      2003-09-01 18:20:46 GMT
Modified:  lib/Vend/Table Editor.pm
Log:
* Make tabbed-display relative now that Mozilla supports this. Should make
  setting html-width and table-width in metadata moot.

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


rev 1.42, prev_rev 1.41
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- Editor.pm	22 Jul 2003 03:36:37 -0000	1.41
+++ Editor.pm	1 Sep 2003 18:20:46 -0000	1.42
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.41 2003/07/22 03:36:37 mheins Exp $
+# $Id: Editor.pm,v 1.42 2003/09/01 18:20:46 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.41 $, 10);
+$VERSION = substr(q$Revision: 1.42 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -750,12 +750,12 @@
 	width:$opt->{tab_width}px;
 	margin:0px;
 	height: ${int2}px;
-	position:absolute;
+	position:relative;
 	$opt->{tab_style}
 	}
 
 .${id}panel {
-	position:absolute;
+	position:relative;
 	width: $opt->{panel_width}px;
 	height: $opt->{panel_height}px;
 	left:0px;







More information about the interchange-cvs mailing list