/[lohnrechner]/trunk/lohnrechner2007.py
ViewVC logotype

Diff of /trunk/lohnrechner2007.py

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

revision 10 by wilde, Thu Jan 13 10:51:19 2005 UTC revision 12 by wilde, Thu Jan 13 11:39:49 2005 UTC
# Line 61  class Lohnrechner(LST2005.LStRechner2005 Line 61  class Lohnrechner(LST2005.LStRechner2005
61          self.lst = Entry(root)          self.lst = Entry(root)
62          self.lst.grid(row=0, column=3, sticky=W)          self.lst.grid(row=0, column=3, sticky=W)
63    
64          Label(root, text="Lolidarit�tszuschlag:").grid(row=1, column=2, sticky=E)          Label(root, text="Solidarit�tszuschlag:").grid(row=1, column=2, sticky=E)
65          self.soli = Entry(root)          self.soli = Entry(root)
66          self.soli.grid(row=1, column=3, sticky=W)          self.soli.grid(row=1, column=3, sticky=W)
67    

Legend:
Removed from v.10  
changed lines
  Added in v.12

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26