mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[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:
committed by
Pedro M. Baeza
parent
a095b86105
commit
a8122d3553
9
web_dialog_size/static/src/xml/web_dialog_size.xml
Normal file
9
web_dialog_size/static/src/xml/web_dialog_size.xml
Normal 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>
|
||||
Reference in New Issue
Block a user