From ae0f6ed16239bf3ad0e6654c94108b8c4c566c9f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 25 May 2006 23:44:58 +0000 Subject: [PATCH] stub in the help for edit branch and internationalize several labels in forms. --- lib/WebGUI/AssetBranch.pm | 8 ++++---- lib/WebGUI/Help/Asset.pm | 9 +++++++++ lib/WebGUI/i18n/English/Asset.pm | 26 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/AssetBranch.pm b/lib/WebGUI/AssetBranch.pm index aeb10d962..bdce32576 100644 --- a/lib/WebGUI/AssetBranch.pm +++ b/lib/WebGUI/AssetBranch.pm @@ -93,16 +93,16 @@ sub www_editBranch { extras=>'onchange="toggleSpecificBaseUrl()"', id=>"baseUrlBy", options=>{ - parentUrl=>"Parent URL", - specifiedBase=>"Specified Base", - none=>"None" + parentUrl=>$i18n->get("parent url"), + specifiedBase=>$i18n->get("specified base"), + none=>$i18n->get("none") } }).' / '.WebGUI::Form::selectBox($self->session, { name=>"endOfUrl", options=>{ menuTitle=>$i18n->get(411), title=>$i18n->get(99), - currentUrl=>"Current URL" + currentUrl=>$i18n->get("current url"), } })."