Added "Edit Item" text to edit header.

This commit is contained in:
JT Smith 2002-07-04 04:50:41 +00:00
parent f5eea61f3c
commit a0e3b2be86

View file

@ -79,7 +79,7 @@ sub www_edit {
my ($output, $f);
if (WebGUI::Privilege::canEditPage()) {
$output = helpIcon(1,$_[0]->get("namespace"));
$output .= '<h1>'.WebGUI::International::get(4,$namespace).'</h1>';
$output .= '<h1>'.WebGUI::International::get(6,$namespace).'</h1>';
$f = WebGUI::HTMLForm->new;
$f->url("linkURL",WebGUI::International::get(1,$_[0]->get("namespace")),$_[0]->get("linkURL"));
if ($_[0]->get("attachment") eq "") {