aboutsummaryrefslogtreecommitdiff
path: root/mod/externalpages/views/default/forms/expages
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-06-18 19:56:33 -0400
committerBrett Profitt <brett.profitt@gmail.com>2011-06-18 19:56:33 -0400
commitec7b94a64aef23b85866ecdac8e8acc712d29bb6 (patch)
treea108205c3fa0b694d8ce0ebaafd259480d6b530a /mod/externalpages/views/default/forms/expages
parentc80ba5aa03264dd64c20ed8ae222e87f9371a44d (diff)
parent2b68a4d217c35a5587c462620789493cf2804ba2 (diff)
downloadelgg-ec7b94a64aef23b85866ecdac8e8acc712d29bb6.tar.gz
elgg-ec7b94a64aef23b85866ecdac8e8acc712d29bb6.tar.bz2
Merge branch 'master' of github.com:Elgg/Elgg
Diffstat (limited to 'mod/externalpages/views/default/forms/expages')
-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;