Skip to content
Snippets Groups Projects
Commit d74a858d authored by Anton Bagliy's avatar Anton Bagliy
Browse files

CHG: hide map copy button by css #335

parent 2498c907
Branches
No related merge requests found
......@@ -20,16 +20,17 @@
Количество баллов: <span class="rateIndicator">{{ Map.MaxRate }}</span>
{{ Map.isSetBonus ? '+ 10 бонусных баллов' }}
</div>
{% if Map.AllowCopy %}
<div class="tabsWrapper">
<div class="tabs">
<div class="tab" id="copyMapButton">{{ HTML.anchor('#',
'Импортировать УКД', {'title': 'Импортирование УКД из аналогичной дисциплины',
'class': 'disc_button active'})|raw }}
</div>
<div class="tabsWrapper" >
<div class="tabs">
<div class="tab" id="copyMapButton" {% if not Map.AllowCopy %} style="display:none" {% endif %}>
{{ HTML.anchor('#',
'Импортировать УКД', {'title': 'Импортирование УКД из аналогичной дисциплины',
'class': 'disc_button active'})|raw }}
</div>
</div>
{% endif %}
</div>
<div class="studyMap StructureTable">
<div class="name">Виды контрольных мероприятий</div>
<div class="currentControl">Текущий контроль</div>
......
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