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.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.tpl')
-rwxr-xr-x | view/tpl/settings_oauth.tpl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl index 20e8f458f..5d77fe3ec 100755 --- a/view/tpl/settings_oauth.tpl +++ b/view/tpl/settings_oauth.tpl @@ -1,7 +1,9 @@ -<div class="generic-content-wrapper-styled"> -<h1>{{$title}}</h1> - +<div class="generic-content-wrapper"> +<div class="section-title-wrapper"> + <h1>{{$title}}</h1> +</div> +<div class="section-content-tools-wrapper"> <form action="settings/oauth" method="post" autocomplete="off"> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> @@ -31,3 +33,4 @@ </form> </div> +</div> |