View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
10194Bug reportsTheme editorpublic2016-01-22 08:54
Reporterervit Assigned ToDenisChenu  
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
Fixed in Version2.06+ 
Summary10194: Citronade template has a typo
Description

In the Template.js file for the Citronade theme (actually in a copy I made with the Copy Template tool), there is a typo in the [code]
function moveLanguageChanger(){
if($("#languageselect-wrapper").text()){
offset=$("#languageselect-wrapper").offset();
$("#languageselect-wrapper").css("float",'rigth').css('margin-top','-'+(offset.top)+'px')
}
}[/code]

it says 'rigth' instead of 'right'

Additional Information

I have no idea if this affects anything or not, but probably needs to be fixed.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)
I will donate to the project if issue is resolved
Browser
Database type & version
Server OS (if known)
Webserver software & version (if known)
PHP Version

Users monitoring this issue

There are no users monitoring this issue.

Activities

mfavetti

mfavetti

2016-01-05 00:54

developer   ~34141

Checked this out, the typo causes float:right to not be applied to the language changer when present. Created PR that fixes it.

DenisChenu

DenisChenu

2016-01-05 08:29

developer   ~34142

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=16736

DenisChenu

DenisChenu

2016-01-08 08:35

developer   ~34181

Thanks for see this and fic it !!

Related Changesets

LimeSurvey: master 3ed5dcfa

2016-01-04 23:50:00

mfavetti

Details Diff
Fixed Issue 10194: Citronade template has a typo Affected Issues
10194
mod - templates/citronade/template.js Diff File

LimeSurvey: master 5f4d864f

2016-01-05 07:28:52

DenisChenu

Details Diff
Merge pull request #400 from zerwalter/citronade-fix-js

Fixed Issue 10194: Citronade template has a typo
Affected Issues
10194
mod - templates/citronade/template.js Diff File

Issue History

Date Modified Username Field Change
2016-01-04 16:59 ervit New Issue
2016-01-05 00:54 mfavetti Note Added: 34141
2016-01-05 08:29 mfavetti Changeset attached => LimeSurvey master 3ed5dcfa
2016-01-05 08:29 DenisChenu Changeset attached => LimeSurvey master 5f4d864f
2016-01-05 08:29 DenisChenu Note Added: 34142
2016-01-05 08:29 DenisChenu Assigned To => DenisChenu
2016-01-05 08:29 DenisChenu Resolution open => fixed
2016-01-08 08:35 DenisChenu Project Feature requests => Bug reports
2016-01-08 08:35 DenisChenu Note Added: 34181
2016-01-08 08:35 DenisChenu Status new => resolved
2016-01-08 08:35 DenisChenu Fixed in Version => 2.06+
2016-01-22 08:54 c_schmitz Status resolved => closed