/[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.15 by charlie, Tue Apr 22 23:21:09 2003 UTC revision 1.16 by styxman, Fri Apr 25 22:52:54 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="24" title="Luca v0.1.9">  <form tabbed="top" width="43" height="24" title="Luca v0.1.10">
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="ownBranchTrigger" type="NAMED"><![CDATA[
66        runForm ('ownBranch.gfd')
67      ]]></trigger>
68    
69    <trigger name="currencyTypeTrigger" type="NAMED"><![CDATA[    <trigger name="currencyTypeTrigger" type="NAMED"><![CDATA[
70      runForm ('currency_type.gfd')      runForm ('currency_type.gfd')
71    ]]></trigger>    ]]></trigger>
# Line 131  Line 135 
135            x="10" y="2" width="20" height="1"/>            x="10" y="2" width="20" height="1"/>
136        </box>        </box>
137    
       <box name="branchDocumentBox" label="Configuración"  
         x="0" y="21" width="43" height="5">  
         <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"  
           x="1" y="1" width="40" height="1"/>  
         <button name="currencyTypeButton" label="Configuración de Monedas" trigger="currencyTypeTrigger"  
           x="1" y="2" width="40" height="1"/>  
       </box>  
   
138      </block>      </block>
139    </page>    </page>
140    <page name="Listados">    <page name="Listados">
# Line 163  Line 159 
159      </block>      </block>
160    </page>    </page>
161    
162      <page name="Configuración">
163        <box name="branchDocumentBox" label="Configuración"
164          x="0" y="0" width="43" height="10">
165          <button name="ownBranchButton" label="Datos de la Empresa/Sucursal" trigger="ownBranchTrigger"
166            x="1" y="1" width="40" height="1"/>
167          <button name="branchDocumentButton" label="Numeros de documentos" trigger="branchDocumentTrigger"
168            x="1" y="2" width="40" height="1"/>
169          <button name="currencyTypeButton" label="Cotizacion de monedas" trigger="currencyTypeTrigger"
170            x="1" y="3" width="40" height="1"/>
171        </box>
172      </page>
173    
174    <page name="Acerca de">    <page name="Acerca de">
175      <box label="Proyecto PAPO" x="0" y="0" width="41" height="23">      <box label="Proyecto PAPO" x="0" y="0" width="41" height="23">
176        <label text="Luca versión 0.1.9" x="1" y="1"/>        <label text="Luca versión 0.1.10" x="1" y="1"/>
177        <label text="Fundación Vía Libre" x="1" y="3"/>        <label text="Fundación Vía Libre" x="1" y="3"/>
178        <label text="http://papo.vialibre.org.ar/" x="1" y="5"/>        <label text="http://papo.vialibre.org.ar/" x="1" y="5"/>
179      </box>      </box>

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

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