From 3c01acacc0e8a4794f2b925bda80632334fb3ab4 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 15 Aug 2008 14:56:27 +0000 Subject: Closes #224: Install now using failsafe views. Please test from scratch (including blanking setup) and make sure it works for you! git-svn-id: https://code.elgg.org/elgg/trunk@1940 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/failsafe/input/pulldown.php | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 views/failsafe/input/pulldown.php (limited to 'views/failsafe/input/pulldown.php') diff --git a/views/failsafe/input/pulldown.php b/views/failsafe/input/pulldown.php new file mode 100644 index 000000000..96b4d19aa --- /dev/null +++ b/views/failsafe/input/pulldown.php @@ -0,0 +1,52 @@ + "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