v1.11.0 updates
bugfixes Rating functionality correction Apply fixes from StyleCI Due date client panel correction
This commit is contained in:

committed by
Manish Verma

parent
f5727554e1
commit
4752081caf
@@ -66,12 +66,6 @@ class="nav-link active"
|
||||
<div class="card card-light card-outline">
|
||||
|
||||
<div class="card-body box-profile">
|
||||
|
||||
<div class="text-center">
|
||||
|
||||
<img id="org_img" src="{{asset("lb-faveo/media/images/org.png")}}" alt="Org Image" class="profile-user-img img-fluid img-circle">
|
||||
</div>
|
||||
|
||||
<h3 class="profile-username text-center has-tooltip" title="{{$orgs->name}}">{{str_limit($orgs->name,15)}}</h3>
|
||||
|
||||
<p class="text-muted text-center">Organization</p>
|
||||
|
@@ -237,6 +237,7 @@ class="active"
|
||||
<form action="{!! route('help.topic.pdf') !!}" method="POST" id="form_pdf">
|
||||
<input type="hidden" name="pdf_form" value="" id="pdf_form">
|
||||
<input type="hidden" name="pdf_form_help_topic" value="" id="pdf_form_help_topic">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}" />
|
||||
<input type="submit" style="display:none;">
|
||||
</form>
|
||||
|
||||
|
@@ -65,9 +65,9 @@
|
||||
<tbody>
|
||||
<?php
|
||||
//dd($table_datas[1]);
|
||||
$table_open = '';
|
||||
$table_closed = '';
|
||||
$table_reopened = '';
|
||||
$table_open = 0;
|
||||
$table_closed = 0;
|
||||
$table_reopened = 0;
|
||||
foreach ($table_datas as $table_data) {
|
||||
echo '<tr>';
|
||||
echo '<td>' . $table_data->date . '</td>';
|
||||
|
Reference in New Issue
Block a user