Files
Phraseanet/templates/web/report/panel_hide_button.html.twig
2015-12-02 17:35:42 +01:00

8 lines
404 B
Twig

<div class="row-fluid">
<div class="span12">
<button class="hided" style="margin-left:3px;float:left;"></button>
<button class="showed" style="display:none;margin-left:3px;float:left;"></button>
<button class="hided" style="margin-right:10px;float:right;"></button>
<button class="showed" style="display:none;margin-right:10px;float:right;"></button>
</div>
</div>