/[papo]/papo/forms/main.gfd
ViewVC logotype

Diff of /papo/forms/main.gfd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by apronotti, Fri May 2 16:27:10 2003 UTC revision 1.19 by mhepp, Fri May 9 17:27:51 2003 UTC
# Line 74  Line 74 
74      runForm ('branch_document.gfd')      runForm ('branch_document.gfd')
75    ]]></trigger>    ]]></trigger>
76    
77    <trigger name="ownBranchTrigger" type="NAMED"><![CDATA[   <trigger name="organizationTrigger" type="NAMED"><![CDATA[
78      runForm ('organization.gfd')      runForm ('organization.gfd')
79    ]]></trigger>    ]]></trigger>
80    
81      <trigger name="ownBranchTrigger" type="NAMED"><![CDATA[
82        runForm ('ownBranch.gfd')
83      ]]></trigger>
84    
85    <trigger name="currencyTypeTrigger" type="NAMED"><![CDATA[    <trigger name="currencyTypeTrigger" type="NAMED"><![CDATA[
86      runForm ('currency_type.gfd')      runForm ('currency_type.gfd')
87    ]]></trigger>    ]]></trigger>
# Line 181  Line 185 
185    <page name="Configuración">    <page name="Configuración">
186      <box name="branchDocumentBox" label="Configuración"      <box name="branchDocumentBox" label="Configuración"
187        x="0" y="0" width="43" height="10">        x="0" y="0" width="43" height="10">
188        <button name="ownBranchButton" label="Datos de la Empresa/Sucursal" trigger="ownBranchTrigger"        <button name="ownBranchButton" label="Datos de la Empresa" trigger="organizationTrigger"
189          x="1" y="1" width="40" height="1"/>          x="1" y="1" width="40" height="1"/>
190        <button name="branchDocumentButton" label="Numeros de documentos" trigger="branchDocumentTrigger"        <button name="ownBranchButton" label="Datos de la Sucursal" trigger="ownBranchTrigger"
191          x="1" y="2" width="40" height="1"/>          x="1" y="2" width="40" height="1"/>
192        <button name="currencyTypeButton" label="Cotizacion de monedas" trigger="currencyTypeTrigger"        <button name="currencyTypeButton" label="Cotizacion de monedas" trigger="currencyTypeTrigger"
193          x="1" y="3" width="40" height="1"/>          x="1" y="3" width="40" height="1"/>

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26