diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-23 12:12:05 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-23 12:12:05 +0000 |
commit | 8ddab046c44e6f8f95a8b82fc492d7b0407389d1 (patch) | |
tree | a57463d83a73ab2e81f4182d1a5f46959e04ca71 /mod/reportedcontent/views | |
parent | 37235af003b133fd84dded5cec886ce3d169521f (diff) | |
download | elgg-8ddab046c44e6f8f95a8b82fc492d7b0407389d1.tar.gz elgg-8ddab046c44e6f8f95a8b82fc492d7b0407389d1.tar.bz2 |
Updated longtext/tinymce area extra controls. Moved and updated ecml help link, 'edit/remove editor' link and 'add media' links both moved and improved. Redundant css removed.
git-svn-id: http://code.elgg.org/elgg/trunk@5860 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent/views')
-rw-r--r-- | mod/reportedcontent/views/default/reportedcontent/form.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mod/reportedcontent/views/default/reportedcontent/form.php b/mod/reportedcontent/views/default/reportedcontent/form.php index 00ceeb074..40561a784 100644 --- a/mod/reportedcontent/views/default/reportedcontent/form.php +++ b/mod/reportedcontent/views/default/reportedcontent/form.php @@ -51,10 +51,10 @@ $owner = $vars['user']; ?> </label> </p> - <p class="longtext_editarea"> + <p class="longtext_inputarea"> <label> <?php echo elgg_echo('reportedcontent:description'); ?> - <br /> + </label> <?php echo elgg_view('input/longtext',array( @@ -63,7 +63,6 @@ $owner = $vars['user']; )); ?> - </label> </p> <p> <input type="submit" value="<?php echo elgg_echo('reportedcontent:report'); ?>" /> |