Subversion Repositories SmartDukaan

Rev

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

Rev 24932 Rev 24933
Line 38... Line 38...
38
        <div>
38
        <div>
39
            #if($action.isPermitted("supplier:create"))
39
            #if($action.isPermitted("supplier:create"))
40
            <a href="/inventory/supplier/new">Add new Supplier</a>
40
            <a href="/inventory/supplier/new">Add new Supplier</a>
41
            #end
41
            #end
42
        </div>
42
        </div>
43
        <table style="width:100vw" border="1">
43
        <table style="width:1000px" border="1">
44
            <thead>
44
            <thead>
45
                <tr>
45
                <tr>
46
                    <th>Id</th>
46
                    <th>Id</th>
47
                    <th>Name</th>
47
                    <th>Name</th>
48
                    <th>Phone</th>
48
                    <th>Phone</th>