Improved order management in back-office

This commit is contained in:
Franck Allimant
2014-01-25 19:14:57 +01:00
parent 5f883a41a4
commit 6b78a33f97
7 changed files with 219 additions and 48 deletions

View File

@@ -160,6 +160,7 @@
</span>
</p>
{ifloop rel="address"}
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
@@ -212,6 +213,13 @@
</tbody>
</table>
</div>
{/ifloop}
{elseloop rel="address"}
<div class="alert alert-info">
{intl l="This customer has not defined any delivery address"}
</div>
{/elseloop}
</div>
</form>