~acsone-openerp/acsone-addons/7.0

« back to all changes in this revision

Viewing changes to html_widget_embedded_picture/static/src/xml/mail_html_widget_embedded_picture.xml

  • Committer: Jonathan Nemry
  • Date: 2014-03-13 13:44:30 UTC
  • Revision ID: jonathan.nemry@acsone.eu-20140313134430-j6eskszm56k1mgdr
[ADD] allow to add embedded picture for html widget

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<templates>
 
4
 
 
5
    <t t-name="template_picture_loader" size="3">
 
6
        <button id="button_picture_loader">Load Picture</button>
 
7
    </t>
 
8
 
 
9
    <t t-name="form_picture_loader">
 
10
        <div>
 
11
            <form method="post" action="TO_DO" enctype="multipart/form-data">
 
12
                    <input type="file" name="input_picture_loader"/>
 
13
            </form>
 
14
        </div>
 
15
    </t>
 
16
 
 
17
</templates>
 
 
b'\\ No newline at end of file'