59b5c059 by Prashant Jadhav

RLP View changes

1 parent f22464f4
......@@ -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: 2px solid #F5F5F5;padding:2%;border-radius: 5px;'>
<div style='clear:both;margin:1% 0 0 1%;border: 0px 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:&nbsp;&nbsp;&nbsp;&nbsp;<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:1px 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:2px 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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!