From 44fc9c081fb7561b7b02115f9b2a6eb0349d2201 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 24 Feb 2014 21:22:32 -0500 Subject: Add story points for tasks --- lib/helper.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/helper.php') diff --git a/lib/helper.php b/lib/helper.php index 22121015..50071be1 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -230,3 +230,8 @@ function form_date($name, $values = array(), array $errors = array(), array $att { return form_input('date', $name, $values, $errors, $attributes, $class); } + +function form_number($name, $values = array(), array $errors = array(), array $attributes = array(), $class = '') +{ + return form_input('number', $name, $values, $errors, $attributes, $class); +} -- cgit v1.2.3