EVE-SECURE / joomla-in-eve

Automatically exported from code.google.com/p/joomla-in-eve
0 stars 0 forks source link

error in the character sheet. #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. the skillqueue images references /assets/ instead of images
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

line 22 in skillqueue.php should read /images instead of /assets/level

Original issue reported on code.google.com by omgfy...@gmail.com on 12 Mar 2010 at 8:13

GoogleCodeExporter commented 9 years ago
actually I edited line 22 in 
/com_evecharsheet/views/character/tmpl/default_skillqueue.php to read:

                <img src="<?php echo JURI::base(); ?>media/com_evecharsheet/images/level<?php echo 
$skill->level; ?>.gif" border="0" alt="Level <?php echo $skill->level; ?>" 
title="<?php echo 
number_format($skill->endSP); ?>" />

Original comment by omgfy...@gmail.com on 12 Mar 2010 at 8:24

GoogleCodeExporter commented 9 years ago
same error exists in the certificates php file.  the fix works there too.

Original comment by omgfy...@gmail.com on 12 Mar 2010 at 8:55

GoogleCodeExporter commented 9 years ago
fixed in R113

Original comment by koval...@gmail.com on 16 Mar 2010 at 4:19