From 3d58c9073056a5bba11a8d842c0d1819328d345c Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 11 Apr 2013 23:40:44 +0000 Subject: [PATCH] New param to turn off Optional text for optional steps. --- xsl/params/mark.optional.procedure.steps.xml | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 xsl/params/mark.optional.procedure.steps.xml diff --git a/xsl/params/mark.optional.procedure.steps.xml b/xsl/params/mark.optional.procedure.steps.xml new file mode 100644 index 000000000..c8487ec2a --- /dev/null +++ b/xsl/params/mark.optional.procedure.steps.xml @@ -0,0 +1,34 @@ + + +mark.optional.procedure.steps +boolean + + +mark.optional.procedure.steps +Specifies whether to mark optional procedure steps + + + + + 1 + + + +Description + +This parameter specifies whether a procedure step +with attribute performance set to optional +should be marked. If set to 1 (the default value), then the +text "(Optional)" appears at the start of the first paragraph. +If set to zero, then no text is generated. + +The text can be customized in the gentext element with +key="optional-step". + + + -- 2.50.1