1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Update view_shortcodes.php

This commit is contained in:
rica-carv
2016-12-14 21:51:09 +00:00
committed by GitHub
parent 6b2a5a79c3
commit 58824942f1

View File

@@ -804,7 +804,7 @@ function sc_buttonsx()
}
$replyUrl = "<a class='btn btn-primary".($url ?"":" disabled")."' "
.($url?"":" data-toggle='tooltip' title='".LAN_FORUM_0046."'
style='cursor: not-allowed; pointer-events: all !important;'")." href='".($url ?:"#")."'>".LAN_FORUM_2006."</a>";
style='cursor: not-allowed; pointer-events: all !important;'")." href='".($url ?:"#")."'>".LAN_FORUM_2006."</a>".($url?"":"<span></span>");
if ($forum->checkPerm($this->var['thread_forum_id'], 'post'))
{