Subversion Repositories SmartDukaan

Rev

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

Rev 29300 Rev 29559
Line 74... Line 74...
74
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
74
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
75
                <li><i class="icon_document_alt"></i>Partner Billing</li>
75
                <li><i class="icon_document_alt"></i>Partner Billing</li>
76
            </ol>
76
            </ol>
77
        </div>
77
        </div>
78
    </div>
78
    </div>
79
    <div class="col-lg-6">
79
    <div class="col-lg-7">
80
        <table class="table table-border table-condensed table-bordered" id="partnerbilling" style="width:100%">
80
        <table class="table table-border table-condensed table-bordered" id="partnerbilling" style="width:100%">
81
 
81
 
82
            <thead class="row htable" style="background:#F5F5F5;">
82
            <thead class="row htable" style="background:#F5F5F5;">
83
 
83
 
84
            <tr style="color:black;">
84
            <tr style="color:black;">
85
                <th>Id</th>
85
                <th>Id</th>
86
                <th>Outlet Name</th>
86
                <th>Outlet Name</th>
87
                <th>Phone Number</th>
87
                <th>Phone Number</th>
88
                <th>City</th>
88
                <th>City</th>
-
 
89
                <th>Advance Stock</th>
-
 
90
                <th>Stock Payment</th>
89
                <th>Billing Status</th>
91
                <th>Billing Status</th>
90
                   <th>Submit</th>
92
               <th>Submit</th>
91
             
93
             
92
            </tr>
94
            </tr>
93
            </thead>
95
            </thead>
94
            <tbody>
96
            <tbody>
95
                #foreach($pob in $partnerOnBoardingPendings )
97
                #foreach($pob in $partnerOnBoardingPendings )