separate help for Asset/Shortcut

This commit is contained in:
Colin Kuskie 2005-02-26 16:53:26 +00:00
parent a2745b6ba6
commit 48a8934b3b
2 changed files with 7 additions and 1 deletions

View file

@ -86,7 +86,7 @@ sub getEditForm {
my $originalTemplate = WebGUI::Asset::Template->new($self->getShortcut->get("templateId"));
$tabform->getTab("properties")->HTMLArea(
-value=>$self->getValue("description"),
-label=>WebGUI::International::get(85),
-label=>WebGUI::International::get(85, 'Shortcut'),
-name=>"description"
);
$tabform->getTab("display")->template(

View file

@ -1,6 +1,12 @@
package WebGUI::i18n::English::Shortcut;
our $I18N = {
'85' => {
message => q|Description|,
lastUpdated => 1031514049
},
'Criteria' => {
message => q|Criteria|,
lastUpdated => 1053183804