Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
59b5c059
authored
2017-11-02 15:02:51 +0530
by
Prashant Jadhav
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
RLP View changes
1 parent
f22464f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
application/resources/views/layout/module/record/rlppbwise.blade.php
application/resources/views/layout/module/record/rlppbwise.blade.php
View file @
59b5c05
...
...
@@ -22,27 +22,27 @@ $alist=DB::table('p11086_cop_rlp_pb_base_uat')
<div
class=
"col-md-12"
>
<div
class=
"col-separator col-separator-first col-unscrollable box"
>
<div
style=
'clear:both;margin:
2% 0 0 1%;border: 2
px solid #F5F5F5;padding:2%;border-radius: 5px;'
>
<div
style=
'clear:both;margin:
1% 0 0 1%;border: 0
px solid #F5F5F5;padding:2%;border-radius: 5px;'
>
<center><h4>
RLP PB WISE
</center>
<br>
<div
class=
'container'
>
PB CODE:
<select
id=
'pb_code'
class=
select2multi
style=
"width:20%;"
onclick=
"pbcodeSelect();"
>
PB CODE:
<select
id=
'pb_code'
class=
select2multi
style=
"width:20%;"
onclick=
"pbcodeSelect();"
>
<?php
foreach
(
$roclientlst
as
$c
){
$s
=
""
;
if
(
$c
==
$pbcode
)
$s
=
'selected'
;
echo
"<option value='
$c
'
$s
>
$c
</option>"
;}
?>
</select>
</div>
</div>
</div>
<div
style=
'overflow:auto;margin-top: 10px;'
>
<table
id=
'logtable'
class=
'footable table table-striped table-bordered table-white table-primary footable-loaded'
style=
'font-size:12px'
;
margin:0
;
border:
1
px
solid
#
BBB
;
>
<div
style=
'overflow:auto;margin-top: 10px;
margin-left: 10px;margin-right:10px;
'
>
<table
id=
'logtable'
class=
'footable table table-striped table-bordered table-white table-primary footable-loaded'
style=
'font-size:12px'
;
margin:0
;
border:
2
px
solid
#
BBB
;
>
<thead>
<tr>
<th>
Product
</th>
<th>
Opportunity
</th>
<th>
Contacted
</th>
<th>
Pitched
</th>
<th>
LG
</th>
<th
style=
'width:20%'
;
>
Product
</th>
<th
style=
'width:20%'
;
>
Opportunity
</th>
<th
style=
'width:20%'
;
>
Contacted
</th>
<th
style=
'width:20%'
;
>
Pitched
</th>
<th
style=
'width:20%'
;
>
LG
</th>
</tr>
</thead>
<tr>
...
...
@@ -85,7 +85,7 @@ $alist=DB::table('p11086_cop_rlp_pb_base_uat')
<td>
<?php
echo
$alist
[
0
]
->
cc_activation_opp
?>
</td>
<td>
<?php
echo
$alist
[
0
]
->
cc_activation_called_opp
?>
</td>
<td></td>
<td
</
td
>
<td
>
</td>
</tr>
<tr>
<td>
Insurance LI
</td>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment