summaryrefslogtreecommitdiff
path: root/httemplate/edit/reason.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/reason.html')
-rw-r--r--httemplate/edit/reason.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/edit/reason.html b/httemplate/edit/reason.html
index 7c0722cea..c652a0820 100644
--- a/httemplate/edit/reason.html
+++ b/httemplate/edit/reason.html
@@ -25,6 +25,8 @@
'fields' => [
{ 'field' => 'reason_type',
'type' => 'select',
+ #XXX use something more sane than a hashref
+ #then fix tr-select.html
'value' => { 'vcolumn' => 'typenum',
'ccolumn' => 'type',
'values' => \@types,
@@ -32,7 +34,7 @@
},
'reason',
{ 'field' => 'class',
- 'type' => 'fixedhidden',
+ 'type' => 'hidden',
'value' => $class,
},
{ 'field' => 'disabled',