diff options
author | friendica <info@friendica.com> | 2013-05-08 21:31:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-08 21:31:15 -0700 |
commit | 735140e8d9f86c5ee0cbc29b50129e1abb73a647 (patch) | |
tree | 60b09d1f96dabfc4175845eeee7142f17af9791f /view/tpl/peoplefind.tpl | |
parent | cb0a90d6281a0fef998bfa342612fe47f91a2099 (diff) | |
parent | cdcbe9772423d5373f6d0d4aa33700446a989340 (diff) | |
download | volse-hubzilla-735140e8d9f86c5ee0cbc29b50129e1abb73a647.tar.gz volse-hubzilla-735140e8d9f86c5ee0cbc29b50129e1abb73a647.tar.bz2 volse-hubzilla-735140e8d9f86c5ee0cbc29b50129e1abb73a647.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-x[-rw-r--r--] | view/tpl/peoplefind.tpl | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 7f8f22b2a..3a51bb0a8 100644..100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -1,14 +1,19 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} <div id="peoplefind-sidebar" class="widget"> - <h3>$findpeople</h3> - <div id="peoplefind-desc">$desc</div> + <h3>{{$findpeople}}</h3> + <div id="peoplefind-desc">{{$desc}}</div> <form action="dirfind" method="post" /> - <input id="side-peoplefind-url" type="text" name="search" size="24" title="$hint" /><input id="side-peoplefind-submit" type="submit" name="submit" value="$findthem" /> + <input id="side-peoplefind-url" type="text" name="search" size="24" title="{{$hint}}" /><input id="side-peoplefind-submit" type="submit" name="submit" value="{{$findthem}}" /> </form> - <div class="side-link" id="side-match-link"><a href="match" >$similar</a></div> - <div class="side-link" id="side-suggest-link"><a href="suggest" >$suggest</a></div> - <div class="side-link" id="side-random-profile-link" ><a href="randprof" >$random</a></div> - {{ if $inv }} - <div class="side-link" id="side-invite-link" ><a href="invite" >$inv</a></div> - {{ endif }} + <div class="side-link" id="side-match-link"><a href="match" >{{$similar}}</a></div> + <div class="side-link" id="side-suggest-link"><a href="suggest" >{{$suggest}}</a></div> + <div class="side-link" id="side-random-profile-link" ><a href="randprof" >{{$random}}</a></div> + {{if $inv}} + <div class="side-link" id="side-invite-link" ><a href="invite" >{{$inv}}</a></div> + {{/if}} </div> |