]> source.dussan.org Git - nextcloud-server.git/commitdiff
Allow a description for workflow sections 750/head
authorJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:18:15 +0000 (15:18 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:18:15 +0000 (15:18 +0200)
apps/workflowengine/templates/admin.php

index 275ca390627675ccd8521394a90315e31439bbba..ea4168b0ff9b8fa800eaeb38e462efd63b1fc1f5 100644 (file)
 ?>
 <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>