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 65e636c
Showing 1 changed file with 9 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(NOSUBMIT_IF_PROMPT),
FORM_TIME_OUT_ID < 0
endif;
endform;

endformset;

0 comments on commit 65e636c

Please sign in to comment.