summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-01-04 02:13:57 +0000
committerivan <ivan>2008-01-04 02:13:57 +0000
commitf3dcab6b9862f3e4f85cdbeed428861e34271a51 (patch)
tree2f07013e5fd76ed3876bdb39da8c423aed73508d
parent905fa6e6f164401a05d7e8be7cc7cc40efba3e38 (diff)
there's no such thing as fixedhidden... hidden will do
-rw-r--r--httemplate/edit/elements/edit.html1
-rw-r--r--httemplate/edit/reason.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 753835deb..5f1db2912 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -27,7 +27,6 @@ Example:
#tablebreak-tr-title
#hidden - hidden value from object
#fixed - display fixed value from object or here
- #fixedhidden - hidden value from here
#fixed-country
#fixed-state
#
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',