Viewing Issue Advanced Details Jump to Notes ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000059 [phpBBGarage] General trivial always 2008-03-06 09:53 2008-09-26 10:10
Reporter nickweb View Status public  
Assigned To poyntesm
Priority normal Resolution fixed Platform
Status resolved   OS
Projection none   OS Version
ETA none Fixed in Version 2.0.B4 Product Version 2.0.B3
  Target Version Product Build
Summary 0000059: New Premium Image LANG not converted.
Description It appears as though the New Permium image does not correctly take on the "Add New Premium" ALT text specified in the language file. Instead it shows { ADD_INSURANCE }
Steps To Reproduce
Additional Information Suggested Fix :

Open garage_view_vehicle.html

Find (line 169)

<!-- IF U_ADD_INSURANCE --><li class="newpremium-icon">{U_ADD_INSURANCE}<!-- ENDIF -->

Replace with :

<!-- IF U_ADD_INSURANCE --><li class="newpremium-icon">{U_ADD_INSURANCE}<!-- ENDIF -->
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000077)
roblom (reporter)
2008-03-06 12:00

The find is exactly the same as the replacement so i don't think it's a fix :)
I think the ADD_INSURANCE is missing in the language file, if you add it it will show the right text.
The missing ADD_INSURANCE is already fixed in a previous bugreport i beleave.
(0000078)
roblom (reporter)
2008-03-06 12:02

It's reported in issue 0000016 i think.
(0000083)
nickweb (reporter)
2008-03-08 15:21

hmm - just realised i posted the same line twice. the actual line should have read...

<!-- IF U_ADD_INSURANCE --><li class="newpremium-icon">{U_ADD_INSURANCE}<!-- ENDIF -->

Sorry about the confusion. N
(0000084)
nickweb (reporter)
2008-03-08 15:29

<!-- IF U_ADD_INSURANCE --><li class="newpremium-icon"><!--a href="{U_ADD_INSURANCE}" title="{L_ADD_NEW_INSURANCE_PREMIUM}"><!--/a><!--/li><!-- ENDIF -->

Just realised whats up. Remove the !-- from the tags.
(0000100)
poyntesm (administrator)
2008-09-26 10:10

Fixed in r547

- Issue History
Date Modified Username Field Change
2008-03-06 09:53 nickweb New Issue
2008-03-06 12:00 roblom Note Added: 0000077
2008-03-06 12:02 roblom Note Added: 0000078
2008-03-08 15:21 nickweb Note Added: 0000083
2008-03-08 15:29 nickweb Note Added: 0000084
2008-09-26 10:10 poyntesm Status new => resolved
2008-09-26 10:10 poyntesm Fixed in Version => 2.0.B4
2008-09-26 10:10 poyntesm Resolution open => fixed
2008-09-26 10:10 poyntesm Assigned To => poyntesm
2008-09-26 10:10 poyntesm Note Added: 0000100
cron