update templates

This commit is contained in:
Mario Vavti 2017-02-06 13:30:56 +01:00
parent 3d4f2d146e
commit 91bc8d473f
3 changed files with 46 additions and 39 deletions

View File

@ -1,6 +1,9 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
<h2>{{$banner}}</h2>
</div>
<div class="section-content-wrapper">
<form action="appman" method="post">
{{if $guid}}
<input type="hidden" name="guid" value="{{$guid}}" />
@ -33,4 +36,5 @@
<input type="submit" name="submit" value="{{$submit}}" />
</form>
</div>
</div>

View File

@ -1,8 +1,11 @@
<div class="generic-content-wrapper-styled">
<h3>{{$title}}{{$cat}}</h3>
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
<h2>{{$title}}{{$cat}}</h2>
</div>
<div class="section-content-wrapper">
{{foreach $apps as $ap}}
{{$ap}}
{{/foreach}}
<div class="clear"></div>
</div>
</div>

View File

@ -122,7 +122,7 @@
{{if $nav.intros}}
<li class="{{$sel.intros}} intro-button" style="display: none;">
<a class="{{$nav.intros.2}}" href="{{$nav.intros.0}}" title="{{$nav.intros.3}}" id="{{$nav.intros.4}}" data-toggle="dropdown" rel="#nav-intros-menu">
<i class="fa fa-fw fa-user"></i>
<i class="fa fa-fw fa-users"></i>
<span class="intro-update badge"></span>
</a>
<ul id="nav-intros-menu" class="dropdown-menu" rel="intros">