mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added icon for scanner
Updated queXMLPDF class to point to TCPDF isntallation Added icon to limesurvey page Modified export_structure_quexml to be able to export a string of noheader specified
This commit is contained in:
@@ -308,6 +308,10 @@ elseif ($action == 'iteratesurvey')
|
||||
if( ($surrows['browse_response'] && $surrows['activate_survey']) || $_SESSION['USER_RIGHT_SUPERADMIN'] == 1) {include('iterate_survey.php');}
|
||||
else { include('access_denied.php');}
|
||||
}
|
||||
elseif ($action=='showquexmlsurvey')
|
||||
{
|
||||
include('quexmlsurvey.php'); //No special right needed to show the printable survey
|
||||
}
|
||||
elseif ($action=='showprintablesurvey')
|
||||
{
|
||||
include('printablesurvey.php'); //No special right needed to show the printable survey
|
||||
|
||||
Reference in New Issue
Block a user