From df00e940c3b2c01737cee11c3b1646a90b3311a2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Feb 2015 19:36:31 +0100 Subject: barform: default value for want_msg --- templates/barform.html.ep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/barform.html.ep b/templates/barform.html.ep index 0e0c793..62c8bda 100644 --- a/templates/barform.html.ep +++ b/templates/barform.html.ep @@ -1,3 +1,6 @@ +% if (not defined param('want_msg')) { +% param(want_msg => 0); +% } %= form_for bar => begin %= radio_button 'want_msg' => 0 Allgemeiner Bargraph: -- cgit v1.2.3