Merge branch 'bootstrap' of github.com:MPOS/php-mpos into bootstrap

This commit is contained in:
Sebastian Grewe 2014-03-01 21:03:44 +01:00
commit e6031dec53

12
public/templates/bootstrap/admin/news/default.tpl Normal file → Executable file
View File

@ -35,13 +35,6 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-12">
<div class="panel panel-info">
<div class="panel-heading">
<i class="fa fa-edit fa-fw"></i> Previous News
</div>
<div class="panel-body">
<div class="row">
{nocache} {nocache}
{section name=news loop=$NEWS} {section name=news loop=$NEWS}
<div class="col-lg-12"> <div class="col-lg-12">
@ -65,8 +58,3 @@
</div> </div>
{/section} {/section}
{/nocache} {/nocache}
</div>
</div>
</div>
</div>