From 4ae6d689578448a33024703c61bb17b5709fa0e5 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 3 Feb 2011 12:57:39 +0000 Subject: changed input/pulldown to input/dropdown git-svn-id: http://code.elgg.org/elgg/trunk@8006 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/input/pulldown.php | 43 ----------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 views/installation/input/pulldown.php (limited to 'views/installation/input/pulldown.php') diff --git a/views/installation/input/pulldown.php b/views/installation/input/pulldown.php deleted file mode 100644 index 2f4ff1631..000000000 --- a/views/installation/input/pulldown.php +++ /dev/null @@ -1,43 +0,0 @@ - "option" where "value" is an internal name and "option" is - * the value displayed on the button. Replaces $vars['options'] when defined. - */ - - -$class = $vars['class']; -if (!$class) { - $class = "elgg-input-dropdown"; -} -?> - \ No newline at end of file -- cgit v1.2.3