From 23785a7707fce5707787d470aa470070c5e407ea Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 2 Jan 2009 06:47:14 +0000 Subject: [PATCH] Fix missing Help docs in the Matrix. --- lib/WebGUI/Help/Asset_MatrixListing.pm | 4 +++- lib/WebGUI/i18n/English/Asset_Matrix.pm | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Help/Asset_MatrixListing.pm b/lib/WebGUI/Help/Asset_MatrixListing.pm index b4a444292..7c181b970 100644 --- a/lib/WebGUI/Help/Asset_MatrixListing.pm +++ b/lib/WebGUI/Help/Asset_MatrixListing.pm @@ -23,7 +23,9 @@ our $HELP = { { 'name' => 'productName' }, { 'name' => 'productUrl' }, { 'name' => 'productUrl_click' }, - { 'name' => 'manufacturerName' }, + { 'name' => 'manufacturerName', + description => 'manufacturerName description' + }, { 'name' => 'manufacturerUrl' }, { 'name' => 'manufacturerUrl_click' }, { 'name' => 'version' }, diff --git a/lib/WebGUI/i18n/English/Asset_Matrix.pm b/lib/WebGUI/i18n/English/Asset_Matrix.pm index c300c28f8..6dc867452 100644 --- a/lib/WebGUI/i18n/English/Asset_Matrix.pm +++ b/lib/WebGUI/i18n/English/Asset_Matrix.pm @@ -749,6 +749,12 @@ selectBox.

| lastUpdated => 0, message => q|Hide/show stickied|, }, + + 'matrix asset template variables title' => { + lastUpdated => 0, + message => q|Matrix Asset Template Variables|, + }, + }; 1;