Hi,
I noticed a problem in the send reminder page.
When I click in the little button "Send email reminder to selected entries" (bottom of the tokens table in the tokes display page) I am redirected to the page to edit the e-mail reminder template and a javascript error occurs(IE says it is a syntax error in line 2 char 1), and the page looks like the following image:
In firefox it gives the following errors:
missing ; before statement
<?xml version="1.0"?><!DOCTYPE html PU.../xhtml1/DTD/xhtml1-transitional.dtd">\n
http://localhost/limesurvey/admin/admin.php/scripts/tabpane/js/tabpane.js
Line 1
missing ; before statement
<?xml version="1.0"?><!DOCTYPE html PU.../xhtml1/DTD/xhtml1-transitional.dtd">\n
http://localhost/limesurvey/admin/admin.php/scripts/admin_core.js
Line 1
missing ; before statement
<?xml version="1.0"?><!DOCTYPE html PU.../xhtml1/DTD/xhtml1-transitional.dtd">\n
http://localhost/limesurvey/admin/admin.php/scripts/tokens.js
Line 1
In the firebug Net tab there is an error founding jquery-ui.css,
It tries to find it in http://localhost:80/limesurvey/
admin/scripts/jquery/css/start/jquery-ui.css
while it is in
http://localhost:80/limesurvey/scripts/jquery/css/start/jquery-ui.css
Also noticed that when I return to the survey administration page it appends "admin.php" to url looking like http://localhost/limesurvey/admin/admin.php/admin.php?sid=56262
If I remove the appended "admin.php" (http://localhost/limesurvey/admin/admin.php?sid=56262) the page looks OK.
The problem doesn't happen if I click in the "Send Email Reminder" button in the top of the page.