~vauxoo/addons-vauxoo/7.0_test_hr_expense_dev_jorge

« back to all changes in this revision

Viewing changes to demo_button/static/src/xml/demo.xml

  • Committer: Nhomar Hernandez
  • Date: 2012-12-10 23:32:48 UTC
  • Revision ID: nhomar@gmail.com-20121210233248-0fre1fvld8n668x2
[ADD] demo_button to work with icons on V7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<template>
 
2
<!-- vim:fdl=1:
 
3
-->
 
4
<!--    Button on Menu-->
 
5
    <t t-name="demo_button.DemoButton">
 
6
        <div title='See Embeded doc for the actual Elements' class="oe_topbar_demo">
 
7
            <button class="oe_demo_button">r</button>
 
8
        </div>
 
9
    </t>
 
10
<!--    Template for Dialog-->
 
11
    <t t-name="demo_button.AllFonts">
 
12
        <div>
 
13
            <p>
 
14
                <span class="oe_help_demo">ABCDEFGHIJKLMNOPQRSTUVWXYZ</span>
 
15
            </p>
 
16
            <p>
 
17
                ABCDEFGHIJKLMNOPQRSTUVWXYZ
 
18
            </p>
 
19
            <p>
 
20
                <span class="oe_help_demo">abcdefghijklmnopqrstuvwxyz</span>
 
21
            </p>
 
22
            <p>
 
23
                abcdefghijklmnopqrstuvwxyz
 
24
            </p>
 
25
        </div>
 
26
    </t>
 
27
</template>