Allow a description for workflow sections

This commit is contained in:
Joas Schilling 2016-08-05 15:18:15 +02:00 committed by Bjoern Schiessle
parent ae1a41f05b
commit 7637c2e366
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@
?>
<div id="<?php p($_['appid']); ?>" class="section workflowengine">
<h2 class="inlineblock"><?php p($_['heading']); ?></h2>
<?php if ($_['description']): ?>
<p><?php p($_['description']); ?></p>
<?php endif; ?>
<script type="text/template" id="operations-template">
<div class="operations"></div>
<button class="button-add-operation"><?php p($l->t('Add rule group')); ?></button>