mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Allow to reuse the template
This commit is contained in:
parent
0ebc3bbc9f
commit
ec8ec17cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue