/[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.14 by apronotti, Tue Apr 22 17:40:59 2003 UTC revision 1.15 by charlie, Tue Apr 22 23:21:09 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="ISO-8859-1"?>  <?xml version="1.0" encoding="ISO-8859-1"?>
2    
3  <form tabbed="top" width="43" height="23" title="Luca v0.1.9">  <form tabbed="top" width="43" height="24" title="Luca v0.1.9">
4    <!-- parece un chiste de mal gusto, pero... -->    <!-- parece un chiste de mal gusto, pero... -->
5    <!-- no es posible tener un form sin datasource! -->    <!-- no es posible tener un form sin datasource! -->
6    <datasource name="tmpDataSource" cache="1"/>    <datasource name="tmpDataSource" cache="1"/>
# Line 62  Line 62 
62      runForm ('branch_document.gfd')      runForm ('branch_document.gfd')
63    ]]></trigger>    ]]></trigger>
64    
65      <trigger name="currencyTypeTrigger" type="NAMED"><![CDATA[
66        runForm ('currency_type.gfd')
67      ]]></trigger>
68    
69    <trigger name="ctaCteClientTrigger" type="NAMED"><![CDATA[    <trigger name="ctaCteClientTrigger" type="NAMED"><![CDATA[
70      runForm ('ctaCteClient.gfd')      runForm ('ctaCteClient.gfd')
71    ]]></trigger>    ]]></trigger>
# Line 128  Line 132 
132        </box>        </box>
133    
134        <box name="branchDocumentBox" label="Configuración"        <box name="branchDocumentBox" label="Configuración"
135          x="0" y="21" width="43" height="4">          x="0" y="21" width="43" height="5">
136          <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"          <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"
137            x="1" y="1" width="40" height="1"/>            x="1" y="1" width="40" height="1"/>
138            <button name="currencyTypeButton" label="Configuración de Monedas" trigger="currencyTypeTrigger"
139              x="1" y="2" width="40" height="1"/>
140        </box>        </box>
141    
142      </block>      </block>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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