From 7b8a18ab7f993aa5f4f7f643478f06a8e3f7ed52 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 1 Jan 2011 17:55:18 +0000 Subject: almost finished updating the file plugin to work with new html/css git-svn-id: http://code.elgg.org/elgg/trunk@7804 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/confirmlink.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'views') diff --git a/views/default/output/confirmlink.php b/views/default/output/confirmlink.php index 6d575b9ae..28facc26c 100644 --- a/views/default/output/confirmlink.php +++ b/views/default/output/confirmlink.php @@ -24,12 +24,6 @@ if ($encode) { $text = htmlspecialchars($text, ENT_QUOTES, 'UTF-8'); } -if (isset($vars['class']) && $vars['class']) { - $class = 'class="' . $vars['class'] . '"'; -} else { - $class = ''; -} - $vars['onclick'] = "return confirm('" . addslashes($confirm) . "')"; unset($vars['encode_text']); -- cgit v1.2.3