This commit is contained in:
parent
897fa94251
commit
d3a1a0a4d6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
Actions <i class="caret"></i></button>
|
Actions <i class="caret"></i></button>
|
||||||
<ul class="dropdown-menu pull-right" aria-labelledby="dropdownMenu1" role="menu">
|
<ul class="dropdown-menu pull-right" aria-labelledby="dropdownMenu1" role="menu">
|
||||||
<li><a role="menuitem" tabindex="-1"
|
<li><a role="menuitem" tabindex="-1"
|
||||||
href="/edit_video.php?vid={$video.videoid}" class="">Edit</a></li>
|
href="{$baseurl}/edit_video.php?vid={$video.videoid}" class="">Edit</a></li>
|
||||||
<li><a role="menuitem" tabindex="-1"
|
<li><a role="menuitem" tabindex="-1"
|
||||||
href="{$baseurl}/watch_video.php?v={$video.videokey}"target="_blank">Watch</a>
|
href="{$baseurl}/watch_video.php?v={$video.videokey}"target="_blank">Watch</a>
|
||||||
{if $video.featured == yes}
|
{if $video.featured == yes}
|
||||||
|
|
Loading…
Add table
Reference in a new issue