Subversion Repositories SmartDukaan

Rev

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

Rev 28300 Rev 28494
Line -... Line 1...
-
 
1
<style>
-
 
2
#warehouseLocation{
-
 
3
 
-
 
4
width:340px;
-
 
5
}
-
 
6
 
-
 
7
</style>
-
 
8
 
-
 
9
 
1
section class="wrapper">
10
<section class="wrapper">
2
	<div class="row">
11
	<div class="row">
3
		<div class="col-lg-12">
12
		<div class="col-lg-12">
4
			<h3 class="page-header">
13
			<h3 class="page-header">
5
				<i class="icon_document_alt"></i>Supplier
14
				<i class="icon_document_alt"></i>Supplier
6
			</h3>
15
			</h3>
Line 9... Line 18...
9
					href="${rc.contextPath}/dashboard">Home</a></li>
18
					href="${rc.contextPath}/dashboard">Home</a></li>
10
				<li><i class="icon_document_alt"></i> Seller</li>
19
				<li><i class="icon_document_alt"></i> Seller</li>
11
			</ol>
20
			</ol>
12
		</div>
21
		</div>
13
	</div>
22
	</div>
14
 
23
	
-
 
24
<form id="new-supplier-create-form">
-
 
25
<div class="col-lg-2">
-
 
26
        <div class="col-lg-2">
-
 
27
        <button type="button" class="btn btn-info btn-lg"  id="new-supplier">New Supplier</button>
-
 
28
    </div>                
-
 
29
  </div>
15
 
30
    
-
 
31
</from>
16
 
32
 
17
 
33
 
18
 <div class="col-lg-12">
34
 <div class="col-lg-12">
19
        <table class="table table-border table-condensed table-bordered" id="supplier" style="width:100%">
35
        <table class="table table-border table-condensed table-bordered" id="supplier" style="width:100%">
20
 
36
 
Line 86... Line 102...
86
              
102
              
87
              
103
              
88
              });
104
              });
89
              
105
              
90
              });
106
              });
-
 
107
                 
91
</script>
108
</script>