Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 12763 |
anikendra |
1 |
<style type="text/css">
|
|
|
2 |
.fosaction{ font: 1.6em/1.2em Helvetica,Arial,sans-serif;margin: 5px;text-align: center;display: block;}
|
|
|
3 |
</style>
|
|
|
4 |
<?php
|
|
|
5 |
$authorized = $this->session->userdata('authorized');
|
|
|
6 |
if(isset($authorized) && !empty($authorized)):?>
|
|
|
7 |
<a class="fosaction" href="<?php echo base_url();?>fos/changeuser">
|
|
|
8 |
Placing Order for : <?php echo $authorized['email'];?> Change User
|
|
|
9 |
</a>
|
|
|
10 |
<?php endif;?>
|