mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
fixed data entry link
This commit is contained in:
@@ -495,7 +495,7 @@ if ($case_id != false)
|
|||||||
$url = get_lime_url($case_id);
|
$url = get_lime_url($case_id);
|
||||||
print "<div class='panel-body'>";
|
print "<div class='panel-body'>";
|
||||||
if ($id)
|
if ($id)
|
||||||
print "<h4><a href='" . $url . "admin/dataentry?sa=editdata&subaction=edit&surveyid=$sid&id=$id' class='btn btn-default btn-lime'><i class='fa fa-lemon-o fa-lg'></i> " . T_("Modify responses for this case") . "</a></h4>";
|
print "<h4><a href='" . $url . "/admin/dataentry/sa/editdata/subaction/edit/surveyid/$sid/id/$id' class='btn btn-default btn-lime'><i class='fa fa-lemon-o fa-lg'></i> " . T_("Modify responses for this case") . "</a></h4>";
|
||||||
else
|
else
|
||||||
print "<div class='alert text-danger' role='alert'>" . T_("Case not yet started in Limesurvey") . "</div>";
|
print "<div class='alert text-danger' role='alert'>" . T_("Case not yet started in Limesurvey") . "</div>";
|
||||||
print "</div></div>";
|
print "</div></div>";
|
||||||
|
|||||||
Reference in New Issue
Block a user