diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-18 16:53:04 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-18 16:53:04 +0100 |
commit | fe392a3144f2c2e81e0451b1e6629136a60a7acd (patch) | |
tree | f19860cf935189fd701b86f6e5e3edf58414fbf3 /view/tpl/settings_oauth_edit.tpl | |
parent | eeed7077ca699256df05184abfce1177358b524c (diff) | |
download | volse-hubzilla-fe392a3144f2c2e81e0451b1e6629136a60a7acd.tar.gz volse-hubzilla-fe392a3144f2c2e81e0451b1e6629136a60a7acd.tar.bz2 volse-hubzilla-fe392a3144f2c2e81e0451b1e6629136a60a7acd.zip |
Removed export temporary from UNO. Removed 'Remove Channel' from UNO, cause a UNO member has only 1 channel, so it's logical to remove the acccount (by experience on UNO hub). Styling oauth settings.
Diffstat (limited to 'view/tpl/settings_oauth_edit.tpl')
-rwxr-xr-x | view/tpl/settings_oauth_edit.tpl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/view/tpl/settings_oauth_edit.tpl b/view/tpl/settings_oauth_edit.tpl index bf805363c..417378cb9 100755 --- a/view/tpl/settings_oauth_edit.tpl +++ b/view/tpl/settings_oauth_edit.tpl @@ -1,5 +1,8 @@ -<h1>{{$title}}</h1> - +<div class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <h1>{{$title}}</h1> + </div> +<div class="section-content-tools-wrapper"> <form method="POST"> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> @@ -15,3 +18,5 @@ </div> </form> +</div> +</div> |