View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
04177Bug reportsTheme editorpublic2010-03-03 23:36
Reportertammo Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionno change required 
Product Version1.87RC5 
Summary04177: In code many design issues
Description

In the code of:
survey.php, question.php and group.php I found several occurrences of the following expression:

echo "<center><font color='red' size='2'>".$clang->gT("This survey is not currently active. You will not be able to save your responses.")."</font></center>\n";

In order to make the division between code and presentation optimal, I think it would be better to change this to the following:

echo "<div id='surveynotactive'>".$clang->gT("This survey is not currently active. You will not be able to save your responses.")."</div>\n";

All design issues can then be dealt with in the css file. This gives the designer much more freedom. I have not checked yet, but I suspect that in more cases design statements may appear in the code. Time for a cleanup?

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)8429
I will donate to the project if issue is resolved
Browserall
Database type & version n.a.
Server OS (if known) linux
Webserver software & version (if known) apache
PHP Version 5

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2010-03-03 23:36

administrator   ~11215

This is not a bug but an enhancement. Please us ideas.limesurvey.org instead.
If you want to help cleaning up you are most welcome!
We are always accepting subversion patches.

Issue History

Date Modified Username Field Change
2010-03-03 14:01 tammo New Issue
2010-03-03 23:36 c_schmitz Note Added: 11215
2010-03-03 23:36 c_schmitz Status new => closed
2010-03-03 23:36 c_schmitz Assigned To => c_schmitz
2010-03-03 23:36 c_schmitz Resolution open => no change required
2015-12-11 14:40 c_schmitz Category Templates => Theme editor