cambio de tipo de tabla, filtro de busqueda, paginación

parent c70b1b38
...@@ -158,13 +158,13 @@ ...@@ -158,13 +158,13 @@
aria-valuemin="0" aria-valuemax="100" aria-valuemin="0" aria-valuemax="100"
style="width:{{ product.progress }}%"> style="width:{{ product.progress }}%">
<p style="color: #0a0a0a"> <p style="color: #0a0a0a">
Downloading Downloading
</p> </p>
</div> </div>
</div> </div>
<div id="action_buttons{{ product.purchase_id }}" {% if product.progress != 100 %} <div id="action_buttons{{ product.purchase_id }}" {% if product.progress != 100 %}
class="hidden" {% endif %}> class="hidden" {% endif %}>
<a id="view_report{{ product.purchase_id }}" title="View Report" <a title="View Report"
href="../reports/T15QZD_sclData/{{ product.purchase_id }}" href="../reports/T15QZD_sclData/{{ product.purchase_id }}"
class="btn btn-success"> class="btn btn-success">
<i class="fa fa-eye"></i> <i class="fa fa-eye"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment