aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-03 12:57:39 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-03 12:57:39 +0000
commit4ae6d689578448a33024703c61bb17b5709fa0e5 (patch)
tree6e41befc0fb56d9a3432e58a401a4726f39df60b /documentation
parent08b710e42eed1aeb2ec6bcde2e1333c5cbcaa581 (diff)
downloadelgg-4ae6d689578448a33024703c61bb17b5709fa0e5.tar.gz
elgg-4ae6d689578448a33024703c61bb17b5709fa0e5.tar.bz2
changed input/pulldown to input/dropdown
git-svn-id: http://code.elgg.org/elgg/trunk@8006 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'documentation')
-rw-r--r--documentation/css/preview/forms.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/css/preview/forms.php b/documentation/css/preview/forms.php
index d3a3e7647..8dd028dc5 100644
--- a/documentation/css/preview/forms.php
+++ b/documentation/css/preview/forms.php
@@ -54,7 +54,7 @@ require dirname(__FILE__) . '/head.php';
</p>
<p>
<label for="f5">Dropdown input:</label><br />
- <?php echo elgg_view('input/pulldown', array(
+ <?php echo elgg_view('input/dropdown', array(
'internalname' => 'f5',
'internalid' => 'f5',
'options' => array('option 1', 'option 2'),