]> git.mxchange.org Git - friendica.git/blobdiff - view/settings_oauth.tpl
quattro: in post display page, scroll to and flash selected comment
[friendica.git] / view / settings_oauth.tpl
index bc5866bec99ae7fc592bebb2d5c2b044afd6cca7..890c4ee6c85ce6e6b7d3cb273fcc26e6d1368359 100644 (file)
@@ -1,10 +1,9 @@
-$tabs
-
 <h1>$title</h1>
 
 
 <form action="settings/oauth" method="post" autocomplete="off">
-       
+<input type='hidden' name='form_security_token' value='$form_security_token'>
+
        <div id="profile-edit-links">
                <ul>
                        <li>
@@ -23,8 +22,8 @@ $tabs
                        {{ endif }}
                {{ endif }}
                {{ if $app.my }}
-               <a href="$baseurl/settings/oauth/edit/$app.client_id" class="icon edit" title="$edit">&nbsp;</a>
-               <a href="$baseurl/settings/oauth/delete/$app.client_id" class="icon drop" title="$delete">&nbsp;</a>
+               <a href="$baseurl/settings/oauth/edit/$app.client_id" class="icon s22 edit" title="$edit">&nbsp;</a>
+               <a href="$baseurl/settings/oauth/delete/$app.client_id?t=$form_security_token" class="icon s22 delete" title="$delete">&nbsp;</a>
                {{ endif }}             
        </div>
        {{ endfor }}