The follow confirmation process is now separated between DFRN and the rest
This commit is contained in:
parent
b29cacbbdb
commit
5da3e17a12
6 changed files with 259 additions and 229 deletions
|
@ -52,7 +52,7 @@
|
|||
<div id="intro-approve-wrapper-{{$intro_id}}" style="display: none;">
|
||||
|
||||
<h3 class="heading">{{$fullname}}{{if $addr}} ({{$addr}}){{/if}}</h3>
|
||||
<form class="intro-approve-form" {{if $request}}action="{{$request}}" method="get"{{else}}action="dfrn_confirm" method="post"{{/if}}>
|
||||
<form class="intro-approve-form" {{if $request}}action="{{$request}}" method="get"{{else}}action="{{$action}}" method="post"{{/if}}>
|
||||
{{include file="field_checkbox.tpl" field=$hidden}}
|
||||
{{if $type != "friend_suggestion"}}
|
||||
<input type="hidden" name="dfrn_id" value="{{$dfrn_id}}" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue