liquid_feedback_frontend
diff app/main/_layout/default.html @ 127:4fb486bce608
add pageinator to issue view.
this "paginator" shows links to the prev/area/next issues that have the same
state then the current one. This helps a lot when inspecting new issues or voting.
The voting filter works a little bit different, as he also activtes the not_voted subfilter
because it is most likely only not voted issues are interessting to the user
this "paginator" shows links to the prev/area/next issues that have the same
state then the current one. This helps a lot when inspecting new issues or voting.
The voting filter works a little bit different, as he also activtes the not_voted subfilter
because it is most likely only not voted issues are interessting to the user
author | Daniel Poelzleithner <poelzi@poelzi.org> |
---|---|
date | Tue Oct 05 04:44:06 2010 +0200 (2010-10-05) |
parents | e0b091e2a0f3 |
children | 082450e65aa8 |
line diff
1.1 --- a/app/main/_layout/default.html Mon Oct 04 15:52:22 2010 +0200 1.2 +++ b/app/main/_layout/default.html Tue Oct 05 04:44:06 2010 +0200 1.3 @@ -63,6 +63,9 @@ 1.4 <div style="clear: left;"></div> 1.5 </div> 1.6 </div> 1.7 + <div class="content_navigation" id="content_navigation"> 1.8 + <!-- WEBMCP SLOT content_navigation --> 1.9 + </div> 1.10 <div class="main" id="default"> 1.11 <!-- WEBMCP SLOT default --> 1.12 </div>