Allow a description for workflow sections

This commit is contained in:
Joas Schilling 2016-08-05 15:18:15 +02:00
parent 09f095d30f
commit 94ac627c37
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
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>