Dokcer: fixed templates not saving

This commit is contained in:
bergware
2018-09-13 17:58:08 +02:00
parent f0d5efaa74
commit d7f2725bfa
@@ -23,7 +23,7 @@ require_once "$docroot/plugins/dynamix.docker.manager/include/DockerClient.php";
$template_repos = $dockerManPaths['template-repos'];
?>
<form markdown="1" method="POST" action="/plugins/dynamix.docker.manager/include/UpdateConfig.php" target="progressFrame">
<input type="hidden" name="#action" value="templates" />
<input type="hidden" name="action" value="templates">
Template repositories:
: <textarea name="template_repos" rows="5" cols="100" style="width:550px"><?=@file_get_contents($template_repos);?></textarea>
@@ -33,5 +33,5 @@ Template repositories:
> For a list of popular community-supported repositories, visit here: <a href="http://lime-technology.com/forum/index.php?topic=37958.0" target="_blank">http://lime-technology.com/forum/index.php?topic=37958.0</a>
&nbsp;
: <input type="submit" value="Save" />
: <input type="submit" value="Save">
</form>