More content wrappers.

This commit is contained in:
Thomas Willingham 2013-09-08 03:15:01 +01:00
parent fe5f470c62
commit b88f60b51f
6 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper">
<h1>{{$ptitle}}</h1> <h1>{{$ptitle}}</h1>
{{$nickname_block}} {{$nickname_block}}
@ -125,3 +126,4 @@
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" /> <input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />
</div> </div>
</div>

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper">
<h1>{{$title}}</h1> <h1>{{$title}}</h1>
@ -24,5 +25,4 @@
{{$account_settings}} {{$account_settings}}
</div>

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper">
<h1>{{$title}}</h1> <h1>{{$title}}</h1>
@ -8,3 +9,4 @@
</form> </form>
</div>

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper">
<h1>{{$ptitle}}</h1> <h1>{{$ptitle}}</h1>
<form action="settings/display" id="settings-form" method="post" autocomplete="off" > <form action="settings/display" id="settings-form" method="post" autocomplete="off" >
@ -20,3 +21,4 @@
{{/if}} {{/if}}
</form> </form>
</div>

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper">
<h1>{{$title}}</h1> <h1>{{$title}}</h1>
@ -18,3 +19,4 @@
</form> </form>
</div>

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper">
<h1>{{$title}}</h1> <h1>{{$title}}</h1>
@ -29,3 +30,4 @@
{{/foreach}} {{/foreach}}
</form> </form>
</div>