From f3dcab6b9862f3e4f85cdbeed428861e34271a51 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 4 Jan 2008 02:13:57 +0000 Subject: there's no such thing as fixedhidden... hidden will do --- httemplate/edit/reason.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/reason.html') diff --git a/httemplate/edit/reason.html b/httemplate/edit/reason.html index b76eb72bf..0a3598268 100644 --- a/httemplate/edit/reason.html +++ b/httemplate/edit/reason.html @@ -29,7 +29,7 @@ }, 'reason', { 'field' => 'class', - 'type' => 'fixedhidden', + 'type' => 'hidden', 'value' => $class, }, { 'field' => 'disabled', -- cgit v1.2.1