From df632c423252a19b41d3502412135309063b85fa Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Feb 2015 15:06:16 -0800 Subject: run ratingsearch on the server --- view/css/mod_prep.css | 12 ------------ view/css/mod_ratings.css | 12 ++++++++++++ view/pdl/mod_prep.pdl | 5 ----- view/pdl/mod_ratings.pdl | 5 +++++ view/tpl/xchan_vcard.tpl | 11 +---------- 5 files changed, 18 insertions(+), 27 deletions(-) delete mode 100644 view/css/mod_prep.css create mode 100644 view/css/mod_ratings.css delete mode 100644 view/pdl/mod_prep.pdl create mode 100644 view/pdl/mod_ratings.pdl (limited to 'view') diff --git a/view/css/mod_prep.css b/view/css/mod_prep.css deleted file mode 100644 index bb29086da..000000000 --- a/view/css/mod_prep.css +++ /dev/null @@ -1,12 +0,0 @@ -.contact-photo-wrapper { - float: left; - width: 120px; -} - -.prep-details { - float: left; -} - -.directory-item { - margin: 10px; -} \ No newline at end of file diff --git a/view/css/mod_ratings.css b/view/css/mod_ratings.css new file mode 100644 index 000000000..bb29086da --- /dev/null +++ b/view/css/mod_ratings.css @@ -0,0 +1,12 @@ +.contact-photo-wrapper { + float: left; + width: 120px; +} + +.prep-details { + float: left; +} + +.directory-item { + margin: 10px; +} \ No newline at end of file diff --git a/view/pdl/mod_prep.pdl b/view/pdl/mod_prep.pdl deleted file mode 100644 index 3d40386cd..000000000 --- a/view/pdl/mod_prep.pdl +++ /dev/null @@ -1,5 +0,0 @@ -[region=aside] -[widget=vcard][/widget] -[widget=suggestions][/widget] -[widget=findpeople][/widget] -[/region] diff --git a/view/pdl/mod_ratings.pdl b/view/pdl/mod_ratings.pdl new file mode 100644 index 000000000..3d40386cd --- /dev/null +++ b/view/pdl/mod_ratings.pdl @@ -0,0 +1,5 @@ +[region=aside] +[widget=vcard][/widget] +[widget=suggestions][/widget] +[widget=findpeople][/widget] +[/region] 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'}} - {{/if}} -- cgit v1.2.3