multiple bug fixes including sender ID filtering
This commit is contained in:
@@ -74,10 +74,11 @@
|
||||
<div class="col-md-6" style="overflow:hidden;">
|
||||
<span class="sparkline_one" style="height: 160px; padding: 10px 25px;">
|
||||
<blockquote id="dailyQuoteBlock">
|
||||
Carry out a random act of kindness, with no expectation of reward, safe in the knowledge that one day someone might do the same for you.
|
||||
{{ $main_quote->quote }}
|
||||
</blockquote>
|
||||
<p id="">{{ $main_quote->author }}</p>
|
||||
</span>
|
||||
<h4 style="margin:18px" class="blue">Sam Message of the Day </h4>
|
||||
<h4 style="margin:18px" class="blue">Message of the Day </h4>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -151,7 +152,7 @@
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<div class="dashboard-widget-content">
|
||||
<ul class="list-unstyled timeline widget">
|
||||
<ul class="list-unstyled timeline widget" style="height: 450px; overflow: scroll;">
|
||||
@if($user_activities->isEmpty() == false)
|
||||
@foreach($user_activities as $userrow)
|
||||
<li>
|
||||
@@ -183,7 +184,7 @@
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<ul class="list-unstyled top_profiles scroll-view">
|
||||
<ul class="list-unstyled top_profiles scroll-view" style="height: 450px; overflow: scroll;">
|
||||
@foreach($upcoming_hodidays as $holiday_row)
|
||||
<li class="media event">
|
||||
<a class="pull-left border-aero profile_thumb">
|
||||
@@ -210,7 +211,7 @@
|
||||
<h2 class="blue">Upcoming Birthdays</h2>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<ul class="list-unstyled top_profiles scroll-view">
|
||||
<ul class="list-unstyled top_profiles scroll-view" style="height: 450px; overflow: scroll;">
|
||||
@foreach($upcoming_birthdays as $dobrow)
|
||||
<li class="media event">
|
||||
<a class="pull-left border-aero profile_thumb">
|
||||
|
||||
Reference in New Issue
Block a user