]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/oauth_authorize.tpl
Merge branch 'friendica:2022.12-rc' into new_image_presentation
[friendica.git] / view / templates / oauth_authorize.tpl
index d7f1963d247c2fcc91de9355b24355354d3000c5..5f33c68d3527da88ff13022c51e3cee44fe22efb 100644 (file)
@@ -1,15 +1,11 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-<h1>{{$title}}</h1>
 
-<div class='oauthapp'>
-       <img src='{{$app.icon}}'>
-       <h4>{{$app.name}}</h4>
+<h2>{{$title}}</h2>
+
+<div class="oauthapp">
+{{if $app.icon}}<img src="{{$app.icon}}" alt="">{{/if}}
+       <h3>{{$app.name}}</h3>
 </div>
-<h3>{{$authorize}}</h3>
+<p>{{$authorize}}</p>
 <form method="POST">
-<div class="settings-submit-wrapper"><input  class="settings-submit"  type="submit" name="oauth_yes" value="{{$yes}}" /></div>
+<div class="settings-submit-wrapper"><input class="settings-submit" type="submit" name="oauth_yes" value="{{$yes}}" /></div>
 </form>