From f0f1ed7ed8fbad33fc2cc75f93e37833b9cc4bc5 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 6 May 2013 15:49:08 -0400 Subject: [PATCH] added lock icon to locked button in threads --- public/templates/topic.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index 515b314fca..ce5ca0811f 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -153,7 +153,7 @@ x; if (locked === true) { threadReplyBtn.disabled = true; - threadReplyBtn.innerHTML = 'Locked'; + threadReplyBtn.innerHTML = 'Locked '; for(x=0;x