From b167df5e60143efbd4cc9121b7c4825f4f6608d1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 10 Dec 2011 22:40:12 +0400 Subject: js: misc cleanup --- functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index a1dffc853..cad0b21c3 100644 --- a/functions.php +++ b/functions.php @@ -5077,24 +5077,24 @@ $marked_pic = "\"Unstar"; + onclick='javascript:toggleMark($id)'>"; } else { $marked_pic = "\"Star"; + onclick='javascript:toggleMark($id)'>"; } if ($line["published"] == "t" || $line["published"] == "1") { $published_pic = "\"Unpublish"; + alt=\"Unpublish article\" onclick='javascript:togglePub($id)'>"; } else { $published_pic = "\"Publish"; + alt=\"Publish article\" onclick='javascript:togglePub($id)'>"; } # $content_link = "" . -- cgit v1.2.3-54-g00ecf