TT#109166 Fix 6f2cc8: maximize and minimize buttons doesn't work

The min/max buttons did not work for dynamic block.
It is a regression of the initial commit d0f339eef7 and 6f2cc8b717.

Fixing it by removing min\max buttons from dynamic popups. It looks like the information on those popups will not look better after maximization (subscriber prefferences \ CallForwarding section \ question mark icons to activate popups).

Change-Id: Idca62bf55a411d12e7f75b240c0a139bb22c8874
mr9.3
Sergii Leonenko 5 years ago
parent 6f2cc8b717
commit 8480d2a62a

@ -19,8 +19,6 @@
<div id="[% m.id %]" class="modal hide">
<div class="modal-header">
<button type="button" class="close mod_close fade" data-dismiss="modal" title="close">×</button>
<button id="mod_min" type="button" class="close" style="margin-right: 10px;display:none;" title="minimize">-</button>
<button id="mod_max" type="button" class="close" style="margin-right: 10px;" title="maximize">+</button>
<h3>[% m.header %]</h3>
</div>

Loading…
Cancel
Save