aboutsummaryrefslogtreecommitdiff
path: root/views/installation
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-22 22:35:45 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-22 22:35:45 +0000
commite22a24721de8750f5b61250a38be0d87f33e2c44 (patch)
tree5063de36f1350792d5bbb126e37cfb52b0135833 /views/installation
parent243215ec60e151099b366251be521b12b7c1e02b (diff)
downloadelgg-e22a24721de8750f5b61250a38be0d87f33e2c44.tar.gz
elgg-e22a24721de8750f5b61250a38be0d87f33e2c44.tar.bz2
adding elgg namespace to button css classes
git-svn-id: http://code.elgg.org/elgg/trunk@7704 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/installation')
-rw-r--r--views/installation/input/button.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/installation/input/button.php b/views/installation/input/button.php
index 759752c8c..76cf5afa1 100644
--- a/views/installation/input/button.php
+++ b/views/installation/input/button.php
@@ -19,7 +19,7 @@ global $CONFIG;
$class = $vars['class'];
if (!$class) {
- $class = "submit-button";
+ $class = "elgg-submit-button";
}
if (isset($vars['type'])) {