dialog.subr (40dfc82d3519575734e8ceb6774f74ac74a84dd5) | dialog.subr (254917d4fe502183e114aa143c9d0355d7deb58e) |
---|---|
1if [ ! "$_DIALOG_SUBR" ]; then _DIALOG_SUBR=1 2# 3# Copyright (c) 2006-2012 Devin Teske 4# All Rights Reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions 8# are met: --- 1039 unchanged lines hidden (view full) --- 1048 --exit-label \"\$msg_ok\" \ 1049 --no-cancel \ 1050 --textbox \"\$file\" $size 1051 else 1052 eval $DIALOG \ 1053 --title \"\$DIALOG_TITLE\" \ 1054 --backtitle \"\$DIALOG_BACKTITLE\" \ 1055 --ok-label \"\$msg_ok\" \ | 1if [ ! "$_DIALOG_SUBR" ]; then _DIALOG_SUBR=1 2# 3# Copyright (c) 2006-2012 Devin Teske 4# All Rights Reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions 8# are met: --- 1039 unchanged lines hidden (view full) --- 1048 --exit-label \"\$msg_ok\" \ 1049 --no-cancel \ 1050 --textbox \"\$file\" $size 1051 else 1052 eval $DIALOG \ 1053 --title \"\$DIALOG_TITLE\" \ 1054 --backtitle \"\$DIALOG_BACKTITLE\" \ 1055 --ok-label \"\$msg_ok\" \ |
1056 --msgbox \"\$msg_text\" $size | 1056 --msgbox \"\$contents\" $size |
1057 fi 1058} 1059 1060############################################################ YESNO FUNCTIONS 1061 1062# f_dialog_yesno $msg_text ... 1063# 1064# Display a dialog(1) Yes/No prompt to allow the user to make some decision. --- 401 unchanged lines hidden --- | 1057 fi 1058} 1059 1060############################################################ YESNO FUNCTIONS 1061 1062# f_dialog_yesno $msg_text ... 1063# 1064# Display a dialog(1) Yes/No prompt to allow the user to make some decision. --- 401 unchanged lines hidden --- |