Skip to content

Commit

Permalink
* Just few replacements of </A> with </a>
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Jan 8, 2005
1 parent 7f308da commit 7807839
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dist/lib/UI/ui.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ sub admin_links {
[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;
Expand All @@ -77,7 +77,7 @@ EOF
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]"
Expand All @@ -86,7 +86,7 @@ EOF
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}) {
Expand Down

0 comments on commit 7807839

Please sign in to comment.