Magellan Linux

Diff of /trunk/installer-simple/functions/common-dialogs.sh

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

revision 2346 by niro, Fri Jan 3 15:03:47 2014 UTC revision 2391 by niro, Tue Jan 7 12:46:03 2014 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3    OK_LABEL=$"Next"
4    CANCEL_LABEL=$"Back"
5    
6  # common dialog boxes  # common dialog boxes
7  messagebox()  messagebox()
8  {  {
# Line 64  passwordbox() Line 67  passwordbox()
67   --passwordbox "${text}" "${height}" "${width}"   --passwordbox "${text}" "${height}" "${width}"
68  }  }
69    
70  gauge()  gaugebox()
71  {  {
72   local header="$1"   local header="$1"
73   local text="$2"   local text="$2"
# Line 83  gauge() Line 86  gauge()
86   --gauge "${text}" "${height}" "${width}"   --gauge "${text}" "${height}" "${width}"
87  }  }
88    
89  yesno()  yesnobox()
90  {  {
91   local header="$1"   local header="$1"
92   local text="$2"   local text="$2"

Legend:
Removed from v.2346  
changed lines
  Added in v.2391