From a7b0a98e223e36090f7b2fc2a68a036e655727cc Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 19 Dec 2010 18:47:10 +0000 Subject: replacing action-button with elgg-action-button git-svn-id: http://code.elgg.org/elgg/trunk@7688 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/object/thewire.php | 2 +- mod/thewire/views/default/thewire/css.php | 4 ++-- mod/thewire/views/default/thewire/forms/add.php | 2 +- mod/thewire/views/default/thewire/profile_status.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mod/thewire') diff --git a/mod/thewire/views/default/object/thewire.php b/mod/thewire/views/default/object/thewire.php index 4ccd5d7f4..b2a8b65c9 100644 --- a/mod/thewire/views/default/object/thewire.php +++ b/mod/thewire/views/default/object/thewire.php @@ -30,7 +30,7 @@ if (isset($vars['entity'])) { - + {$msg}"; - $display .= ""; + $display .= ""; $display .= "
"; echo $display; echo elgg_echo("thewire:charleft") . "
"; diff --git a/mod/thewire/views/default/thewire/profile_status.php b/mod/thewire/views/default/thewire/profile_status.php index 09d878c81..ec1980abc 100644 --- a/mod/thewire/views/default/thewire/profile_status.php +++ b/mod/thewire/views/default/thewire/profile_status.php @@ -26,7 +26,7 @@ if ($latest_wire) { echo $content; if ($owner == get_loggedin_userid()) { $text = elgg_echo('thewire:update'); - echo "$text"; + echo "$text"; } echo $time; echo ""; -- cgit v1.2.3