Bug 246871 - Publishing: Missing option to specify Title of published site as text
Summary: Publishing: Missing option to specify Title of published site as text
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EPF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: epf.tool-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-10 10:34 EDT by Kristian Mandrup CLA
Modified: 2023-02-16 16:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kristian Mandrup CLA 2008-09-10 10:34:44 EDT
Build ID: 20080821-1745

Steps To Reproduce:
topnav.xsl only has the option to reference a banner image (background style) as the site title. Should have option to specify the Title as pure text in the publishing options.


More information:
Fix in topnav.xsl could be something like:

  <table class="banner" border="0" cellspacing="0" cellpadding="0" >
    <tr>
	  <td>
	    <xsl:if test="$bannerImage == ''">
		   <div class="bannerTitle"><xsl:value-of select="$title"/></div>
	    </xsl:if>
       <table border="0" cellspacing="0" cellpadding="0" align="right" summary="">