mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
11 lines
471 B
PHP
11 lines
471 B
PHP
<div class='header ui-widget-header'><?php $clang->eT("Data entry"); ?> - <?php
|
|
if ($subaction == "edit") {
|
|
echo sprintf($clang->gT("Editing response (ID %s)"), $id);
|
|
} else {
|
|
echo sprintf($clang->gT("Viewing response (ID %s)"), $id);
|
|
}
|
|
?>
|
|
</div>
|
|
|
|
<?php echo CHtml::form(array("admin/dataentry/sa/update"), 'post', array('name'=>'editresponse', 'id'=>'editresponse'));?>
|
|
<table id='responsedetail' width='99%' align='center'>
|