Changeset 173

Show
Ignore:
Timestamp:
01/12/09 21:15:05 (10 months ago)
Author:
cedenoj
Message:

refs #2723 Adding the project name to the right of the bs logo on the orange bar. Also adding the o.e logo to the right side of the orange bar. A link to create a new ticket is added to the top section of the first report

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trac-0.10.3/templates/header.cs

    r164 r173  
    3030<div id="banner"> 
    3131 
    32 <div id="header"><?cs 
     32<div id="header"> 
     33<div style="float:right;"> 
     34<img src="/projects/admin/chrome/common/wordmark.gif"/> 
     35</div> 
     36<?cs 
    3337 if:chrome.logo.src ?><a id="logo" href="<?cs 
    3438  var:chrome.logo.link ?>"><img src="<?cs var:chrome.logo.src ?>"<?cs 
    3539  if:chrome.logo.width ?> width="<?cs var:chrome.logo.width ?>"<?cs /if ?><?cs 
    3640  if:chrome.logo.height ?> height="<?cs var:chrome.logo.height ?>"<?cs 
    37   /if ?> alt="<?cs var:chrome.logo.alt ?>" /></a><hr /><?cs 
     41  /if ?> alt="<?cs var:chrome.logo.alt ?>" /><h1><?cs var:project.name_encoded ?></h1></a><?cs 
    3842 elif:project.name_encoded ?><h1><a href="<?cs var:chrome.logo.link ?>"><?cs 
    3943  var:project.name_encoded ?></a></h1><?cs 
  • trac-0.10.3/templates/report.cs

    r19 r173  
    105105       <input type="submit" value="Delete report" /> 
    106106      </div></form><?cs /if ?> 
     107 <form action="../newticket" method="get"><div> 
     108  <input type="submit" value="Create new ticket" /> 
     109 </div></form> 
    107110     </div><?cs 
    108111    /if ?><?cs