summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_comment_box.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/pkg_comment_box.php')
-rw-r--r--web/template/pkg_comment_box.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/template/pkg_comment_box.php b/web/template/pkg_comment_box.php
new file mode 100644
index 0000000..22f90d4
--- /dev/null
+++ b/web/template/pkg_comment_box.php
@@ -0,0 +1,4 @@
+<div id="generic-form" class="box">
+ <h2><?= (isset($comment_id)) ? __('Edit comment for: %s', htmlspecialchars($pkgbase_name)) : __("Add Comment"); ?></h2>
+ <?php include 'pkg_comment_form.php' ?>
+</div>