mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Language file cleanup continued.
This commit is contained in:
@@ -430,8 +430,8 @@ class plugin_forum_view_shortcodes extends e_shortcode
|
||||
|
||||
$text = '<div class="btn-group ">
|
||||
|
||||
<a class="btn btn-small" href="'.e_BASE.'user.php?id.'.$this->postInfo['post_user'].'">'.$username.'</a>
|
||||
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown">
|
||||
<a class="btn btn-default btn-small" href="'.e_BASE.'user.php?id.'.$this->postInfo['post_user'].'">'.$username.'</a>
|
||||
<button class="btn btn-default btn-small dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu left">
|
||||
@@ -474,7 +474,7 @@ class plugin_forum_view_shortcodes extends e_shortcode
|
||||
// {EMAILITEM} {PRINTITEM} {REPORTIMG}{EDITIMG}{QUOTEIMG}
|
||||
|
||||
$text = '<div class="btn-group pull-right">
|
||||
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown">
|
||||
<button class="btn btn-default btn-small dropdown-toggle" data-toggle="dropdown">
|
||||
Options
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user