Author: Derick Rethans (derickr)
Date: 2025-09-01T10:52:09+01:00
Commit:
https://github.com/php/web-wiki/commit/6ce44faf50b7f80da55ed3a6cd2dd79381490ed4
Raw diff:
https://github.com/php/web-wiki/commit/6ce44faf50b7f80da55ed3a6cd2dd79381490ed4.diff
Restore showing of template message
Changed paths:
M dokuwiki/lib/plugins/doodle/doodle_template.php
Diff:
diff --git a/dokuwiki/lib/plugins/doodle/doodle_template.php
b/dokuwiki/lib/plugins/doodle/doodle_template.php
index 0a6adc51..49bc8196 100755
--- a/dokuwiki/lib/plugins/doodle/doodle_template.php
+++ b/dokuwiki/lib/plugins/doodle/doodle_template.php
@@ -60,6 +60,14 @@
echo $template['inputTR']
?>
+<?php if (!empty($template['msg'])) { ?>
+ <div class="title_row" style="grid-template-columns: 2fr repeat(<?php echo
$c; ?>, 1fr)">
+ <div class="title_caption" style="grid-column: 1 / <?php echo ($c+2) ?>">
+ <?php echo $template['msg'] ?>
+ </div>
+ </div>
+<?php } ?>
+
</div>
</form>