2
0
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:
Adam Zammit
2013-01-24 15:32:30 +11:00
parent 72eb065284
commit ec5c6fa833
42 changed files with 294 additions and 294 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
/**
* Display sample details of respondent
*
@@ -86,12 +86,12 @@ if (isset($_GET['respondent_id']) && $_GET['respondent_id'] == 0)
{
?>
<form method="post" action="?">
<? display_respondent_form(false,$case_id); ?>
<div class="text"><input type='submit' name='submit' id='submit' value='<? echo T_("Add respondent"); ?>'/></div>
<?php display_respondent_form(false,$case_id); ?>
<div class="text"><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
{