diff options
author | friendica <info@friendica.com> | 2015-02-03 15:06:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 15:06:16 -0800 |
commit | df632c423252a19b41d3502412135309063b85fa (patch) | |
tree | 29bab49ddb2cdb26af128e97922d7b86c30c0826 /view | |
parent | 448af7458f096be07fc5173e234c7e6d2d20a50a (diff) | |
download | volse-hubzilla-df632c423252a19b41d3502412135309063b85fa.tar.gz volse-hubzilla-df632c423252a19b41d3502412135309063b85fa.tar.bz2 volse-hubzilla-df632c423252a19b41d3502412135309063b85fa.zip |
run ratingsearch on the server
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_ratings.css (renamed from view/css/mod_prep.css) | 0 | ||||
-rw-r--r-- | view/pdl/mod_ratings.pdl (renamed from view/pdl/mod_prep.pdl) | 0 | ||||
-rwxr-xr-x | view/tpl/xchan_vcard.tpl | 11 |
3 files changed, 1 insertions, 10 deletions
diff --git a/view/css/mod_prep.css b/view/css/mod_ratings.css index bb29086da..bb29086da 100644 --- a/view/css/mod_prep.css +++ b/view/css/mod_ratings.css diff --git a/view/pdl/mod_prep.pdl b/view/pdl/mod_ratings.pdl index 3d40386cd..3d40386cd 100644 --- a/view/pdl/mod_prep.pdl +++ b/view/pdl/mod_ratings.pdl diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl index b72250bec..ca0fe76be 100755 --- a/view/tpl/xchan_vcard.tpl +++ b/view/tpl/xchan_vcard.tpl @@ -5,16 +5,7 @@ {{if $mode != 'mail'}} -<div id="profile-extra-links"> -<ul> {{if $connect}} - <li><a id="follow-link" href="follow?f=&url={{$follow}}">{{$connect}}</a></li> + <a href="follow?f=&url={{$follow}}" class="rconnect"><i class="icon-plus connect-icon"></i> {{$connect}}</a> {{/if}} -{{if $newwin}} - <li><a id="visit-chan-link" href="{{$url}}" title="{{$newtit}}" target="_blank" >{{$newwin}}</a></li> -{{/if}} -</ul> - - -</div> {{/if}} |