[interchange-cvs] interchange - kwalsh modified dist/lib/UI/ContentEditor.pm

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Jun 3 13:47:00 2002


User:      kwalsh
Date:      2002-06-03 17:46:00 GMT
Modified:  dist/lib/UI ContentEditor.pm
Log:
	* Modified the module in line with the [tmp-no] -> [tmpn] tag
	  name change.

Revision  Changes    Path
2.3       +5 -5      interchange/dist/lib/UI/ContentEditor.pm


rev 2.3, prev_rev 2.2
Index: ContentEditor.pm
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/ContentEditor.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- ContentEditor.pm	16 Feb 2002 19:24:45 -0000	2.2
+++ ContentEditor.pm	3 Jun 2002 17:46:00 -0000	2.3
@@ -2,7 +2,7 @@
 #
 # UI::ContentEditor - Interchange page/component edit
 # 
-# $Id: ContentEditor.pm,v 2.2 2002/02/16 19:24:45 mheins Exp $
+# $Id: ContentEditor.pm,v 2.3 2002/06/03 17:46:00 kwalsh Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -23,7 +23,7 @@
 
 package UI::ContentEditor;
 
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 $DEBUG = 0;
 
 use POSIX qw/strftime/;
@@ -978,7 +978,7 @@
 		$meta->{$st} = {
 			label => 'how to set',
 			type => 'select',
-			passed => qq{tmp-no=Unparsed and temporary,
+			passed => qq{tmpn=Unparsed and temporary,
 					set=Unparsed and persistent,
 					tmp=Parsed and temporary,
 					seti=Parsed and persistent},
@@ -1054,7 +1054,7 @@
 			label => 'how to set',
 			type => 'select',
 			passed => qq{
-					tmp-no=Unparsed and temporary,
+					tmpn=Unparsed and temporary,
 					set=Unparsed and persistent,
 					tmp=Parsed and temporary,
 					seti=Parsed and persistent,
@@ -1397,7 +1397,7 @@
 	# n=name k=key v=value
 	for my $n (@$order) {
 		my $r;
-		my $stype = $scratches->{$n} || 'tmp-no'; 
+		my $stype = $scratches->{$n} || 'tmpn'; 
 		push @sets, "[$stype $n]" . $vals->{$n} . "[/$stype]";
 	}