updated: options disables to delete, featured etc in manage joined groups
This commit is contained in:
parent
e994b47b78
commit
68bb724f2d
1 changed files with 3 additions and 4 deletions
|
@ -101,11 +101,10 @@
|
|||
</td>
|
||||
<td>
|
||||
<div id="vid_opt-{$group.group_id}1" class="dropdown">
|
||||
<button id="dropdownMenu" class="btn btn-primary btn-xs dropdown-toggle pull-right"
|
||||
data-toggle="dropdown">Actions <i class="caret"></i></button>
|
||||
<button id="dropdownMenu" class="btn btn-primary btn-xs dropdown-toggle pull-right" data-toggle="dropdown">Actions <i class="caret"></i></button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1" role="menu">
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="{group_link details=$group}"target="_blank">View</a></li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="edit_group.php?group_id={$group.group_id}">Edit</a>
|
||||
<!-- <li role="presentation"><a role="menuitem" tabindex="-1" href="edit_group.php?group_id={$group.group_id}">Edit</a>
|
||||
</li>
|
||||
{if $group.featured == yes}
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="?unfeature={$group.group_id}">Make
|
||||
|
@ -126,7 +125,7 @@
|
|||
</li>
|
||||
<li class="divider"></li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="?delete_group={$group.group_id}">Delete</a>
|
||||
</li>
|
||||
</li> -->
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue