Subversion Repositories SmartDukaan

Rev

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

Rev 24931 Rev 24932
Line 82... Line 82...
82
                        <td>$supplier.getHeadEmail()</td>
82
                        <td>$supplier.getHeadEmail()</td>
83
                        <td>$supplier.getContactName()</td>
83
                        <td>$supplier.getContactName()</td>
84
                        <td class="wrap might-overflow" style="width:15%">$supplier.getContactEmail()</td>
84
                        <td class="wrap might-overflow" style="width:15%">$supplier.getContactEmail()</td>
85
                        <td>$supplier.getContactPhone()</td>
85
                        <td>$supplier.getContactPhone()</td>
86
                        <td>$supplier.getContactFax()</td>
86
                        <td>$supplier.getContactFax()</td>
87
                        <td class="wrap might-overflow" style="width:15%">$supplier.getRegisteredAddress()</td>
87
                        <td class="wrap might-overflow" style="width:5%">$supplier.getRegisteredAddress()</td>
88
                        <td class="wrap might-overflow" style="width:15%">$supplier.getCommunicationAddress()</td>
88
                        <td class="wrap might-overflow" style="width:5%">$supplier.getCommunicationAddress()</td>
89
                    </tr>
89
                    </tr>
90
                #end
90
                #end
91
            </tbody>
91
            </tbody>
92
        </table>
92
        </table>
93
    </body>
93
    </body>
94
</html>
94
</html>
95
<script type="text/javascript">
95
<script type="text/javascript">
96
$('table').dataTable({
96
$('table').dataTable({
97
		            "iDisplayLength" : 25
97
		            "iDisplayLength" : 50
98
		        });
98
		        });
99
</script>
99
</script>
100
100