diff options
author | cash <cash.costello@gmail.com> | 2009-03-02 23:03:09 +0000 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2009-03-02 23:03:09 +0000 |
commit | 4bf65154f0828f6d3d4161945fa49565cb17f9b9 (patch) | |
tree | cf991d151e789e98f379f1c0fc6fade07c96a7c0 /permissions.php | |
parent | eddc6002da1bf08e5a9e765c199653b28b3df3b4 (diff) | |
download | elgg-4bf65154f0828f6d3d4161945fa49565cb17f9b9.tar.gz elgg-4bf65154f0828f6d3d4161945fa49565cb17f9b9.tar.bz2 |
updated to Elgg 1.5 - still need to work on html formatting and images
Diffstat (limited to 'permissions.php')
-rw-r--r-- | permissions.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/permissions.php b/permissions.php index a67b610e9..6f06a0268 100644 --- a/permissions.php +++ b/permissions.php @@ -16,6 +16,8 @@ }
</style>
+<div class="contentWrapper" style="margin:0; min-height:340px;">
+
<div id="elggreturn">
<a href="javascript:history.go(-1)">Return to Tools Administration</a>
</div>
@@ -32,7 +34,7 @@ ?>
</div>
-
+</div>
<?php
$content = ob_get_clean();
|