Bug 841722 - RFE: Image use code to cut and paste
Summary: RFE: Image use code to cut and paste
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: PressGang CCMS
Classification: Community
Component: Web-UI
Version: 1.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Matthew Casperson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-20 02:38 UTC by Joshua Wulf
Modified: 2014-10-19 23:01 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-03 21:52:26 UTC
Embargoed:


Attachments (Terms of Use)

Description Joshua Wulf 2012-07-20 02:38:59 UTC
/ImageFileList.xhtml

(1) After image upload I should be taken to the browse page for the image

(2) The browse page for an image should include the docbook code to use the image. 

For example:
"Cut and paste the following docbook code into your topic to use this image:

	<figure>
		<title>Graphical Representation of a Managed Domain</title>
		<mediaobject>
			<imageobject>
				<imagedata align="center" fileref="images/62.png" width="666px"/>
			</imageobject>
			<textobject><phrase> A managed domain with one domain controller, three host controllers, and three server groups. Servers are members of server groups, and may be located on any of the host controllers in the domain.</phrase>
			</textobject>
		</mediaobject>
	</figure>

Comment 1 Matthew Casperson 2012-12-03 21:52:26 UTC
This has been implemented in the new UI.

The new UI also has a selection of docbook templates that allows for images to be easily inserted.


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