Difference between revisions of "File bmc/mods/MODULE/make.def - Custom Texts"
Jump to navigation
Jump to search
(Created page with " == Task: ''create'' == *'''title''': Title text of the element of the current main content. *'''send''': Text on the submit button. *'''link_text_main''': Text to be shown...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | <syntaxhighlight lang="JavaScript" line="line" highlight="31-33,41-42,49,54"> | ||
| + | //GLOBAL:: | ||
| + | |||
| + | DEF TXT | ||
| + | { | ||
| + | name_of_task | ||
| + | { | ||
| + | language | ||
| + | { | ||
| + | ... | ||
| + | } | ||
| + | ... | ||
| + | } | ||
| + | ... | ||
| + | } | ||
| + | </syntaxhighlight> | ||
| Line 5: | Line 21: | ||
*'''title''': Title text of the element of the current main content. | *'''title''': Title text of the element of the current main content. | ||
*'''send''': Text on the submit button. | *'''send''': Text on the submit button. | ||
| − | *'''link_text_main''': Text to be shown as link to the main page of | + | *'''link_text_main''': Text to be shown as link to the main page of this module. |
*'''intro''': Text to be shown before the form. | *'''intro''': Text to be shown before the form. | ||
*'''send_info''': Text to be shown before the submit button. | *'''send_info''': Text to be shown before the submit button. | ||
Latest revision as of 10:33, 11 August 2019
1 //GLOBAL::
2
3 DEF TXT
4 {
5 name_of_task
6 {
7 language
8 {
9 ...
10 }
11 ...
12 }
13 ...
14 }
Task: create
- title: Title text of the element of the current main content.
- send: Text on the submit button.
- link_text_main: Text to be shown as link to the main page of this module.
- intro: Text to be shown before the form.
- send_info: Text to be shown before the submit button.
Task: create_confirm
- title: Title text of the element of the current main content.
- infotext: Confirmation message.
- link_text_01: Text for the link to the search form.