Closed
Bug 357912
Opened 19 years ago
Closed 19 years ago
[% wrap=false %] no longer works?
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: moco, Assigned: reed)
References
Details
after the recent website changes, the following pages have navigation chrome where they didn't before:
http://www.mozilla.com/en-US/test/sample-details.html
http://www.mozilla.com/en-US/test/sample-eula.html
perhaps [% wrap=false %] no longer works?
we'll need something like that, since we don't want the navigation bar chrome for the details and eulas for fx 2 / tb 2.
| Assignee | ||
Updated•19 years ago
|
Assignee: nobody → reed
OS: Mac OS X 10.3 → All
Hardware: PC → All
| Assignee | ||
Comment 1•19 years ago
|
||
No, it doesn't. The new site is all PHP-based. Fixed the issue, though.
Sending trunk/en-US/test/sample-details.html
Sending trunk/en-US/test/sample-eula.html
Transmitting file data ..
Committed revision 907.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•19 years ago
|
||
thanks reed. is there a new trick to doing this? (we'll need to use it for bugs #357749, 357752, 357832, 357833)
| Assignee | ||
Comment 3•19 years ago
|
||
Whereas the old system required overriding the wrapper, the new system requires the wrapper includes be added to every page. By not including the includes, the page is just plain.
See these URLs for what the file looks like now:
http://svn.mozilla.org/projects/mozilla.com/trunk/en-US/test/sample-details.html
http://svn.mozilla.org/projects/mozilla.com/trunk/en-US/test/sample-eula.html
| Assignee | ||
Comment 4•19 years ago
|
||
oh, I didn't notice that you need a complete file. :p
/me fixes
Sending en-US/test/sample-details.html
Sending en-US/test/sample-eula.html
Transmitting file data ..
Committed revision 908.
Now it's really fixed... :)
| Reporter | ||
Comment 5•19 years ago
|
||
verified, thanks reed!
note, my image tags are busted, but that's something I'd need to fix separately
<img src="../images/firefox-logo-64x64" alt="Firefox">
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 6•19 years ago
|
||
(In reply to comment #5)
> note, my image tags are busted, but that's something I'd need to fix separately
>
> <img src="../images/firefox-logo-64x64" alt="Firefox">
Bah, I fixed this in the original fix, but I overwrote it when I added the original file back. :(
Sending test/sample-details.html
Sending test/sample-eula.html
Transmitting file data ..
Committed revision 921.
This will be updated in the next sync.
Updated•14 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•14 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•