aboutsummaryrefslogtreecommitdiff
path: root/mod/externalpages
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-13 00:05:19 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-13 00:05:19 +0000
commit62a2264b934604d8c3a6b5819ae87079e3cfcff3 (patch)
treef259af1cf990cf5eaf6f76b1d51fe67c38d57ada /mod/externalpages
parenta1a341ee6f4d0065929931a4caa0b4c79dbcb32c (diff)
downloadelgg-62a2264b934604d8c3a6b5819ae87079e3cfcff3.tar.gz
elgg-62a2264b934604d8c3a6b5819ae87079e3cfcff3.tar.bz2
fixed formatting of site pages creation form - longtext menu was overlapping tinymce
git-svn-id: http://code.elgg.org/elgg/trunk@9197 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/externalpages')
-rw-r--r--mod/externalpages/views/default/forms/expages/edit.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/mod/externalpages/views/default/forms/expages/edit.php b/mod/externalpages/views/default/forms/expages/edit.php
index 58c174d6e..b0060477e 100644
--- a/mod/externalpages/views/default/forms/expages/edit.php
+++ b/mod/externalpages/views/default/forms/expages/edit.php
@@ -45,11 +45,13 @@ $external_page_title = elgg_echo("expages:$type");
//construct the form
echo <<<EOT
-<h3 class="mvm">$external_page_title</h3>
-<div>$input_area</div>
- $hidden_value
- $hidden_type
- $submit_input
+<div class="mtm">
+ <label>$external_page_title</label>
+ $input_area
+</div>
+$hidden_value
+$hidden_type
+$submit_input
EOT;