Fixed : video manager no videos alert

This commit is contained in:
Arslan Hassan 2012-07-18 22:09:32 +00:00
parent 98b6e537fc
commit 0d9b18904b

View file

@ -221,7 +221,7 @@ Manage all your videos here, change categories , delete and edit. Read more
</table>
</form>
{if !$profiles}
{if !$videos}
<div class="alert">{lang code='There are no videos....'}</div>
{/if}