add generic-content-wrapper and setction-content-wrapper to profile_edit.tpl

This commit is contained in:
Mario Vavti 2016-03-08 11:43:21 +01:00
parent 9debfa348a
commit f364343b55
2 changed files with 4 additions and 2 deletions

View File

@ -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}}

View File

@ -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>