Initial commit
This commit is contained in:
10
app/plugins/bookmarks/views/components/folderPanelList.html
Normal file
10
app/plugins/bookmarks/views/components/folderPanelList.html
Normal file
@ -0,0 +1,10 @@
|
||||
{LOOP}
|
||||
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6 col-xs-6">
|
||||
{panel}
|
||||
</div>
|
||||
{/LOOP}
|
||||
{ALT}
|
||||
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6 col-xs-6">
|
||||
<p>no folders</p>
|
||||
</div>
|
||||
{/ALT}
|
Reference in New Issue
Block a user