lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/restore.html
2020-07-28 14:17:33 +02:00

17 lines
396 B
HTML

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title" trspan="restoreConf"></h3>
</div>
<table class="table">
<tr>
<th trspan="fileToUpload"></th>
<td>
<input id="fileinput" type="file" class="form-control" on-read-file="saveRawConf($fileContent)" />
</td>
</tr>
</table>
</div>
<script type="text/menu">
[]
</script>