Magellan Linux

Contents of /trunk/installer-simple/functions/installer-dialogs.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2420 - (show annotations) (download) (as text)
Tue Jan 7 13:47:35 2014 UTC (10 years, 3 months ago) by niro
File MIME type: application/x-sh
File size: 231 byte(s)
-moved welcome() and finish() to installer-dialogs and use messagebox()
1 welcome()
2 {
3 messagebox -y 10 -x 70 -h $"Welcome" $"Welcome to the ${DEFAULT_TITLE}.\n\n\nPress [Enter] to continue."
4 }
5
6 finish()
7 {
8 OK_LABEL=$"Exit" messagebox -y 10 -x 70 -h $"Finish" $"Installation was successfully finished."
9 }