mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Merge pull request #2151 from rica-carv/rica-carv-patch-2150
Patch for #2150
This commit is contained in:
@@ -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'))
|
||||
{
|
||||
|
@@ -96,6 +96,7 @@
|
||||
'" class="btn btn-primary'.($this->var['ntUrl'] ?"":" disabled").'"'
|
||||
.($this->var['ntUrl'] ?"":" data-toggle='tooltip' title='".LAN_FORUM_0006."'
|
||||
style='cursor: not-allowed; pointer-events: all !important;'").'>'.LAN_FORUM_1018.'</a>
|
||||
'.($this->var['ntUrl'] ?"":"<span> </span>").'
|
||||
<button class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="caret"></span>
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
|
Reference in New Issue
Block a user