From fea5dea0d91b2afc989f91223b75f0e380b58743 Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Wed, 29 Apr 2009 01:26:50 +0000 Subject: [PATCH] Help for the template variable I added earlier --- lib/WebGUI/Help/Asset_Thingy.pm | 1 + lib/WebGUI/i18n/English/Asset_Thingy.pm | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/lib/WebGUI/Help/Asset_Thingy.pm b/lib/WebGUI/Help/Asset_Thingy.pm index 02fb50d6f..1ffdb1556 100644 --- a/lib/WebGUI/Help/Asset_Thingy.pm +++ b/lib/WebGUI/Help/Asset_Thingy.pm @@ -145,6 +145,7 @@ our $HELP = { { 'name' => 'field_label' }, { 'name' => 'field_value' }, { 'name' => 'field_name' }, + { 'name' => 'field_type' }, { 'name' => 'field_id' }, { 'name' => 'field_url' }, { 'name' => 'field_subtext' }, diff --git a/lib/WebGUI/i18n/English/Asset_Thingy.pm b/lib/WebGUI/i18n/English/Asset_Thingy.pm index 5a719d493..ce36df32e 100644 --- a/lib/WebGUI/i18n/English/Asset_Thingy.pm +++ b/lib/WebGUI/i18n/English/Asset_Thingy.pm @@ -845,6 +845,12 @@ field.|, context => q|Description of a tmpl_var for the template help.|, }, + 'field_type' => { + message => q|The type (File, Text, etc) of this field|, + lastUpdated => 1240968588, + context => q|Description of a tmpl_var for the template help.|, + }, + 'field_label' => { message => q|The label of this field|, lastUpdated => 1104630516,