Difference between revisions of "File bmc/mods/MODULE/make.def - Custom Texts"

From prokee
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...")
 
Line 1: Line 1:
 +
<syntaxhighlight lang="JavaScript" line="line" highlight="31-33,41-42,49,54">
 +
//GLOBAL::
 +
 +
DEF TXT
 +
{
 +
    name_of_task
 +
    {
 +
        language
 +
        {
 +
            ...
 +
        }
 +
        ...
 +
    }
 +
    ...
 +
}
 +
</syntaxhighlight>
  
  

Revision as of 21:43, 27 July 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 thin 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.