Subversion Repositories SmartDukaan

Rev

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

Rev 33257 Rev 33261
Line 5... Line 5...
5
 
5
 
6
    #transactionList_length, #transactionList_filter {
6
    #transactionList_length, #transactionList_filter {
7
        padding: 8px !important;
7
        padding: 8px !important;
8
    }
8
    }
9
</style>
9
</style>
10
<section class="wrapper">
10
<section class="wrapper" style="font-size: 12px;">
11
    <div class="row">
11
    <div class="row">
12
        <div class="col-lg-12">
12
        <div class="col-lg-12">
13
 
13
 
14
            <ol class="breadcrumb">
14
            <ol class="breadcrumb">
15
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
15
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
Line 20... Line 20...
20
    </div>
20
    </div>
21
 
21
 
22
 
22
 
23
    <div class="col-lg-4">
23
    <div class="col-lg-4">
24
        <div class="row">
24
        <div class="row">
25
            <div class="well" style="padding: 10px;">
25
            <div class="well" style="padding: 10px; max-height: 800px;overflow-y: auto;">
-
 
26
                <div class="row">
26
                <div class="col-md-6"><p><b>Transaction List</b></p></div>
27
                    <div class="col-md-6"><p><b>Transaction List</b></p></div>
27
                <div class="col-md-6">
28
                    <div class="col-md-6">
28
                    <select class="form-control page-header" id="selectedWarehouse" disabled>
29
                        ##                        <select class="form-control" id="selectedWarehouse" disabled>
29
                        #foreach($warehouseEntry in $warehouseMap.entrySet())
30
                        ##                            #foreach($warehouseEntry in $warehouseMap.entrySet())
30
                            <option value="$warehouseEntry.getKey()">$warehouseEntry.getValue()</option>
31
                        ##                                <option value="$warehouseEntry.getKey()">$warehouseEntry.getValue()</option>
31
                        #end
32
                        ##                            #end
-
 
33
                        ##                        </select>
32
                    </select>
34
                        <div id="authWarehousesList">
-
 
35
 
33
                </div>
36
                        </div>
34
 
37
 
-
 
38
                    </div>
35
                <div>
39
                </div>
-
 
40
                <div style="max-height: 650px;overflow-y: auto;">
36
                    <table class="table table-bordered" id="transactionList">
41
                    <table class="table table-bordered" id="transactionList">
37
                        <thead>
42
                        <thead>
38
                        <tr>
43
                        <tr>
39
                            <th>Txn Id</th>
44
                            <th>Txn Id</th>
40
                            <th>Retailer Name</th>
45
                            <th>Retailer Name</th>