From c5cc2821311012a8a4385a304a043c4b41f2afbb Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 31 Aug 2009 19:05:21 +0000 Subject: All line endings are now Unix-style. git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/pulldown.php | 70 ++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'views/default/input/pulldown.php') diff --git a/views/default/input/pulldown.php b/views/default/input/pulldown.php index c73e6b6c9..6aa69f428 100644 --- a/views/default/input/pulldown.php +++ b/views/default/input/pulldown.php @@ -1,33 +1,33 @@ - "option" where "value" is an internal name and "option" is - * the value displayed on the button. Replaces $vars['options'] when defined. - */ + * the value displayed on the button. Replaces $vars['options'] when defined. + */ $class = $vars['class']; if (!$class) $class = "input-pulldown"; - -?> - - - class=""> + $option) { @@ -39,14 +39,14 @@ } } else - { - foreach($vars['options'] as $option) { - if ($option != $vars['value']) { - echo ""; - } else { - echo ""; - } - } - } -?> + { + foreach($vars['options'] as $option) { + if ($option != $vars['value']) { + echo ""; + } else { + echo ""; + } + } + } +?> \ No newline at end of file -- cgit v1.2.3