File bmc/mods/MODULE/make.def - Custom Texts

From prokee
Revision as of 10:33, 11 August 2019 by Andy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 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.