Subversion Repositories SmartDukaan

Rev

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

Rev 23557 Rev 23715
Line 41... Line 41...
41
			<input type="text" id="schemeids"/>
41
			<input type="text" id="schemeids"/>
42
			<lablel>Item Ids(Comma Separated)</label>
42
			<lablel>Item Ids(Comma Separated)</label>
43
			<input type="text" id="itemids" />
43
			<input type="text" id="itemids" />
44
			<button class="btn btn-primary add-schemes">Add Schemes</button>
44
			<button class="btn btn-primary add-schemes">Add Schemes</button>
45
		</div>
45
		</div>
-
 
46
	</div><br><br>
-
 
47
	<div class="row">
-
 
48
		<div class="col-lg-12">
-
 
49
			<lablel>Scheme Ids(Comma Separated)</label>
-
 
50
			<input type="text" id="schemeid"/>
-
 
51
			<lablel>Item Ids(Comma Separated)</label>
-
 
52
			<input type="text" id="itemid" />
-
 
53
			<button class="btn btn-primary delete-schemes">Delete Schemes</button>
-
 
54
		</div>
46
	</div>
55
	</div>
47
</section>
56
</section>
48
57