diff options
-rwxr-xr-x | view/tpl/settings.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/settings_account.tpl | 4 | ||||
-rwxr-xr-x | view/tpl/settings_addons.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/settings_display.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/settings_features.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/settings_oauth.tpl | 2 |
6 files changed, 12 insertions, 2 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 0471546a6..f50e5dd74 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h1>{{$ptitle}}</h1> {{$nickname_block}} @@ -125,3 +126,4 @@ <input type="submit" name="submit" class="settings-submit" value="{{$submit}}" /> </div> +</div> diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index 198ac9565..fcddb3f86 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h1>{{$title}}</h1> @@ -24,5 +25,4 @@ {{$account_settings}} - - +</div> diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index cad6a2274..3e447cd0a 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h1>{{$title}}</h1> @@ -8,3 +9,4 @@ </form> +</div> diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 2645ce740..ddd3ca56d 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h1>{{$ptitle}}</h1> <form action="settings/display" id="settings-form" method="post" autocomplete="off" > @@ -20,3 +21,4 @@ {{/if}} </form> +</div> diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl index 47d755ee6..31371e0af 100755 --- a/view/tpl/settings_features.tpl +++ b/view/tpl/settings_features.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h1>{{$title}}</h1> @@ -18,3 +19,4 @@ </form> +</div> diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl index 11c61a43e..fa1d0946f 100755 --- a/view/tpl/settings_oauth.tpl +++ b/view/tpl/settings_oauth.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h1>{{$title}}</h1> @@ -29,3 +30,4 @@ {{/foreach}} </form> +</div> |