Skip to content

Commit

Permalink
Hinweis auf Aktionen in Modul-Editier Maske (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jun 1, 2020
1 parent dc02a44 commit dd01b72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -116,6 +116,7 @@ module_name = Name
module_key = Schlüssel
module_key_notice = Der Schlüssel sollte eindeutig vergeben oder nicht ausgefüllt werden.
module_key_exists = Der Schlüssel existiert bereits.
module_actions_notice = Tipp: Mit Aktionen kann zusätzlich PHP-Code ausgeführt werden. Zum Beispiel, um Moduleingaben zu validieren.
save_module_and_quit = Modul speichern
save_module_and_continue = Modul übernehmen
module_description = Modulbezeichnung
Expand Down
Expand Up @@ -111,6 +111,7 @@ create_module = Create module
input = Input
output = Output
module_name = Name
module_actions_notice = Tip: Using Actions you might validate user input or trigger custom php scripts
save_module_and_quit = Save module
save_module_and_continue = Update module
module_description = Module description
Expand Down
Expand Up @@ -254,6 +254,7 @@
$n = [];
$n['label'] = '<label for="moutput">' . rex_i18n::msg('output') . '</label>';
$n['field'] = '<textarea class="form-control rex-code rex-js-code" id="moutput" name="ausgabe" spellcheck="false">' . rex_escape($ausgabe) . '</textarea>';
$n['note'] = rex_i18n::msg('module_actions_notice');
$formElements[] = $n;

$fragment = new rex_fragment();
Expand Down

0 comments on commit dd01b72

Please sign in to comment.