aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/inlinechange.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/inlinechange.tmpl b/templates/inlinechange.tmpl
new file mode 100644
index 000000000..669911184
--- /dev/null
+++ b/templates/inlinechange.tmpl
@@ -0,0 +1,11 @@
+<TMPL_IF FIRST>
+<div class="inlinechange">
+</TMPL_IF>
+<TMPL_VAR CONTENT>
+<span class="desc"><br />Date:</span>
+<span class="changedate">
+<TMPL_VAR CTIME>
+</span>
+<TMPL_IF LAST>
+</div>
+</TMPL_IF>