From 07e747ed0e09f1ab1226855a870de0c8c3c32341 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 16 Dec 2014 17:29:16 -0800 Subject: add divmore to directory entries --- mod/directory.php | 3 ++- view/js/main.js | 2 +- view/tpl/direntry.tpl | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mod/directory.php b/mod/directory.php index 85c2d4c84..98d81f947 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -309,8 +309,9 @@ function directory_content(&$a) { killme(); } else { + $maxheight = 175; - $o .= ""; + $o .= ""; $o .= replace_macros($tpl, array( '$search' => $search, '$desc' => t('Find'), diff --git a/view/js/main.js b/view/js/main.js index 4700f79ca..57fdb6c88 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -592,7 +592,7 @@ function updateConvItems(mode,data) { function collapseHeight() { - $(".wall-item-body").each(function() { + $(".wall-item-body, .directory-item").each(function() { if($(this).height() > divmore_height + 10) { if(! $(this).hasClass('divmore')) { $(this).divgrow({ initialHeight: divmore_height, moreText: aStr['divgrowmore'], lessText: aStr['divgrowless'], showBrackets: false }); diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index cdc6f1f97..e77744e00 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -1,4 +1,4 @@ -
+
-- cgit v1.2.3