From 7f01270ba106937300cf491927839d3428360d0a Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 5 Oct 2010 10:53:40 +0000 Subject: moved installation to its own viewtype git-svn-id: http://code.elgg.org/elgg/trunk@7010 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/input/pulldown.php | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create 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 new file mode 100644 index 000000000..6ad12eec4 --- /dev/null +++ b/views/installation/input/pulldown.php @@ -0,0 +1,45 @@ + "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 = "input-pulldown"; +} +?> + \ No newline at end of file -- cgit v1.2.3