Skip to content

Commit

Permalink
nosubmitif clause added
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Lewiński <[email protected]>
  • Loading branch information
filipleple committed Oct 17, 2023
1 parent a1f53b7 commit 8fac045
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,13 @@ formset

endform;

form formid = FORM_TIME_OUT_ID,
help = STRING_TOKEN(STR_HLP_AUTO_BOOT);
title = STRING_TOKEN(STR_FORM_STD_ERR_TITLE);
nosubmitif
prompt = STRING_TOKEN(AUTOBOOT_NOSUBMIT_IF_NEGATIVE),
//value < 0
endif;
endform;

endformset;
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#language fr-FR "Modify boot driver options"
#string STR_FORM_BOOT_ADD_TITLE #language en-US "Add Boot Option"
#language fr-FR "Add Boot Option"
#string AUTOBOOT_NOSUBMIT_IF_NEGATIVE #language en-US "Autoboot Timeout value cannot be negative!"
#language fr-FR "Autoboot Timeout value cannot be negative!"
#string STR_FORM_BOOT_ADD_HELP #language en-US "Add EFI Application or Removable Fs as Boot Option"
#language fr-FR "Add EFI Application or Removable Fs as Boot Option"
#string STR_FORM_BOOT_DEL_TITLE #language en-US "Delete Boot Option"
Expand Down

0 comments on commit 8fac045

Please sign in to comment.