mirror of
https://github.com/friendica/friendica
synced 2024-11-13 02:22:53 +00:00
Merge pull request #6302 from annando/issue-6300
Isse 6300: And again templates ...
This commit is contained in:
commit
92214b8867
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
<input type="hidden" name="intro_id" value="{{$intro_id}}" >
|
<input type="hidden" name="intro_id" value="{{$intro_id}}" >
|
||||||
<input type="hidden" name="contact_id" value="{{$contact_id}}" >
|
<input type="hidden" name="contact_id" value="{{$contact_id}}" >
|
||||||
|
|
||||||
{{$dfrn_text}}
|
{{$dfrn_text nofilter}}
|
||||||
|
|
||||||
<input class="intro-submit-approve" type="submit" name="submit" value="{{$approve}}" />
|
<input class="intro-submit-approve" type="submit" name="submit" value="{{$approve}}" />
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
<input type="hidden" name="contact_id" value="{{$contact_id}}" >
|
<input type="hidden" name="contact_id" value="{{$contact_id}}" >
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{$dfrn_text}}
|
{{$dfrn_text nofilter}}
|
||||||
|
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<button class="btn btn-primary intro-submit-approve" type="submit" name="submit" value="{{$approve}}">{{$approve}}</button>
|
<button class="btn btn-primary intro-submit-approve" type="submit" name="submit" value="{{$approve}}">{{$approve}}</button>
|
||||||
|
|
Loading…
Reference in a new issue