1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
limesurvey_ynh/sources/application/views/admin/dataentry/includes/editdata/edit.php

6 lines
340 B
PHP
Raw Normal View History

<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>