/[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.7 by apronotti, Wed Mar 5 16:12:02 2003 UTC revision 1.8 by charlie, Wed Mar 5 18:24:21 2003 UTC
# Line 54  Line 54 
54      runForm ('branch_document.gfd')      runForm ('branch_document.gfd')
55    ]]></trigger>    ]]></trigger>
56        
57      <trigger name="ctaCteClienteTrigger" type="NAMED"><![CDATA[
58        runForm ('ctaCteCliente.gfd')
59      ]]></trigger>
60    
61      <trigger name="ctaCteProveedorTrigger" type="NAMED"><![CDATA[
62        runForm ('ctaCteProveedor.gfd')
63      ]]></trigger>
64    
65    <page name="Principal">    <page name="Principal">
66      <block name="mainBlock" datasource="tmpDataSource">      <block name="mainBlock" datasource="tmpDataSource">
# Line 100  Line 107 
107            x="10" y="2" width="20" height="1"/>            x="10" y="2" width="20" height="1"/>
108        </box>        </box>
109    
110        <box name="branchDocumentBox" label="Configuración"        <box name="ctaCteBox" label="Cuentas Corrientes"
111          x="0" y="20" width="43" height="5">          x="0" y="20" width="43" height="5">
112            <button name="ctaCteClienteButton" label="Clientes" trigger="ctaCteClientTrigger"
113              x="10" y="1" width="20" height="1"/>
114            <button name="ctaCteProveedorButton" label="Proveedores" trigger="ctaCteProveedorTrigger"
115              x="10" y="2" width="20" height="1"/>
116          </box>
117    
118          <box name="branchDocumentBox" label="Configuración"
119            x="0" y="24" width="43" height="4">
120          <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"          <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"
121            x="1" y="2" width="40" height="1"/>            x="1" y="1" width="40" height="1"/>
122        </box>        </box>
123    
124      </block>      </block>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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