mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
9 lines
No EOL
329 B
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>
|