View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
07430Feature requestsTheme editorpublic2014-02-27 14:49
Reporteruser9313Assigned To 
PrioritynormalSeverityfeature 
Status acknowledgedResolutionopen 
Summary07430: RETURNTOSURVEY Button
Description

Currently in LimeSurvey the replacement field for RETURNTOSURVEY if used gets replaced with and hyperlink, which does not quite fit in with all the nice buttons you have on your template.

So to make it blend in with the rest of the buttons on your template you will have to make some adjustments to your template code.

Additional Information

A possible solution: RETURNTOSURVEY Button - TEMP SOLUTION
Have the hyperlink removed from common.php and have it replace by a button.

You can accomplish it now by doing it manually, but IS NOT RECOMMENDED as you have to make changes to the core of limesurvey which will be replaced by your next update / upgrade, but it can be done.

SOLUTION FOR NOW UNTIL APPROVED

open common.php
goto line number 2990
replace with $savereturn = "$relativeurl/index.php?sid=$surveyid";
goto line number 2995
replace with $savereturn .= ";";
Now use the following code in your template layouts
<input type="button" value="Return to Survey" onClick="document.location.href='RETURNTOSURVEY';">
Refresh your template and the hyperlink has been replaced with an button.

TagsNo tags attached.
Bug heat2
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2014-02-27 14:49

developer   ~28996

Can be closed now ?

Issue History

Date Modified Username Field Change
2014-02-27 14:49 DenisChenu Note Added: 28996
2015-12-11 14:40 c_schmitz Category Templates => Theme editor