From 1b1908d4c05392d07b0a0af086a567cbc53606ba Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Thu, 19 May 2011 15:59:07 -0700 Subject: Cleaned up all the input views --- views/default/input/color.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'views/default/input/color.php') diff --git a/views/default/input/color.php b/views/default/input/color.php index 8bc4ad2a3..be8154fc9 100644 --- a/views/default/input/color.php +++ b/views/default/input/color.php @@ -1 +1,12 @@ - /> \ No newline at end of file + 'elgg-input-color', +); + +$vars = array_merge($defaults, $vars); + +$vars['type'] = 'color'; + +?> + + /> \ No newline at end of file -- cgit v1.2.3