aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/file.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 23:54:04 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 23:54:04 +0000
commit947eda7867df1f4846f18fc0326ff0ed20626c34 (patch)
tree75aecbac51ef5aa67fc2e747fffb3d80ad4ab502 /views/default/input/file.php
parentdcba493d8defdeb9ab6f41bf07826474bc41e9a6 (diff)
downloadelgg-947eda7867df1f4846f18fc0326ff0ed20626c34.tar.gz
elgg-947eda7867df1f4846f18fc0326ff0ed20626c34.tar.bz2
stage 1 in moving the forms markup to elgg- namespaced css - buttons still need work
git-svn-id: http://code.elgg.org/elgg/trunk@7763 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/input/file.php')
-rw-r--r--views/default/input/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/file.php b/views/default/input/file.php
index 8f0461083..28ab54f94 100644
--- a/views/default/input/file.php
+++ b/views/default/input/file.php
@@ -19,7 +19,7 @@ if (!empty($vars['value'])) {
echo elgg_echo('fileexists') . "<br />";
}
-$class = "input-file";
+$class = "elgg-input-file";
if (isset($vars['class'])) {
$class = $vars['class'];
}