updated: set error message add_group_videos.html
This commit is contained in:
parent
5d81be1419
commit
da5d712cfa
1 changed files with 6 additions and 4 deletions
|
@ -42,13 +42,15 @@
|
|||
{assign var='check_this' value=''}
|
||||
{/if}
|
||||
{include file="$style_dir/blocks/video.html" video=$video display_type='add_type'}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
<div class="col-md-1" style=" position: absolute; bottom: 224px; right: 182px;">
|
||||
<input type="submit" name="add_videos" id="add_videos" value="{lang code='grp_add_vdos'}" class="btn btn-primary btn-sm">
|
||||
</div>
|
||||
{else}
|
||||
<div align="center" style="font-weight:bold;;font-style:italic">{lang code='you_dont_have_any_videos'}</div>
|
||||
{/if}
|
||||
{else}
|
||||
<div class="col-md-7">
|
||||
<div align="center" style="font-weight:bold;font-style:italic">{lang code='you_dont_have_any_videos'}</div>
|
||||
</div>
|
||||
{/if}
|
||||
</form>
|
||||
<div class="clearfix"></div>
|
||||
<div class="Gpagination" style="margin-left: 620px">
|
||||
|
|
Loading…
Add table
Reference in a new issue