You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2010/07/19 03:19:51 UTC

[jira] Resolved: (ROL-653) #showWeblogEntries isn't table friendly

     [ https://issues.apache.org/jira/browse/ROL-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson resolved ROL-653.
-------------------------------

    Resolution: Fixed

Addressed long ago. The next/prev controls are done by a different macro now.

> #showWeblogEntries isn't table friendly
> ---------------------------------------
>
>                 Key: ROL-653
>                 URL: https://issues.apache.org/jira/browse/ROL-653
>             Project: Roller
>          Issue Type: Bug
>          Components: Page Rendering & Management
>    Affects Versions: 1.0.0
>            Reporter: Martin Englund
>            Assignee: Roller Unassigned
>            Priority: Minor
>
> My "Weblog" wraps the #showWeblogEntries in a table:
> ---8<---
> <table>
> #showWeblogEntries
> </table>
> ---8<---
> and the _day page wraps each day in table rows.
> This causes the "Previois Entries" link to appear without TR & TD tags, and thus end up outside the table.
> ---8<---
> <TR><TD>&nbsp;</TD></TR> <!-- spacer -->
>         <div class="next-previous">
>             <span id="previousEntry">
>                       <a href="/roller/page/martin/20040825#my_own_theme"
>             title="Previous Entries"
>             >&laquo; My own theme</a>
>         </span>
>             <span id="nextEntry">
>         </span>
>         </div>
> </TABLE>
> ---8<---
> For a live picture see:
> http://blogs.sun.com/martin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.