Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<style>input, select{width:10px;-ms-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-box-sizing:content-box;}#upto{width: 30;padding-top: 7px;margin-bottom: 0;text-align: right;}</style><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>SALE</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>CREATE SLAB</li></ol></div></div><div class="row"><form class="form-horizontal"><div class="form-group"><label class="control-label col-xs-2" for="month">Month:</label><div class="control-label col-sm-2"><select class="multiselect dropdown-toggle btn btn-default" id="slabdate" name="slabdate" placeholder="Month" style="width:100%"><option value="" disabled selected>Month</option>#foreach($monthYear in $monthYears.keySet())<option value="$monthYear">$monthYears.get($monthYear)</option>#end</select></div></div></div><br><br><div class="form-inline"><label class="control-label col-xs-2" for="upto"> <select class="multiselect dropdown-toggle btn btn-default" id="label" onchange="labelChange()" style="width:30%;height: 30px;"><option value="" disabled selected>label</option><option value="upto">Upto</option><option value="end">End</option></select></label><div id="slab-input"></div></div></div><br><br><div class="form-inline"><div id="slab-order"></div></form></section>