2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added link for modifying responses for the case

This commit is contained in:
azammitdcarf
2009-02-26 07:11:08 +00:00
parent 9656973f9a
commit f5774e8458
2 changed files with 68 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ include("../functions/functions.xhtml.php");
*/
include("../functions/functions.display.php");
/**
* Limesurvey functions
*/
include("../functions/functions.limesurvey.php");
/**
* Operator functions
*/
@@ -206,6 +211,14 @@ if ($case_id != false)
</p>
</form>
<?
//Modify the case in Limesurvey
$sid = get_lime_sid($case_id);
$id = get_lime_id($case_id);
print "<h3><a href='" . LIME_URL . "admin/admin.php?action=dataentry&amp;sid=$sid&amp;subaction=edit&amp;id=$id'>" . T_("Modify responses for this case") . "</a></h3>";
//set an outcome
print "<h3>" . T_("Set a case outcome") . "</h3>";