From d8fde8a5ed058fe3e00a8e7736fbe7ab63fce554 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 18 Sep 2008 22:28:55 +0000 Subject: [PATCH] document the new product variant id template variable --- lib/WebGUI/Help/Asset_Product.pm | 1 + lib/WebGUI/i18n/English/Asset_Product.pm | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/lib/WebGUI/Help/Asset_Product.pm b/lib/WebGUI/Help/Asset_Product.pm index 8c79087d9..2c25ee22f 100644 --- a/lib/WebGUI/Help/Asset_Product.pm +++ b/lib/WebGUI/Help/Asset_Product.pm @@ -48,6 +48,7 @@ our $HELP = { { 'name' => 'addvariant_label' }, { 'name' => 'variant_loop', 'variables' => [ + { 'name' => 'variant_id' }, { 'name' => 'variant_controls' }, { 'name' => 'variant_sku' }, { 'name' => 'variant_title' }, diff --git a/lib/WebGUI/i18n/English/Asset_Product.pm b/lib/WebGUI/i18n/English/Asset_Product.pm index a0d5e4ba9..b69cfd138 100644 --- a/lib/WebGUI/i18n/English/Asset_Product.pm +++ b/lib/WebGUI/i18n/English/Asset_Product.pm @@ -723,6 +723,11 @@ be useful, others may not.|, lastUpdated => 1210029452, }, + 'variant_id' => { + message => q|The unique identifier for this variant.|, + lastUpdated => 1221777106, + }, + 'variant_controls' => { message => q|An icon toolbar for editing, deleting, or reordering this variant.|, lastUpdated => 1210029452,