[interchange-cvs] interchange - docelic modified dist/lib/UI/ui.cfg

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Jan 8 07:15:30 EST 2005


User:      docelic
Date:      2005-01-08 12:15:30 GMT
Modified:  dist/lib/UI ui.cfg
Log:
* Just few replacements of </A> with </a>

Revision  Changes    Path
2.15      +5 -5      interchange/dist/lib/UI/ui.cfg


rev 2.15, prev_rev 2.14
Index: ui.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/ui.cfg,v
retrieving revision 2.14
retrieving revision 2.15
diff -u -r2.14 -r2.15
--- ui.cfg	28 Jul 2003 21:08:03 -0000	2.14
+++ ui.cfg	8 Jan 2005 12:15:30 -0000	2.15
@@ -57,17 +57,17 @@
 [page href="admin/content_editor" form="
 			ui_name=[var MV_PAGE 1][var ADL_SUFFIX]
 			ui_type=page
-		"][loc]edit[/loc]&nbsp;[loc]page[/loc]</A>
+		"][loc]edit[/loc]&nbsp;[loc]page[/loc]</a>
 [page href="[var MV_PAGE 1]" form="
 			ui_mozilla_edit=1
-		"][loc]show&nbsp;tags[/loc]</A>
+		"][loc]show&nbsp;tags[/loc]</a>
 EOF
 
 	$::Variable->{ADL_COMPONENT} = $::Variable->{ADL_COMPONENT_TEMPLATE} || <<EOF;
 [page href="admin/content_editor" form="
 			ui_name=[contol component]
 			ui_type=component
-		"][loc]edit[/loc]&nbsp;[control component]</A>
+		"][loc]edit[/loc]&nbsp;[control component]</a>
 EOF
 
 	$::Variable->{ADL_ITEM} = $::Variable->{ADL_ITEM_TEMPLATE} || <<EOF;
@@ -77,7 +77,7 @@
 				item_id=[item-code]
 				ui_return_to=index
 			|
-		]">[loc]edit[/loc]&nbsp;[loc]item[/loc]</A>
+		]">[loc]edit[/loc]&nbsp;[loc]item[/loc]</a>
 EOF
 	$::Variable->{ADL_MENU} = $::Variable->{ADL_MENU_TEMPLATE} || <<EOF;
 <a class="[control link_class]"
@@ -86,7 +86,7 @@
 			form=|
 				qmenu_name=[either][control menu_name][or][var MV_PAGE 1][/either]
 			|
-		]">[loc]edit[/loc]&nbsp;[loc]menu[/loc]</A>
+		]">[loc]edit[/loc]&nbsp;[loc]menu[/loc]</a>
 EOF
 
 	if($CGI::values{ui_mozilla_edit}) {








More information about the interchange-cvs mailing list