aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/pages/complete.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-11 11:50:01 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-11 11:50:01 +0000
commit52f8484a15439295fb01a9c6f14284c676f48982 (patch)
tree762cb46704bbc9d1a23318f02c377fa6eb666228 /views/installation/install/pages/complete.php
parent42cbb59a4cbfd881383ef7ecc9f5447afda8c466 (diff)
downloadelgg-52f8484a15439295fb01a9c6f14284c676f48982.tar.gz
elgg-52f8484a15439295fb01a9c6f14284c676f48982.tar.bz2
fixed disabled button in installer - css class had changed
git-svn-id: http://code.elgg.org/elgg/trunk@9166 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/installation/install/pages/complete.php')
-rw-r--r--views/installation/install/pages/complete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/installation/install/pages/complete.php b/views/installation/install/pages/complete.php
index 0c9821fc2..2f5a04854 100644
--- a/views/installation/install/pages/complete.php
+++ b/views/installation/install/pages/complete.php
@@ -7,7 +7,7 @@ echo autop(elgg_echo('install:complete:instructions'));
?>
-<div class="install-nav">
+<div class="elgg-install-nav">
<?php
$url = elgg_get_site_url() . $vars['destination'];
$text = elgg_echo('install:complete:gotosite');