web commit by http://stefano.zacchiroli.myopenid.com/: added a patch for "trailer" div around meta information for inlined pages

master
joey 2006-12-28 16:24:58 +00:00
parent b6ac9ee03c
commit 2135c9777c
1 changed files with 22 additions and 1 deletions

View File

@ -27,3 +27,24 @@ Here's the one-liner:
</div>
The following adds a div element with class="trailer" around the meta-information added after an inlined page (namely: the post date, the tags, and the actions):
--- inlinepage.tmpl.orig 2006-12-28 16:56:49.000000000 +0100
+++ inlinepage.tmpl 2006-12-28 17:02:06.000000000 +0100
@@ -17,6 +17,8 @@
</span>
<TMPL_VAR CONTENT>
+<div class="trailer">
+
<span class="pageinfo">
Posted <TMPL_VAR CTIME>
</span>
@@ -44,3 +46,5 @@
</TMPL_IF>
</div>
+
+</div>