aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Widget/Field.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-16 23:09:59 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-16 23:09:59 +0000
commitb8faba6943a2e10429c8b52b556561934b05665b (patch)
tree0037c10895b2ee52135863655140af929ce84d94 /lib/Reaction/UI/Widget/Field.pm
parenta5200252cbe43d0d240e75e95d9dfd1623975172 (diff)
downloadreaction-b8faba6943a2e10429c8b52b556561934b05665b.tar.gz
reaction-b8faba6943a2e10429c8b52b556561934b05665b.zip
made listview do paging and ordering and all sorts of stupid shit. nobody is welcome, this really sucked. theres also the new DeleteAll action and there is changes everywhere that has anything to do with listview and actions
Diffstat (limited to 'lib/Reaction/UI/Widget/Field.pm')
-rw-r--r--lib/Reaction/UI/Widget/Field.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Reaction/UI/Widget/Field.pm b/lib/Reaction/UI/Widget/Field.pm
index aa0abf9..6e3fb2f 100644
--- a/lib/Reaction/UI/Widget/Field.pm
+++ b/lib/Reaction/UI/Widget/Field.pm
@@ -12,8 +12,7 @@ class Field, which {
widget renders [qw/label field message/
=> { id => func('self', 'id'),
- name => func('self', 'name'),
- viewport => func('self', 'viewport'), }
+ name => func('self', 'name'), }
];
field renders [ string { $_{viewport}->value }, ];