Subversion Repositories SmartDukaan

Rev

Rev 23556 | Rev 23715 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<style>
        .table-striped > tbody > tr:nth-child(odd) > td{
                background: white;
                background-color: white;
        }
        .table-striped > tbody > tr:nth-child(even) > td{
                background: white;
                background-color:white;
        }
        .table-striped > tbody > tr:hover > td,
        .table-striped > tbody > tr:hover {
                background-color: #e98c8f;
                color:white;
        }
        .btn:hover{
                color: grey;
                text-decoration: none;
        }
        .btn-primary:hover{
                color: grey;
                text-decoration: none;
        }
        .sale-details{
                cursor:pointer;
        }
</style>

<section class="wrapper">
        <div class="row">
                <div class="col-lg-12">
                        <h3 class="page-header"><i class="icon_document_alt"></i>SCHEMES</h3>
                        <ol class="breadcrumb">
                                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
                                <li><i class="icon_document_alt"></i>ADD SCHEMES</li>                                   
                        </ol>
                </div>
        </div>
        <div class="row">
                <div class="col-lg-12">
                        <lablel>Scheme Ids(Comma Separated)</label>
                        <input type="text" id="schemeids"/>
                        <lablel>Item Ids(Comma Separated)</label>
                        <input type="text" id="itemids" />
                        <button class="btn btn-primary add-schemes">Add Schemes</button>
                </div>
        </div>
</section>