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/url.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'views/default/input/url.php') diff --git a/views/default/input/url.php b/views/default/input/url.php index d42d7c056..ed3cd08a2 100644 --- a/views/default/input/url.php +++ b/views/default/input/url.php @@ -1,10 +1,13 @@ elgg_echo('placeholder:url'), + 'class' => 'elgg-input-url', ); $vars = array_merge($defaults, $vars); + +$vars['type'] = 'url'; + ?> - /> \ No newline at end of file + /> \ No newline at end of file -- cgit v1.2.3