]> source.dussan.org Git - nextcloud-server.git/commitdiff
Allow to reuse the template 582/head
authorJoas Schilling <coding@schilljs.com>
Wed, 27 Jul 2016 10:29:49 +0000 (12:29 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 27 Jul 2016 10:29:49 +0000 (12:29 +0200)
apps/workflowengine/templates/admin.php

index c876f30c4c95548f8864d0e3754802d6c33f30df..9e01f8359fa92b777091398bbe934114e9a74365 100644 (file)
@@ -22,7 +22,7 @@
 /** @var array $_ */
 /** @var OC_L10N $l */
 ?>
-<div id="workflowengine" class="section workflowengine">
+<div id="<?php p($_['appid']); ?>" class="section workflowengine">
        <h2 class="inlineblock"><?php p($_['heading']); ?></h2>
        <script type="text/template" id="operations-template">
                <div class="operations"></div>