[interchange-cvs] interchange - racke modified dist/lib/UI/pages/admin/content.html

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu May 22 17:37:09 2003


User:      racke
Date:      2003-05-22 21:26:56 GMT
Modified:  dist/lib/UI/pages/admin content.html
Log:
continued page translation preparation effort

Revision  Changes    Path
1.7       +5 -5      interchange/dist/lib/UI/pages/admin/content.html


rev 1.7, prev_rev 1.6
Index: content.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/content.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- content.html	14 Jan 2003 02:25:50 -0000	1.6
+++ content.html	22 May 2003 21:26:56 -0000	1.7
@@ -48,10 +48,10 @@
 								ui_type => $type,
 								ui_content_op => 'cancel',
 							});
-			$out .= "cancel</a>)<br>";
+			$out .= "[L]cancel[/L]</a>)<br>";
 		}
 		return unless $out;
-		$out = '<b>In process</b><br>' . $out . '<br>';
+		$out = '<b>[L]In process[/L]</b><br>' . $out . '<br>';
 		return $out;
 	}
 	return;
@@ -66,12 +66,12 @@
 </blockquote>
 [/if]
 
-<div class=titlebox>Edit pages</div>
+<div class=titlebox>[L]Edit pages[/L]</div>
 
 [if session content_edit]
 	<A HREF="[area href=@@MV_PAGE@@ form='ui_content_op=purge']"
-				onClick="return confirm('Are you sure you want to purge all in-process edits?')"
-	>Purge all in-process (including page, template, component edits)</A> <br>
+				onClick="return confirm('[L]Are you sure you want to purge all in-process edits?[/L]')"
+	>[L]Purge all in-process (including page, template, component edits)[/L]</A> <br>
 [/if]
 
 	[calc] tmp_display_in_progress('page'); [/calc]