This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
2014-07-07 15:00:21 +00:00
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.0"/>
|
|
|
|
<menu id='menu'>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name='label' translatable='yes'>Consulter</attribute>
|
2014-07-08 14:52:38 +00:00
|
|
|
<attribute name='action'>win.open-form</attribute>
|
|
|
|
<attribute name='target'>consulter</attribute>
|
|
|
|
<attribute name='accel'>F12</attribute>
|
2014-07-07 15:00:21 +00:00
|
|
|
</item>
|
2014-07-09 08:17:38 +00:00
|
|
|
<item>
|
|
|
|
<attribute name='label' translatable='yes'>Customer</attribute>
|
|
|
|
<attribute name='action'>win.open-form</attribute>
|
|
|
|
<attribute name='target'>customer</attribute>
|
|
|
|
<attribute name='accel'>F11</attribute>
|
|
|
|
</item>
|
2014-07-07 15:00:21 +00:00
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|