[ADD] module web_dialog_size

New module that let the user expand a dialog box to the full screen
width.
This commit is contained in:
Anthony Muschang
2015-02-27 00:29:22 +01:00
committed by Pedro M. Baeza
parent a095b86105
commit a8122d3553
8 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-extend="Dialog">
<t t-jquery="button" t-operation="after">
<button type="button" class="dialog_button_extend close">o</button>
<button type="button" class="dialog_button_restore close">-</button>
</t>
</t>
</templates>