From 05ec759cbdf76b56c55616314a5a19870c728164 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 27 Oct 2005 00:14:31 +0000 Subject: Bug 266143: If Param("usevotes") is off, editing a product should mention it - Patch by GavinS r=LpSolit a=myk --- template/en/default/admin/products/edit-common.html.tmpl | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/products/edit-common.html.tmpl') diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl index f6b0d53ce..2bfabcbf7 100644 --- a/template/en/default/admin/products/edit-common.html.tmpl +++ b/template/en/default/admin/products/edit-common.html.tmpl @@ -64,13 +64,22 @@ checked="checked"[% END %]> - + +[% IF !Param('usevotes') %] + + + The 'usevotes' parameter is currently 'off'. These voting + settings will take effect when the parameter is next enabled. + +[% END %] + Maximum votes per person: - + Maximum votes a person can put on a single [% terms.bug %]: @@ -78,7 +87,7 @@ value="[% product.maxvotesperbug FILTER html %]"> - + Number of votes [% terms.abug %] in this product needs to automatically get out of the -- cgit v1.2.3-24-g4f1b