Subversion Repositories SmartDukaan

Rev

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

Rev 32074 Rev 32565
Line 9... Line 9...
9
 
9
 
10
<section class="wrapper">
10
<section class="wrapper">
11
	<div class="row">
11
	<div class="row">
12
		<div class="col-lg-12">
12
		<div class="col-lg-12">
13
			<h3 class="page-header">
13
			<h3 class="page-header">
14
				<i class="icon_document_alt"></i>Supplier
14
				<i class="icon_document_alt"></i>Active Supplier
15
			</h3>
15
			</h3>
16
			<ol class="breadcrumb">
16
			<ol class="breadcrumb">
17
				<li><i class="fa fa-home"></i><a
17
				<li><i class="fa fa-home"></i><a
18
					href="${rc.contextPath}/dashboard">Home</a></li>
18
					href="${rc.contextPath}/dashboard">Home</a></li>
19
				<li><i class="icon_document_alt"></i> Supplier</li>
19
				<li><i class="icon_document_alt"></i> Supplier</li>
Line 41... Line 41...
41
                <th>Contact Person</th>
41
                <th>Contact Person</th>
42
                <th>Contact Phone</th>
42
                <th>Contact Phone</th>
43
                 <th>Registered Address</th>
43
                 <th>Registered Address</th>
44
                <th>Communication Address</th>
44
                <th>Communication Address</th>
45
                <th>In Active</th>
45
                <th>In Active</th>
-
 
46
                <th>Edit</th>
46
               
47
               
47
            </tr>
48
            </tr>
48
            </thead>
49
            </thead>
49
            <tbody>
50
            <tbody>
50
                #foreach($supplier in $suppliers )
51
                #foreach($supplier in $suppliers )
Line 69... Line 70...
69
                    <td>
70
                    <td>
70
                        <button type="submit" value="submitInActive" data-id="$supplier.getId()"
71
                        <button type="submit" value="submitInActive" data-id="$supplier.getId()"
71
                          
72
                          
72
                     class="btn btn-primary submit-inactive">In Active
73
                     class="btn btn-primary submit-inactive">In Active
73
                        </button>
74
                        </button>
-
 
75
                        </td>
-
 
76
                    <td>
-
 
77
                        <button type="submit" value="submitEdit" data-id="$supplier.getId()"
-
 
78
 
-
 
79
                     class="btn btn-primary submit-edit">Edit
-
 
80
                        </button>
74
                    </td>
81
                    </td>
75
 
82
 
76
                </tr>
83
                </tr>
77
                #end
84
                #end
78
 
85