mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
restore more templates in dashboard
This commit is contained in:
parent
e9d896d4a7
commit
cd4b678002
5 changed files with 61 additions and 10 deletions
|
@ -3,8 +3,8 @@
|
|||
<!--caisse IHM-->
|
||||
<div id="load_ok">
|
||||
<div id="listing-products" class="listing-products col-xs-12 col-md-8">
|
||||
{# {% include 'logged/angular/messages.html.twig' %}#}
|
||||
{# {% include 'logged/angular/listing-products.html.twig' %}#}
|
||||
{% include 'logged/angular/messages.html.twig' %}
|
||||
{% include 'logged/angular/listing-products.html.twig' %}
|
||||
|
||||
</div>
|
||||
<div id="sellings" class="sellings col-xs-12 col-md-4">
|
||||
|
@ -12,22 +12,22 @@
|
|||
<div class="list-sell" ng-class="{'bg-success text-success': sellingOk }">
|
||||
|
||||
<button class="button">valider</button>
|
||||
{# {% include 'logged/angular/validate-button.html.twig' %}#}
|
||||
{# {% if app.user.products |length %}#}
|
||||
{# {% include 'logged/angular/current.html.twig' %}#}
|
||||
{# {% endif %}#}
|
||||
{% include 'logged/angular/validate-button.html.twig' %}
|
||||
{% if app.user.products |length %}
|
||||
{% include 'logged/angular/current.html.twig' %}
|
||||
{% endif %}
|
||||
|
||||
{#{% include 'logged/angular/paused.html.twig' %}#}
|
||||
{% include 'logged/angular/paused.html.twig' %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="other_time">
|
||||
ventes récentes
|
||||
{# {% include 'logged/angular/recent.html.twig' %}#}
|
||||
{% include 'logged/angular/recent.html.twig' %}
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4 col-md-offset-8">
|
||||
catégories
|
||||
{# {% include 'logged/angular/categ-options.html.twig' %}#}
|
||||
{% include 'logged/angular/categ-options.html.twig' %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue