From 8df3db566a3a937b45ebf11adb90d265e6f5e2d4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:45:02 +0100 Subject: initial checking of customized version 1.0rc9 --- .../CleanFS/templates/common.editattachments.tpl | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 themes/CleanFS/templates/common.editattachments.tpl (limited to 'themes/CleanFS/templates/common.editattachments.tpl') diff --git a/themes/CleanFS/templates/common.editattachments.tpl b/themes/CleanFS/templates/common.editattachments.tpl new file mode 100644 index 0000000..5cff7d2 --- /dev/null +++ b/themes/CleanFS/templates/common.editattachments.tpl @@ -0,0 +1,46 @@ + + + perms('delete_attachments') ? '':' style="color:#999"'; ?>> + + + + + + + +
+ + + + + + prefs['theme_style'])."/mime/"; + $imgpath = Filters::noXSS($baseurl)."themes/".Filters::noXSS($proj->prefs['theme_style'])."/mime/"; + if (file_exists($imgdir.$attachment['file_type'] . '.png')): + ?> + (<?php echo Filters::noXSS($attachment['file_type']); ?>) + + + +    + + + + + + + + + + + + + + + + perms('delete_attachments')); ?> name="delete_att[]" value="" /> +
+ -- cgit v1.2.3-54-g00ecf