mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Replaced short tags with long ones
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
/**
|
||||
* Display a list of respondents for this case, and the ability to add them if necessary
|
||||
*
|
||||
@@ -90,12 +90,12 @@ if (isset($_GET['respondent_id']) && $_GET['respondent_id'] == 0)
|
||||
{
|
||||
?>
|
||||
<form method="post" action="?">
|
||||
<? display_respondent_form(false,$case_id); ?>
|
||||
<div><input type='submit' name='submit' id='submit' value='<? echo T_("Add respondent"); ?>'/></div>
|
||||
<?php display_respondent_form(false,$case_id); ?>
|
||||
<div><input type='submit' name='submit' id='submit' value='<?php echo T_("Add respondent"); ?>'/></div>
|
||||
</form>
|
||||
<div><a href="?"><? echo T_("Go back"); ?></a></div>
|
||||
<div><a href="?"><?php echo T_("Go back"); ?></a></div>
|
||||
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user