~unifield-team/unifield-wm/us-671-homere

« back to all changes in this revision

Viewing changes to kit/wizard/confirm_view.xml

  • Committer: jf
  • Date: 2012-04-17 15:29:16 UTC
  • mfrom: (631.3.7 UF_828)
  • Revision ID: jf@tempo4-20120417152916-svm6ioq8ur2bi5tu
UF-955 [DEV] Reporting (Month-end) - 2 remaining reports
lp:~unifield-team/unifield-wm/UF_955

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
            <field name="arch" type="xml">
9
9
            <form string="Confirmation">
10
10
                <field name="question" nolabel="True" invisible="True" colspan="4" />
11
 
                <group colspan="2" />
12
 
                <field name="display_close_confirm" invisible="True" />
13
 
                <field name="display_back_confirm" invisible="True" />
14
 
                <group colspan="2">
 
11
                <group colspan="4">
15
12
                        <button icon='gtk-cancel' special="cancel"
16
 
                            string="_Close" attrs="{'invisible': [('display_close_confirm', '=', False)]}" />
17
 
                        <button icon='gtk-go-back' name="back_step" type="object"
18
 
                            string="_Back" attrs="{'invisible': [('display_back_confirm', '=', False)]}" />
 
13
                            string="_Close" />
19
14
                        <button name="do_action" string="Ok"
20
15
                            type="object" icon="gtk-ok" />
21
16
                </group>