]> git.mxchange.org Git - friendica.git/blobdiff - view/settings_oauth.tpl
The "vier"-theme is now working again. But there is still work needed
[friendica.git] / view / settings_oauth.tpl
old mode 100644 (file)
new mode 100755 (executable)
index bc5866b..da1398a
@@ -4,7 +4,8 @@ $tabs
 
 
 <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 +24,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 }}