summaryrefslogtreecommitdiff
path: root/templates/calendar_box.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/calendar_box.tpl')
-rw-r--r--templates/calendar_box.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/calendar_box.tpl b/templates/calendar_box.tpl
index cde799b..27c47c9 100644
--- a/templates/calendar_box.tpl
+++ b/templates/calendar_box.tpl
@@ -9,7 +9,7 @@
{$cellHash.rendered}
{/if}
{if $gBitUser->hasPermission('p_calendar_view_changes') && !empty($cellHash.creator_real_name) }
-{*
+
<div class="boxcontent">
{tr}Content Type{/tr}: {$cellHash.content_description}
<br />
@@ -17,7 +17,7 @@
<br />
<strong>{tr}Last modified{/tr}</strong>: {displayname login=$cellHash.modifier_user real_name=$cellHash.modifier_real_name}<br />{$cellHash.last_modified|cal_date_format:"%Y-%m-%d - %H:%M %Z"}
</div>
-*}
+
{/if}
{else}
<div class=error>{tr}No such content.{/tr}</div>