diff --git a/index.php b/index.php index 17258fd0ab..bf4ee378af 100644 --- a/index.php +++ b/index.php @@ -65,7 +65,7 @@ if(!$install) { if ($processlist["amount"] > $max_processes) { logger("Processcheck: Maximum number of processes for frontend tasks (".$max_processes.") reached.", LOGGER_DEBUG); - return; + system_unavailable(); } } diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 11f85ae93f..00d49b8a61 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -929,6 +929,28 @@ aside .vcard #wallmessage-link { width: 100%; } +aside #peoplefind-sidebar input, +aside #follow-sidebar input { + height: 30px; + background-position: 10px 5px; +} +aside #peoplefind-sidebar .form-group-search .form-button-search, +aside #follow-sidebar .form-group-search .form-button-search { + padding: 2px 8px; +} + +aside #group-sidebar .group-edit-tool { + opacity: 0.1; + transition: all 0.25s ease-in-out; +} +aside #group-sidebar .sidebar-group-li:hover .group-edit-tool { + opacity: 0.8; + transition: all 0.25s ease-in-out; +} +aside #group-sidebar .sidebar-group-li .group-edit-tool:hover { + opacity: 1; +} + /* contact block widget */ #contact-block .contact-block-content { clear: both; @@ -1627,7 +1649,7 @@ ul.dropdown-menu li:hover { .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper, .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper, .events-content-wrapper, .message-content-wrapper, .apps-content-wrapper, -.notifications-content-wrapper, .admin-content-wrapper { +.notifications-content-wrapper, .admin-content-wrapper, .group-content-wrapper { min-height: calc(100vh - 150px); padding: 15px; padding-bottom: 20px; diff --git a/view/theme/frio/js/hovercard.js b/view/theme/frio/js/hovercard.js index 518505c5ab..6e2a827cd6 100644 --- a/view/theme/frio/js/hovercard.js +++ b/view/theme/frio/js/hovercard.js @@ -86,7 +86,7 @@ $(document).ready(function(){ } } }, 500); - }).on("mouseleave", ".userinfo", function(e) { // action when mouse leaves the hover-card + }).on("mouseleave", ".userinfo, .wall-item-responses a, .wall-item-bottom .mention a", function(e) { // action when mouse leaves the hover-card var timeNow = new Date().getTime(); // copy the original title to the title atribute var title = $(this).attr("data-orig-title"); diff --git a/view/theme/frio/templates/follow.tpl b/view/theme/frio/templates/follow.tpl new file mode 100644 index 0000000000..a35bcb2131 --- /dev/null +++ b/view/theme/frio/templates/follow.tpl @@ -0,0 +1,14 @@ + +
+

{{$connect}}

+ +
{{$desc}}
{{* The description *}} +
+ {{* The input field - For visual consistence we are using a search input field*}} + +
+
+ diff --git a/view/theme/frio/templates/group_side.tpl b/view/theme/frio/templates/group_side.tpl new file mode 100644 index 0000000000..682da5e118 --- /dev/null +++ b/view/theme/frio/templates/group_side.tpl @@ -0,0 +1,49 @@ +
+

{{$title}}

+ + + + {{if $newgroup}} + + {{else}} + + {{/if}} + + {{if $ungrouped}}{{/if}} +
diff --git a/view/theme/frio/templates/peoplefind.tpl b/view/theme/frio/templates/peoplefind.tpl new file mode 100644 index 0000000000..6b31c92ada --- /dev/null +++ b/view/theme/frio/templates/peoplefind.tpl @@ -0,0 +1,23 @@ + +
+

{{$findpeople}}

+ +
{{$desc}}
{{* The description *}} + +
+ {{* The search field *}} + +
+ + {{* Additional links *}} + + + + {{if $inv}} + + {{/if}} +
+