mirror of
https://github.com/friendica/friendica
synced 2024-11-18 17:43:41 +00:00
Merge pull request #12092 from MrPetovan/bug/12090-contact-route
Replace remaining "follow" route instances to "contact/follow"
This commit is contained in:
commit
cf2b28fffd
4 changed files with 4 additions and 4 deletions
|
@ -128,7 +128,7 @@ class Introductions extends BaseNotifications
|
||||||
'$zrl' => $Introduction->getZrl(),
|
'$zrl' => $Introduction->getZrl(),
|
||||||
'$lbl_url' => $this->t('Profile URL'),
|
'$lbl_url' => $this->t('Profile URL'),
|
||||||
'$addr' => $Introduction->getAddr(),
|
'$addr' => $Introduction->getAddr(),
|
||||||
'$action' => 'follow',
|
'$action' => 'contact/follow',
|
||||||
'$approve' => $this->t('Approve'),
|
'$approve' => $this->t('Approve'),
|
||||||
'$note' => $Introduction->getNote(),
|
'$note' => $Introduction->getNote(),
|
||||||
'$ignore' => $this->t('Ignore'),
|
'$ignore' => $this->t('Ignore'),
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div id="follow-sidebar" class="widget">
|
<div id="follow-sidebar" class="widget">
|
||||||
<h3>{{$connect}}</h3>
|
<h3>{{$connect}}</h3>
|
||||||
<div id="connect-desc">{{$desc nofilter}}</div>
|
<div id="connect-desc">{{$desc nofilter}}</div>
|
||||||
<form action="follow" method="get">
|
<form action="contact/follow" method="get">
|
||||||
<input id="side-follow-url" type="text" name="url" value="{{$value}}" size="24" placeholder="{{$hint}}" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
|
<input id="side-follow-url" type="text" name="url" value="{{$value}}" size="24" placeholder="{{$hint}}" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div id="follow-sidebar" class="widget">
|
<div id="follow-sidebar" class="widget">
|
||||||
<h3>{{$connect}}</h3>
|
<h3>{{$connect}}</h3>
|
||||||
|
|
||||||
<form action="follow" method="get">
|
<form action="contact/follow" method="get">
|
||||||
{{* The input field - For visual consistence we are using a search input field*}}
|
{{* The input field - For visual consistence we are using a search input field*}}
|
||||||
<div class="form-group form-group-search">
|
<div class="form-group form-group-search">
|
||||||
<input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value}}" placeholder="{{$hint}}" data-toggle="tooltip" title="{{$hint}}" />
|
<input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value}}" placeholder="{{$hint}}" data-toggle="tooltip" title="{{$hint}}" />
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div id="follow-sidebar" class="widget">
|
<div id="follow-sidebar" class="widget">
|
||||||
<h3>{{$connect}}</h3>
|
<h3>{{$connect}}</h3>
|
||||||
<div id="connect-desc">{{$desc nofilter}}</div>
|
<div id="connect-desc">{{$desc nofilter}}</div>
|
||||||
<form action="follow" method="post">
|
<form action="contact/follow" method="post">
|
||||||
<input id="side-follow-url" type="text-sidebar" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
|
<input id="side-follow-url" type="text-sidebar" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue