You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
::use 'design.mtt':: <div class="col-md-9"> <div class="article"> <h2>::_("Suppliers")::</h2>
<table class="table table-bordered table-hover" style="width:100%;"> ::foreach m vendors.current():: <tr> <td> <a href="/vendor/view/::m.id::"> ::m.name:: </a> </td> <td> </td> </tr> ::end::
<tr > <th colspan="2"> <a href="?page=::vendors.page-1::"> << </a> page ::vendors.page::/::vendors.pages:: <a href="?page=::vendors.page+1::"> >> </a> </th> </tr>
</table>
<div> <a href="/vendor/insert" class="btn btn-default">::_("New suppliers")::</a> </div> <hr/> </div> </div>
<div class="col-md-3"> <div class="block"> ::_("On this page you can manage the list of suppliers of your group."):: </div> </div>
::end::
|