From f9a543aad621b8a4d37928d457dee168f64e8e7f Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 27 Feb 2009 12:17:52 +0000 Subject: generic reusable collapsible div added (replacing manifest_file which is solely for admin plugins page) git-svn-id: https://code.elgg.org/elgg/trunk@2976 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/views/default/forum/topicposts.php | 4 ++-- mod/reportedcontent/views/default/reportedcontent/listing.php | 4 ++-- mod/riverdashboard/views/default/riverdashboard/sitemessage.php | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'mod') diff --git a/mod/groups/views/default/forum/topicposts.php b/mod/groups/views/default/forum/topicposts.php index 07bd6d028..85f2d62ad 100644 --- a/mod/groups/views/default/forum/topicposts.php +++ b/mod/groups/views/default/forum/topicposts.php @@ -62,8 +62,8 @@ )); //display an edit link that will open up an edit area - echo " ".elgg_echo('edit').""; - echo "
"; + echo " ".elgg_echo('edit').""; + echo "
"; //get the edit form and details $submit_input = elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('save'))); $text_textarea = elgg_view('input/longtext', array('internalname' => 'postComment'.$vars['entity']->id, 'value' => $vars['entity']->value)); diff --git a/mod/reportedcontent/views/default/reportedcontent/listing.php b/mod/reportedcontent/views/default/reportedcontent/listing.php index 57628ba19..3ba4f5a52 100644 --- a/mod/reportedcontent/views/default/reportedcontent/listing.php +++ b/mod/reportedcontent/views/default/reportedcontent/listing.php @@ -25,8 +25,8 @@ echo "" . elgg_echo('reportedcontent:delete') . "

"; echo "

" . elgg_echo('reportedcontent:by') . ": " . $user . ", " . friendly_time($report->time_created) . "

"; echo "

" . elgg_echo('reportedcontent:objecttitle') . ": " . $report->title . "

"; - echo "

" . elgg_echo('reportedcontent:moreinfo') . "

"; - echo "
"; + echo "

" . elgg_echo('reportedcontent:moreinfo') . "

"; + echo "
"; echo "

" . elgg_echo('reportedcontent:objecturl') . ": address}\">" . elgg_echo('reportedcontent:visit') . "

"; echo "

" . elgg_echo('reportedcontent:reason') . ": " .$report->description . "

"; echo "
"; diff --git a/mod/riverdashboard/views/default/riverdashboard/sitemessage.php b/mod/riverdashboard/views/default/riverdashboard/sitemessage.php index c287ebb3f..cc2db4c34 100644 --- a/mod/riverdashboard/views/default/riverdashboard/sitemessage.php +++ b/mod/riverdashboard/views/default/riverdashboard/sitemessage.php @@ -54,8 +54,8 @@ $submit_input = elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('save'))); $form_body = <<{$link}

-
+

{$link}

+
{$input_area}
{$submit_input}
@@ -81,8 +81,8 @@ EOT; $submit_input = elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('save'))); $form_body = <<{$link}

-
+

{$link}

+
{$input_area}
{$submit_input}
EOT; -- cgit v1.2.3