mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-04 00:24:14 +01:00
Compare commits
1 Commits
form-sdk-p
...
feature/73
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cac103e7d |
@@ -23,25 +23,23 @@
|
|||||||
{% set iTableCount = 0 %}
|
{% set iTableCount = 0 %}
|
||||||
{% if aGroupingAreasData|length > 0 %}
|
{% if aGroupingAreasData|length > 0 %}
|
||||||
{% for aAreaData in aGroupingAreasData %}
|
{% for aAreaData in aGroupingAreasData %}
|
||||||
{% if aAreaData.iItemsCount > 0 %}
|
{% set iTableCount = iTableCount + 1 %}
|
||||||
{% set iTableCount = iTableCount + 1 %}
|
<div class="panel panel-default">
|
||||||
<div class="panel panel-default">
|
<div class="panel-heading clearfix">
|
||||||
<div class="panel-heading clearfix">
|
<h3 class="panel-title" style="float: left;">{{ aAreaData.sTitle }}</h3>
|
||||||
<h3 class="panel-title" style="float: left;">{{ aAreaData.sTitle }}</h3>
|
{% if bCanExport %}
|
||||||
{% if bCanExport %}
|
<a href="{{ app.url_generator.generate('p_manage_brick_excel_export_start', {'sBrickId': sBrickId, 'sGroupingTab': sGroupingTab, 'sGroupingArea': aAreaData.sId})|raw }}"
|
||||||
<a href="{{ app.url_generator.generate('p_manage_brick_excel_export_start', {'sBrickId': sBrickId, 'sGroupingTab': sGroupingTab, 'sGroupingArea': aAreaData.sId})|raw }}"
|
id="btn_export_excel_for_{{ aAreaData.sId }}"
|
||||||
id="btn_export_excel_for_{{ aAreaData.sId }}"
|
data-toggle="modal" data-target="#modal-for-all">
|
||||||
data-toggle="modal" data-target="#modal-for-all">
|
<span class="fas fa-download fa-lg" style="float: right;"
|
||||||
<span class="fas fa-download fa-lg" style="float: right;"
|
data-tooltip-content="{{ 'ExcelExporter:ExportMenu'|dict_s }}"></span>
|
||||||
data-tooltip-content="{{ 'ExcelExporter:ExportMenu'|dict_s }}"></span>
|
</a>
|
||||||
</a>
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<table id="table-{{ aAreaData.sId }}" class="object-list table table-striped table-bordered responsive" width="100%"></table>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
<div class="panel-body">
|
||||||
|
<table id="table-{{ aAreaData.sId }}" class="object-list table table-striped table-bordered responsive" width="100%"></table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user