aboutsummaryrefslogtreecommitdiff
path: root/templates/inlinepage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-28 20:32:51 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-28 20:32:51 +0000
commitc1cd9b6b3305b699ce9990bc5ca27a7170643ede (patch)
treec848cf7bc6728f1a74566b9b03def48640a3946f /templates/inlinepage.tmpl
parentd8b959eb0da3881821e363e1c51c757b1695ffa2 (diff)
downloadikiwiki-c1cd9b6b3305b699ce9990bc5ca27a7170643ede.tar
ikiwiki-c1cd9b6b3305b699ce9990bc5ca27a7170643ede.tar.gz
Changes from StefanoZacchiroli:
- Use div for inlinepage actions, not a span - Add an enclosing "trailer" div Also, change pageinfo span into a div, since it now can include <p>
Diffstat (limited to 'templates/inlinepage.tmpl')
-rw-r--r--templates/inlinepage.tmpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index 3657a17e6..aaadaad10 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -17,6 +17,8 @@
</span>
<TMPL_VAR CONTENT>
+<div class="trailer">
+
<span class="pageinfo">
Posted <TMPL_VAR CTIME>
</span>
@@ -31,7 +33,7 @@ Tags:
</span>
<TMPL_IF NAME="HAVE_ACTIONS">
-<span class="actions">
+<div class="actions">
<ul>
<TMPL_IF NAME="EDITURL">
<li><a href="<TMPL_VAR EDITURL>">Edit</a></li>
@@ -40,7 +42,9 @@ Tags:
<li><TMPL_VAR DISCUSSIONLINK></li>
</TMPL_IF>
</ul>
-</span>
+</div>
</TMPL_IF>
</div>
+
+</div>