Bug 819704 - RFE: use <formalpara> instead of <simplesect> for bug links
Summary: RFE: use <formalpara> instead of <simplesect> for bug links
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: PressGang CCMS
Classification: Community
Component: Web-UI
Version: 1.x
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
: ---
Assignee: Lee Newson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-08 02:32 UTC by Joshua Wulf
Modified: 2014-10-19 23:00 UTC (History)
2 users (show)

Fixed In Version: 0.32.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-01 23:31:32 UTC
Embargoed:


Attachments (Terms of Use)

Description Joshua Wulf 2012-05-08 02:32:41 UTC
The request is to change the tag of injected bug links from <simplesect> to <formalpara>.

This is needed to implement the xsl transform to remove the title from front-matter topics.

Comment 1 Lee Newson 2012-07-11 22:49:22 UTC
Done.

Bug Links and Survey Links are now wrapped in formalpara's rather then simplesect's.

Comment 2 Lee Newson 2012-07-12 03:42:04 UTC
I'm reverting this change as it removes the CSS that is applied via the role attribute when a formalpara is used. We will have to find something else to use.

Comment 3 Lee Newson 2013-05-16 22:47:46 UTC
Fixed in 0.32.0

Report a bug links are now wrapped in the following template:

<para><ulink url="...">Report a Bug</ulink></para>

instead of:

<simplesect>
    <title/>
    <para><ulink url="...">Report a Bug</ulink></para>
</simplesect>


Note You need to log in before you can comment on or make changes to this bug.