aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-06 13:30:56 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-06 13:30:56 +0100
commit91bc8d473f40c57d8c35d06f405aaa6518ee54e3 (patch)
tree9064b3dc3bbf478e212548f682b1be99000019dd
parent3d4f2d146eaffe303ed10c173b9ef8e023c2af4a (diff)
downloadvolse-hubzilla-91bc8d473f40c57d8c35d06f405aaa6518ee54e3.tar.gz
volse-hubzilla-91bc8d473f40c57d8c35d06f405aaa6518ee54e3.tar.bz2
volse-hubzilla-91bc8d473f40c57d8c35d06f405aaa6518ee54e3.zip
update templates
-rw-r--r--view/tpl/app_create.tpl76
-rwxr-xr-xview/tpl/myapps.tpl17
-rwxr-xr-xview/tpl/nav.tpl2
3 files changed, 51 insertions, 44 deletions
diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl
index 32ab7fd4c..7a0521436 100644
--- a/view/tpl/app_create.tpl
+++ b/view/tpl/app_create.tpl
@@ -1,36 +1,40 @@
-<h2>{{$banner}}</h2>
-
-
-<form action="appman" method="post">
-{{if $guid}}
-<input type="hidden" name="guid" value="{{$guid}}" />
-{{/if}}
-{{if $author}}
-<input type="hidden" name="author" value="{{$author}}" />
-{{/if}}
-{{if $addr}}
-<input type="hidden" name="addr" value="{{$addr}}" />
-{{/if}}
-
-<input type="hidden" name="requires" value="{{$requires}}" />
-<input type="hidden" name="system" value="{{$system}}" />
-<input type="hidden" name="plugin" value="{{$plugin}}" />
-
-
-{{include file="field_input.tpl" field=$name}}
-{{include file="field_input.tpl" field=$categories}}
-{{include file="field_input.tpl" field=$url}}
-{{include file="field_textarea.tpl" field=$desc}}
-{{include file="field_input.tpl" field=$photo}}
-{{include file="field_input.tpl" field=$version}}
-{{include file="field_input.tpl" field=$price}}
-{{include file="field_input.tpl" field=$page}}
-
-{{if $embed}}
-{{include file="field_textarea.tpl" field=$embed}}
-{{/if}}
-
-<input type="submit" name="submit" value="{{$submit}}" />
-
-</form>
-
+<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}}" />
+ {{/if}}
+ {{if $author}}
+ <input type="hidden" name="author" value="{{$author}}" />
+ {{/if}}
+ {{if $addr}}
+ <input type="hidden" name="addr" value="{{$addr}}" />
+ {{/if}}
+
+ <input type="hidden" name="requires" value="{{$requires}}" />
+ <input type="hidden" name="system" value="{{$system}}" />
+ <input type="hidden" name="plugin" value="{{$plugin}}" />
+
+
+ {{include file="field_input.tpl" field=$name}}
+ {{include file="field_input.tpl" field=$categories}}
+ {{include file="field_input.tpl" field=$url}}
+ {{include file="field_textarea.tpl" field=$desc}}
+ {{include file="field_input.tpl" field=$photo}}
+ {{include file="field_input.tpl" field=$version}}
+ {{include file="field_input.tpl" field=$price}}
+ {{include file="field_input.tpl" field=$page}}
+
+ {{if $embed}}
+ {{include file="field_textarea.tpl" field=$embed}}
+ {{/if}}
+
+ <input type="submit" name="submit" value="{{$submit}}" />
+
+ </form>
+ </div>
+</div>
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl
index c654993b7..074965985 100755
--- a/view/tpl/myapps.tpl
+++ b/view/tpl/myapps.tpl
@@ -1,8 +1,11 @@
-<div class="generic-content-wrapper-styled">
-<h3>{{$title}}{{$cat}}</h3>
-
-{{foreach $apps as $ap}}
-{{$ap}}
-{{/foreach}}
-<div class="clear"></div>
+<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>
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 8f8165ba1..6d21d3f1e 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -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">