Update v1.0.6.10

This commit is contained in:
sujitprasad
2016-04-01 13:11:01 +05:30
parent 6a4bff0510
commit 8f91ff23db
5 changed files with 28 additions and 32 deletions

View File

@@ -52,7 +52,7 @@ foreach ($depts as $dept) {
<strong> Daily Report</strong>
</p>
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 12px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px;">
<strong>Hi {!! $name !!},</strong> <br> Below mentioned are your daily report for your {!! $company !!}.
<strong>Hi {!! $name !!},</strong> <br> Below mentioned is daily report for {!! $company !!}.
</p>
<!-- End Main Text (introduction) -->
</td>
@@ -129,9 +129,7 @@ foreach ($depts as $dept) {
<tr>
<td style="padding: " colspan="2" bgcolor="#FFFFFF">
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 11px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px;">
We should all work hard to guarantee that all tickets are being addressed in a timely manner. 
</p>
We should all work hard to guarantee that all tickets are being addressed in a timely manner.</p>
<p style="padding: 15px 30px 20px 50px; margin: 0; font-size: 16px; color: #333; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: left;">
Thank You,<br/> Kind Regards,<br/>{!! $company !!}
@@ -139,7 +137,7 @@ foreach ($depts as $dept) {
<!-- Main Text -->
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 16px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px; text-align: center; color: #3AB4FF;">
<strong> Powered by Faveo</strong>
<strong>Powered by <a href="http://www.faveohelpdesk.com" target="_blank">Faveo</a></strong>
</p>
</td>

View File

@@ -52,7 +52,7 @@ $dept = App\Model\helpdesk\Agent\Department::where('id','=',$user->primary_dpt)-
<strong> Daily Report</strong>
</p>
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 12px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px;">
<strong>Hi {!! $name !!},</strong> <br> Below mentioned are your daily report for your {!! $company !!}.
<strong>Hi {!! $name !!},</strong> <br> Below mentioned is daily report for {!! $company !!}.
</p>
<!-- End Main Text (introduction) -->
</td>
@@ -107,8 +107,7 @@ $dept = App\Model\helpdesk\Agent\Department::where('id','=',$user->primary_dpt)-
<tr>
<td style="padding: " colspan="2" bgcolor="#FFFFFF">
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 11px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px;">
We should all work hard to guarantee that all tickets are being addressed in a timely manner. 
We should all work hard to guarantee that all tickets are being addressed in a timely manner.
</p>
<p style="padding: 15px 30px 20px 50px; margin: 0; font-size: 16px; color: #333; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: left;">
@@ -117,7 +116,7 @@ $dept = App\Model\helpdesk\Agent\Department::where('id','=',$user->primary_dpt)-
<!-- Main Text -->
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 16px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px; text-align: center; color: #3AB4FF;">
<strong> Powered by Faveo</strong>
<strong>Powered by <a href="http://www.faveohelpdesk.com" target="_blank">Faveo</a></strong>
</p>
</td>

View File

@@ -193,7 +193,7 @@ foreach ($depts as $dept) {
</tr>
<tr>
<td style="font-family: Helvetica, arial, sans-serif; font-size: 14px; line-height:24px; color: #666666;" st-conteent="2colcontent1">
Below mentioned are your daily reportfor your {!! $company !!}.
Below mentioned is daily report for {!! $company !!}.
</td>
</tr>
</tbody>
@@ -562,9 +562,7 @@ foreach ($depts as $dept) {
<tr>
<td style="padding: " colspan="2" bgcolor="#FFFFFF">
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 11px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px;">
We should all work hard to guarantee that all tickets are being addressed in a timely manner. 
</p>
We should all work hard to guarantee that all tickets are being addressed in a timely manner.</p>
<p style="padding: 15px 30px 20px 50px; margin: 0; font-size: 16px; color: #333; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: left;">
Thank You,<br/> Kind Regards,<br/>{!! $company !!}
@@ -572,7 +570,7 @@ foreach ($depts as $dept) {
<!-- Main Text -->
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 16px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px; text-align: center; color: #3AB4FF;">
<strong> Powered by Faveo</strong>
<strong>Powered by <a href="http://www.faveohelpdesk.com" target="_blank">Faveo</a></strong>
</p>
</td>

View File

@@ -52,7 +52,7 @@ $i = 0;
<strong> Daily Report</strong>
</p>
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 12px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px;">
<strong>Hi {!! $name !!},</strong> <br> Below mentioned are your daily report for your {!! $company !!}.
<strong>Hi {!! $name !!},</strong> <br> Below mentioned is daily report for {!! $company !!}.
</p>
<!-- End Main Text (introduction) -->
</td>
@@ -105,8 +105,7 @@ $i = 0;
<tr>
<td style="padding: " colspan="2" bgcolor="#FFFFFF">
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 11px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px;">
We should all work hard to guarantee that all tickets are being addressed in a timely manner. 
We should all work hard to guarantee that all tickets are being addressed in a timely manner.
</p>
<p style="padding: 15px 30px 20px 50px; margin: 0; font-size: 16px; color: #333; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: left;">
@@ -115,7 +114,7 @@ $i = 0;
<!-- Main Text -->
<p style="padding: 0px 30px 20px 50px; margin: 0; font-size: 16px; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; line-height: 22px; text-align: center; color: #3AB4FF;">
<strong> Powered by Faveo</strong>
<strong>Powered by <a href="http://www.faveohelpdesk.com" target="_blank">Faveo</a></strong>
</p>
</td>