separate help for Asset/Shortcut
This commit is contained in:
parent
a2745b6ba6
commit
48a8934b3b
2 changed files with 7 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
package WebGUI::i18n::English::Shortcut;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'85' => {
|
||||
message => q|Description|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'Criteria' => {
|
||||
message => q|Criteria|,
|
||||
lastUpdated => 1053183804
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue