Subversion Repositories SmartDukaan

Rev

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

Rev 33525 Rev 33559
Line 6... Line 6...
6
 
6
 
7
        #paymentDetail {
7
        #paymentDetail {
8
            background-color: gainsboro;
8
            background-color: gainsboro;
9
        }
9
        }
10
    </style>
10
    </style>
-
 
11
    <div class="row ">
-
 
12
        <div class="col-lg-12">
-
 
13
            <h3 class="page-header"><i class="icon_document_alt"></i>PENDING LOI</h3>
11
    <h1>All Pending LOI Form </h1>
14
            <ol class="breadcrumb">
-
 
15
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
-
 
16
                <li><i class="icon_document_alt"></i>Pending LOI Forms</li>
-
 
17
            </ol>
-
 
18
        </div>
-
 
19
    </div>
12
    <div class="dataTables_scrollBody">
20
    <div class="dataTables_scrollBody">
13
        <table class="table table-bordered " style="width: 100%">
21
        <table class="table table-bordered " style="width: 100%">
14
            <thead>
22
            <thead>
15
            <tr>
23
            <tr>
16
 
24