aboutsummaryrefslogtreecommitdiff
path: root/views/default/core/friends/tablelistcountupdate.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-15 12:56:01 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-15 12:56:01 +0000
commita6eb3bf8d0f49e9b20fa8153ddca7b9d551f950d (patch)
treea435afa05cab8bf2ea5d7e4b785f018e695f1869 /views/default/core/friends/tablelistcountupdate.php
parent2165e929ddf954f02a589234b2e0faef7ef18df7 (diff)
downloadelgg-a6eb3bf8d0f49e9b20fa8153ddca7b9d551f950d.tar.gz
elgg-a6eb3bf8d0f49e9b20fa8153ddca7b9d551f950d.tar.bz2
moving friends views into core
git-svn-id: http://code.elgg.org/elgg/trunk@7633 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/core/friends/tablelistcountupdate.php')
-rw-r--r--views/default/core/friends/tablelistcountupdate.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/views/default/core/friends/tablelistcountupdate.php b/views/default/core/friends/tablelistcountupdate.php
new file mode 100644
index 000000000..8e2ab637d
--- /dev/null
+++ b/views/default/core/friends/tablelistcountupdate.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * Elgg friends picker count updater
+ * Updates the friends count on a collection
+ *
+ * @package Elgg
+ * @subpackage Core
+ *
+ * @uses $vars['count'] The count
+ * @uses $vars['friendspicker'] The friendspicker counter number
+ */
+
+?>
+
+<script language="text/javascript">
+ $("#friends_membership_count<?php echo $vars['friendspicker']; ?>").html("<?php echo $vars['count']; ?>");
+</script> \ No newline at end of file