From c2e2d3ae222a55086bed95d897c6e8c50b066c37 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 25 Mar 2010 22:00:44 +0000 Subject: Converting all line endings to unix style. git-svn-id: http://code.elgg.org/elgg/trunk@5512 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/annotatelike.php | 20 ++++---- views/default/annotation/likes.php | 78 +++++++++++++++---------------- views/foaf/search/entity_list.php | 28 +++++------ views/opendd/search/entity_list.php | 24 +++++----- views/rss/search/entity_list.php | 26 +++++------ 5 files changed, 88 insertions(+), 88 deletions(-) (limited to 'views') diff --git a/views/default/annotation/annotatelike.php b/views/default/annotation/annotatelike.php index 7c7b1887a..08bac55ae 100644 --- a/views/default/annotation/annotatelike.php +++ b/views/default/annotation/annotatelike.php @@ -1,11 +1,11 @@ -subject_guid); -$object = get_entity($vars['item']->object_guid); -$url = $object->getURL(); -$title = $object->title; - -$string = "getURL()}\">{$performed_by->name} "; -$string .= elgg_echo("likes:river:annotate") . " getURL()}\">" . $title . " " . friendly_time($object->time_created); - +subject_guid); +$object = get_entity($vars['item']->object_guid); +$url = $object->getURL(); +$title = $object->title; + +$string = "getURL()}\">{$performed_by->name} "; +$string .= elgg_echo("likes:river:annotate") . " getURL()}\">" . $title . " " . friendly_time($object->time_created); + echo $string; \ No newline at end of file diff --git a/views/default/annotation/likes.php b/views/default/annotation/likes.php index 8b3505482..4cf27e82b 100644 --- a/views/default/annotation/likes.php +++ b/views/default/annotation/likes.php @@ -1,40 +1,40 @@ -owner_guid); - -?> -
-
- $owner, - 'size' => 'tiny' - )); - ?> -
- -
- canEdit()) { - ?> - - $vars['url'] . "action/likes/delete?annotation_id=" . $vars['annotation']->id, - 'text' => elgg_echo('remove'), - 'confirm' => elgg_echo('deleteconfirm') - )); - ?> - - -

- name; ?> " . friendly_time($vars['annotation']->time_created) . ""; ?> -

-
+owner_guid); + +?> +
+
+ $owner, + 'size' => 'tiny' + )); + ?> +
+ +
+ canEdit()) { + ?> + + $vars['url'] . "action/likes/delete?annotation_id=" . $vars['annotation']->id, + 'text' => elgg_echo('remove'), + 'confirm' => elgg_echo('deleteconfirm') + )); + ?> + + +

+ name; ?> " . friendly_time($vars['annotation']->time_created) . ""; ?> +

+
\ No newline at end of file diff --git a/views/foaf/search/entity_list.php b/views/foaf/search/entity_list.php index 984efe750..9a88f600a 100644 --- a/views/foaf/search/entity_list.php +++ b/views/foaf/search/entity_list.php @@ -1,15 +1,15 @@ - 0) { - foreach($entities as $entity) { - echo elgg_view_entity($entity); - } + 0) { + foreach($entities as $entity) { + echo elgg_view_entity($entity); + } } \ No newline at end of file diff --git a/views/opendd/search/entity_list.php b/views/opendd/search/entity_list.php index 3ea06f40f..40b7cc840 100644 --- a/views/opendd/search/entity_list.php +++ b/views/opendd/search/entity_list.php @@ -1,13 +1,13 @@ - 0) { - foreach($entities as $entity) { - echo elgg_view_entity($entity); - } + 0) { + foreach($entities as $entity) { + echo elgg_view_entity($entity); + } } \ No newline at end of file diff --git a/views/rss/search/entity_list.php b/views/rss/search/entity_list.php index 05e90904f..72c0676ec 100644 --- a/views/rss/search/entity_list.php +++ b/views/rss/search/entity_list.php @@ -1,14 +1,14 @@ - 0) { - foreach($entities as $entity) { - echo elgg_view_entity($entity); - } + 0) { + foreach($entities as $entity) { + echo elgg_view_entity($entity); + } } \ No newline at end of file -- cgit v1.2.3