View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
03567Bug reportsTheme editorpublic2009-08-14 02:32
Reporterkadejo Assigned Tokadejo  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.85+ 
Fixed in Version1.85+ 
Summary03567: Limespire template startpage references an outer image
Description

on startpage.pstpl, this blank.png references to an image on the site, instead of template's own blank.gif

<img src="http://www.limesurvey.org/images/blank.png&quot; border="0" alt="" id="logo" />

should be changed to

<img src="{TEMPLATEURL}blank.gif" border="0" alt="" id="logo" />

So, into an installation that has no way out to internet, loading the page with IE appears an ugly [X] (as ugly as IE, btw). On firefox it can't be noticed.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)
I will donate to the project if issue is resolved
BrowserIE7
Database type & versionMysql & PostgreSQL
Server OS (if known)GNU/Linux
Webserver software & version (if known)Apache2
PHP Version5.2

Users monitoring this issue

There are no users monitoring this issue.

Activities

kadejo

kadejo

2009-08-14 02:32

reporter   ~09137

fixed as suggested :-)

Issue History

Date Modified Username Field Change
2009-08-14 02:25 kadejo New Issue
2009-08-14 02:25 kadejo Status new => assigned
2009-08-14 02:25 kadejo Assigned To => user372
2009-08-14 02:25 kadejo Browser => IE7
2009-08-14 02:25 kadejo Database & DB-Version => Mysql & PostgreSQL
2009-08-14 02:25 kadejo Operating System (Server) => GNU/Linux
2009-08-14 02:25 kadejo Webserver => Apache2
2009-08-14 02:25 kadejo PHP Version => 5.2
2009-08-14 02:26 kadejo Assigned To user372 => kadejo
2009-08-14 02:32 kadejo Note Added: 09137
2009-08-14 02:32 kadejo Status assigned => resolved
2009-08-14 02:32 kadejo Fixed in Version => 1.85+
2009-08-14 02:32 kadejo Resolution open => fixed
2009-08-14 02:32 kadejo Status resolved => closed
2015-12-11 14:40 c_schmitz Category Templates => Theme editor