Subversion Repositories SmartDukaan

Rev

Rev 34156 | Rev 34172 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34156 Rev 34157
Line 1... Line 1...
1
<div class="row">
1
<div class="row">
2
    <div class="col-lg-12">
2
    <div class="col-lg-12">
3
        <table class="table table-striped table-advance table-hover table-bordered" id="wallet_addn_approved_reject">
3
        <table class="table table-striped table-advance table-hover table-bordered" id="wallet_addn_approved_reject">
4
            <thead>
4
            <thead>
-
 
5
            <tr>
5
                <th>Retailer Id</th>
6
                <th>Retailer Id</th>
6
                <th>Retailer Name</th>
7
                <th>Retailer Name</th>
7
                <th>Email</th>
8
                <th>Email</th>
8
                <th>City</th>
9
                <th>City</th>
9
                <th>State</th>
10
                <th>State</th>
Line 14... Line 15...
14
                <th>Created On</th>
15
                <th>Created On</th>
15
                <th>Updated On</th>
16
                <th>Updated On</th>
16
                #if($rStatus == "pending")
17
                #if($rStatus == "pending")
17
                    <th>Status</th>
18
                    <th>Status</th>
18
                #end
19
                #end
19
 
-
 
-
 
20
            </tr>
20
            </thead>
21
            </thead>
21
            <tbody>
22
            <tbody>
22
                #if(!$walletRequest.isEmpty())
23
                #if(!$walletRequest.isEmpty())
23
                    #foreach( $walletData in $walletRequest )
24
                    #foreach( $walletData in $walletRequest )
24
                    <tr class="add-wallet" data="$walletData.getId()">
25
                    <tr class="add-wallet" data="$walletData.getId()">
Line 56... Line 57...
56
                    <td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
57
                    <td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
57
                </tr>
58
                </tr>
58
                #end
59
                #end
59
            </tbody>
60
            </tbody>
60
            <tfoot>
61
            <tfoot>
-
 
62
            <tr>
61
            <th>Retailer Id</th>
63
                <th>Retailer Id</th>
62
            <th>Retailer Name</th>
64
                <th>Retailer Name</th>
63
            <th>Email</th>
65
                <th>Email</th>
64
            <th>City</th>
66
                <th>City</th>
65
            <th>State</th>
67
                <th>State</th>
66
            <th>Transaction Reference</th>
68
                <th>Transaction Reference</th>
67
            <th>Bank Name</th>
69
                <th>Bank Name</th>
68
            <th>Reference Date</th>
70
                <th>Reference Date</th>
69
            <th>Amount</th>
71
                <th>Amount</th>
70
            <th>Created On</th>
72
                <th>Created On</th>
71
            <th>Updated On</th>
73
                <th>Updated On</th>
72
                #if($rStatus == "pending")
74
                #if($rStatus == "pending")
73
                <th>Status</th>
75
                    <th>Status</th>
74
                #end
76
                #end
75
 
-
 
-
 
77
            </tr>
76
            </tfoot>
78
            </tfoot>
77
        </table>
79
        </table>
78
    </div>
80
    </div>
79
</div>
81
</div>
80
<script>
82
<script>