diff --git a/data/interfaces/default/newsletter_config.html b/data/interfaces/default/newsletter_config.html index 2e46c998..f6ae70c3 100644 --- a/data/interfaces/default/newsletter_config.html +++ b/data/interfaces/default/newsletter_config.html @@ -32,7 +32,7 @@
@@ -40,11 +40,11 @@
- - +
@@ -62,8 +62,8 @@

${item['description'] | n}

@@ -98,7 +98,7 @@
- +

${item['description'] | n}

@@ -116,7 +116,7 @@ % elif item['input_type'] == 'checkbox':

${item['description'] | n}

@@ -126,7 +126,7 @@
- % for key, value in sorted(item['select_options'].items()): % if key == item['value']: @@ -144,7 +144,7 @@
- % if item['select_all']: @@ -178,7 +178,7 @@
- +

@@ -191,7 +191,7 @@

- +

Optional: Enter a description to help identify this newsletter in the newsletters list.

@@ -205,7 +205,7 @@

Enable to save the newsletter HTML file without sending it to any notification agent.

@@ -214,7 +214,7 @@
- +

Optional: Enter the file name to use when saving the newsletter (ending with .html). You may use any of the newsletter text parameters. Leave blank for default.

@@ -224,7 +224,7 @@

Enable to send the newsletter as an HTML formatted Email. Disable to only send a subject and body message to a different notification agent.

@@ -232,7 +232,7 @@

Enable to group this newsletter together in a single Email thread. Disable to send a new Email for each newsletter.

@@ -240,7 +240,7 @@
- % for notifier in email_notifiers: <% selected = 'selected' if notifier['id'] == newsletter['email_config']['notifier_id'] else '' %> % if notifier['friendly_name']: @@ -263,7 +263,7 @@
- % for notifier in other_notifiers: <% selected = 'selected' if notifier['id'] == newsletter['config']['notifier_id'] else '' %> % if notifier['friendly_name']: @@ -294,7 +294,7 @@
- +

${item['description'] | n}

@@ -304,7 +304,7 @@
- +

${item['description'] | n}

@@ -322,7 +322,7 @@ % elif item['input_type'] == 'checkbox' and item['name'] != 'newsletter_email_html_support':

${item['description'] | n}

@@ -332,7 +332,7 @@
- % for key, value in sorted(item['select_options'].items()): % if isinstance(value, list): @@ -354,7 +354,7 @@
- % if isinstance(item['select_options'], dict): @@ -399,7 +399,7 @@
- +

@@ -410,7 +410,7 @@

- +

@@ -421,7 +421,7 @@

- +

diff --git a/data/interfaces/default/notifier_config.html b/data/interfaces/default/notifier_config.html index ff7e1d03..febace9a 100644 --- a/data/interfaces/default/notifier_config.html +++ b/data/interfaces/default/notifier_config.html @@ -51,13 +51,13 @@

% if notifier['agent_name'] == 'scripts' and item['name'] == 'scripts_script_folder':
- +
% else: - + % endif
@@ -72,7 +72,7 @@ - +
@@ -83,7 +83,7 @@
- +

${item['description'] | n}

@@ -101,7 +101,7 @@ % elif item['input_type'] == 'checkbox':

${item['description'] | n}

@@ -111,7 +111,7 @@
- % for key, value in sorted(item['select_options'].items()): % if isinstance(value, list): @@ -133,7 +133,7 @@
- % if item['select_all']: @@ -167,7 +167,7 @@
- +

Optional: Enter a description to help identify this agent in the notification agents list.

@@ -185,7 +185,7 @@ % for action in available_notification_actions:

${action['description'] | n}

@@ -208,7 +208,7 @@
- +

Optional: Enter custom logic to use when evaluating the conditions (e.g. {1} and ({2} or {3})). @@ -254,7 +254,7 @@

  • - +

    Set custom arguments passed to the script.

    @@ -280,12 +280,12 @@
  • - +

    Set custom JSON headers.

    - +

    Set custom JSON data.

    @@ -311,12 +311,12 @@
  • - +

    Set a custom subject line.

    - +

    Set a custom body.

    @@ -347,7 +347,7 @@
    - % for key, value in sorted(notifier['config_options'][2]['select_options'].items()): % endfor @@ -360,7 +360,7 @@
    - +

    Set custom arguments passed to the script.

    @@ -370,7 +370,7 @@
    - +

    Set custom JSON headers sent to the webhook.

    @@ -379,7 +379,7 @@
    - +

    Set custom JSON data sent to the webhook.

    @@ -389,7 +389,7 @@
    - +

    Set a custom subject line.

    @@ -398,7 +398,7 @@
    - +

    Set a custom body.