From 51f2b120faf78b7224a42b769cb99c2620ae9030 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 20 Nov 2010 07:12:04 +0000 Subject: Refs #2143: DRY up button input views (button, reset, submit). Changed core uses of button to reflect the fact that it no longer defaults to submit git-svn-id: http://code.elgg.org/elgg/trunk@7364 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/input/submit.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'views/installation/input/submit.php') diff --git a/views/installation/input/submit.php b/views/installation/input/submit.php index 0a6d2a06d..aefb2ada6 100644 --- a/views/installation/input/submit.php +++ b/views/installation/input/submit.php @@ -6,19 +6,8 @@ * * @package Elgg * @subpackage Core - * - * @uses $vars['value'] The current value, if any - * @uses $vars['js'] Any Javascript to enter into the input tag - * @uses $vars['internalname'] The name of the input field - * @uses $vars['type'] Submit or reset, defaults to submit. - * */ $vars['type'] = 'submit'; -$class = $vars['class']; -if (!$class) { - $class = "submit_button"; -} -$vars['class'] = $class; echo elgg_view('input/button', $vars); \ No newline at end of file -- cgit v1.2.3