lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/restore.html

17 lines
392 B
HTML
Raw Normal View History

2015-07-21 08:58:56 +02:00
<div class="panel panel-default">
2015-07-09 17:38:35 +02:00
<div class="panel-heading">
<h3 class="panel-title" trspan="restoreConf"></h3>
</div>
2015-07-21 08:58:56 +02:00
<table class="table">
<tr>
<th trspan="fileToUpload" />
<td>
<input id="fileinput" type="file" class="form-control" on-read-file="saveRawConf($fileContent)" />
</td>
<tr>
</table>
</div>
2016-02-16 07:21:40 +01:00
<script type="text/menu">
[]
</script>