aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-08 11:43:21 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-08 11:43:21 +0100
commitf364343b554507e7ae309d48e7dbd2875d95c75d (patch)
tree897a6ae00f08e34da9237587c450c7da49c21d16 /view
parent9debfa348aada8ad32a16cbba4f96cc8f4b0ac37 (diff)
downloadvolse-hubzilla-f364343b554507e7ae309d48e7dbd2875d95c75d.tar.gz
volse-hubzilla-f364343b554507e7ae309d48e7dbd2875d95c75d.tar.bz2
volse-hubzilla-f364343b554507e7ae309d48e7dbd2875d95c75d.zip
add generic-content-wrapper and setction-content-wrapper to profile_edit.tpl
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/profile_advanced.tpl2
-rwxr-xr-xview/tpl/profile_edit.tpl4
2 files changed, 4 insertions, 2 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl
index a724c41bb..273778ae8 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="" class="generic-content-wrapper">
<div class="section-title-wrapper">
<div class="pull-right dropdown">
{{if $profile.like_count}}
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl
index 1eb1ae271..26da4ebc9 100755
--- a/view/tpl/profile_edit.tpl
+++ b/view/tpl/profile_edit.tpl
@@ -1,7 +1,8 @@
-<div class="generic-content-wrapper-styled">
+<div class="generic-content-wrapper">
<div class="section-title-wrapper"><h2>{{$banner}}</h2></div>
+<div class="section-content-wrapper">
<form id="profile-edit-form" name="form1" action="profiles/{{$profile_id}}" enctype="multipart/form-data" method="post" >
<div id="profile-edit-links">
@@ -369,4 +370,5 @@
</form>
</div>
</div>
+</div>