aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-10 16:13:44 +0200
committermarijus <mario@mariovavti.com>2014-10-10 16:13:44 +0200
commitd5ceb33f6d3bd2cb3ee56de4b8f69e77f6f9cdea (patch)
tree64de611ff2dc6ee090406ff62b890755efcd0b50
parent92cc5673ccb9589361d0386876ef6df510188c0c (diff)
downloadvolse-hubzilla-d5ceb33f6d3bd2cb3ee56de4b8f69e77f6f9cdea.tar.gz
volse-hubzilla-d5ceb33f6d3bd2cb3ee56de4b8f69e77f6f9cdea.tar.bz2
volse-hubzilla-d5ceb33f6d3bd2cb3ee56de4b8f69e77f6f9cdea.zip
found more missing wrappers
-rwxr-xr-xview/tpl/profile_advanced.tpl2
-rwxr-xr-xview/tpl/profile_edit.tpl3
2 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl
index cbb078710..aa169e6c0 100755
--- a/view/tpl/profile_advanced.tpl
+++ b/view/tpl/profile_advanced.tpl
@@ -1,4 +1,4 @@
-<div id="profile-content-wrapper" class="generic-content-wrapper">
+<div id="profile-content-wrapper" class="generic-content-wrapper-styled">
<h2>{{$title}}</h2>
{{if $profile.canlike || $profile.like_count}}
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl
index b453b1cfa..535aa19dd 100755
--- a/view/tpl/profile_edit.tpl
+++ b/view/tpl/profile_edit.tpl
@@ -1,4 +1,4 @@
-{{if $is_default}}
+<div class="generic-content-wrapper-styled">{{if $is_default}}
<p id="profile-edit-default-desc">{{$default}}</p>
{{/if}}
@@ -363,4 +363,5 @@
</form>
</div>
+</div>