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/remotecontrol/index_view.php

9 lines
No EOL
329 B
PHP

<div id='remotecontrol'>
<?php echo sprintf($clang->gT('RemoteControl is available using %s for transport and exposes the following functionality:'),$method); ?>
<br/><br/>
<?php
foreach ($list as $method => $info) {
echo sprintf('<b>%s</b><br/>%s<br/>',$method, $info['description']);
}
?>
</div>