2
0
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:
azammitdcarf
2010-09-30 00:17:59 +00:00
parent d01db2da15
commit a23e4984e3
6 changed files with 146 additions and 12 deletions

View File

@@ -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