commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/designer/src/forms/wizards AddBlock.py Add...


From: Jason Cater
Subject: gnue/designer/src/forms/wizards AddBlock.py Add...
Date: Fri, 23 May 2003 19:04:45 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/05/23 19:04:45

Modified files:
        designer/src/forms/wizards: AddBlock.py AddPage.py 

Log message:
        fixed a few odd-ball wizard annoyances

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/forms/wizards/AddBlock.py.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/forms/wizards/AddPage.py.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: gnue/designer/src/forms/wizards/AddBlock.py
diff -c gnue/designer/src/forms/wizards/AddBlock.py:1.10 
gnue/designer/src/forms/wizards/AddBlock.py:1.11
*** gnue/designer/src/forms/wizards/AddBlock.py:1.10    Sat Apr  5 12:57:04 2003
--- gnue/designer/src/forms/wizards/AddBlock.py Fri May 23 19:04:45 2003
***************
*** 104,110 ****
      # Step #2 [New Datasource] / Get Connection
      #
      elif stepCode == '1:new':
!       return   { 'title': _('Datasource Connection'),
                   'content': (WizardText('What connection should this form use 
to connect to the \ndatabase?'),
                               WizardInput('connection',label='Connection:', 
required=1,
                                           set=self.GetAvailableConnections()),
--- 104,110 ----
      # Step #2 [New Datasource] / Get Connection
      #
      elif stepCode == '1:new':
!       return   { 'title': _('DataSource Connection'),
                   'content': (WizardText('What connection should this form use 
to connect to the \ndatabase?'),
                               WizardInput('connection',label='Connection:', 
required=1,
                                           set=self.GetAvailableConnections()),
***************
*** 116,122 ****
      # Step #3 [New Datasource] / Get Table
      #
      elif stepCode == '2:new':
!       return   { 'title': 'Select Validator Table/Source',
                   'content': (WizardText('Now, please select the table the 
dropdown will\nuse to populate its data set.'),
                               WizardInput('table', label='Table:', required=1, 
lines=5,
                                           
set=self.GetAvailableSources(self.variables['connection'])), ),
--- 116,122 ----
      # Step #3 [New Datasource] / Get Table
      #
      elif stepCode == '2:new':
!       return   { 'title': 'Select Base Table/Source',
                   'content': (WizardText('Now, please select the table the 
dropdown will\nuse to populate its data set.'),
                               WizardInput('table', label='Table:', required=1, 
lines=5,
                                           
set=self.GetAvailableSources(self.variables['connection'])), ),
Index: gnue/designer/src/forms/wizards/AddPage.py
diff -c gnue/designer/src/forms/wizards/AddPage.py:1.8 
gnue/designer/src/forms/wizards/AddPage.py:1.9
*** gnue/designer/src/forms/wizards/AddPage.py:1.8      Wed Jan  1 19:45:46 2003
--- gnue/designer/src/forms/wizards/AddPage.py  Fri May 23 19:04:45 2003
***************
*** 78,84 ****
      if step == '0':
  
        content = [WizardText('This will insert a new page.'),
!                  WizardInput('name',label='Object Name:',required=1,size=20)]
  
        if hasattr(self.form,'tabbed') and self.form.tabbed:
          content.append(WizardInput('caption', label='Tab Caption: ', 
required=1,
--- 78,86 ----
      if step == '0':
  
        content = [WizardText('This will insert a new page.'),
!                  WizardInput('name',label='Object Name:',required=1,size=20),
!                  WizardText('The page caption is optional. It is displayed in 
"tabbed"-style forms as the tab caption.'),
!                  WizardInput('name',label='Caption:',size=20)]
  
        if hasattr(self.form,'tabbed') and self.form.tabbed:
          content.append(WizardInput('caption', label='Tab Caption: ', 
required=1,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]