From a7c88c26a2a2d77534c44aaa9f67879fa5d82fb4 Mon Sep 17 00:00:00 2001 From: Thomas de Jesus Date: Thu, 14 Jul 2016 11:31:55 -0500 Subject: [PATCH] Update Block_Item.php Changed to better match blog. Using same icons. Recommend switching from a downloaded version of fontawesome to just linking to the font-awesome cdn. //maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css --- mod/block/class/Block_Item.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mod/block/class/Block_Item.php b/mod/block/class/Block_Item.php index 92769f7ea..75888dbd8 100644 --- a/mod/block/class/Block_Item.php +++ b/mod/block/class/Block_Item.php @@ -164,8 +164,8 @@ public function view($pin_mode = FALSE, $admin_icon = TRUE) { $edit = $opt = null; if (Current_User::allow('block', 'edit_block', $this->id)) { - $img = ''; + $img = ''; $edit = PHPWS_Text::secureLink($img, 'block', array('block_id' => $this->id, 'action' => 'edit')); @@ -184,8 +184,8 @@ public function view($pin_mode = FALSE, $admin_icon = TRUE) TRUE); $js_var['QUESTION'] = dgettext('block', 'Are you sure you want to remove this block from this page?'); - $js_var['LINK'] = ""; + $js_var['LINK'] = ""; $opt = Layout::getJavascript('confirm', $js_var); }