mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
6 lines
340 B
PHP
6 lines
340 B
PHP
|
<p><input type='submit' value='<?php $clang->eT("Save"); ?>' />
|
||
|
<input type='hidden' name='id' value='<?php echo $id; ?>' />
|
||
|
<input type='hidden' name='sid' value='<?php echo $surveyid; ?>' />
|
||
|
<input type='hidden' name='subaction' value='update' />
|
||
|
<input type='hidden' name='language' value='<?php echo $sDataEntryLanguage; ?>' /></p>
|