From 6534bf866f6f8249a004cfc7dd3f00235e040840 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Wed, 5 Apr 2017 19:48:53 +0530 Subject: [PATCH] Added link to Create Action form Edit The Create Workbook and Create Workflow form has links to the Workflow Language syntax. Similarly, link to the syntax for creating action is added to the Create Action form. Change-Id: I9dd25f96f0904c19998c91df32908500545e098c Closes-Bug: #1680103 --- mistraldashboard/actions/templates/actions/_create.html | 8 +++++++- mistraldashboard/actions/templates/actions/_update.html | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/mistraldashboard/actions/templates/actions/_create.html b/mistraldashboard/actions/templates/actions/_create.html index 59152ba..c6e40d1 100644 --- a/mistraldashboard/actions/templates/actions/_create.html +++ b/mistraldashboard/actions/templates/actions/_create.html @@ -3,5 +3,11 @@ {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

-

{% trans "Create a new action with the provided definition." %}

+

{% trans "Use one of the available definition source options to specify the definition to be used in creating this action." %}

+

+ {% trans "Refer"%} + + Mistral Workflow Language + {% trans " documentation for syntax details." %} +

{% endblock %} diff --git a/mistraldashboard/actions/templates/actions/_update.html b/mistraldashboard/actions/templates/actions/_update.html index fc4a7d4..17db56f 100644 --- a/mistraldashboard/actions/templates/actions/_update.html +++ b/mistraldashboard/actions/templates/actions/_update.html @@ -3,5 +3,11 @@ {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

-

{% trans "Update action with the provided definition." %}

+

{% trans "Use one of the available definition source options to specify the definition to be used in updating this action." %}

+

+ {% trans "Refer"%} + + Mistral Workflow Language + {% trans " documentation for syntax details." %} +

{% endblock %}