summaryrefslogtreecommitdiffstats
path: root/templates/download-overwrite.html
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-07 17:10:43 +0100
committerSimon Rettberg2013-11-07 17:10:43 +0100
commit8ae2b52e4db45f26c32a4ad9bc65494480936cbf (patch)
tree804bcfba15cdb7ff9c22b211adaf1d096a649559 /templates/download-overwrite.html
parentWorking on download of remote configs (diff)
downloadslx-admin-8ae2b52e4db45f26c32a4ad9bc65494480936cbf.tar.gz
slx-admin-8ae2b52e4db45f26c32a4ad9bc65494480936cbf.tar.xz
slx-admin-8ae2b52e4db45f26c32a4ad9bc65494480936cbf.zip
Make download work
Diffstat (limited to 'templates/download-overwrite.html')
-rw-r--r--templates/download-overwrite.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/download-overwrite.html b/templates/download-overwrite.html
new file mode 100644
index 00000000..eccad5d0
--- /dev/null
+++ b/templates/download-overwrite.html
@@ -0,0 +1,4 @@
+<div class="alert alert-warning">
+ {{file}} ist bereits lokal vorhanden. Soll die lokale Version überschrieben werden?
+ <a class="btn btn-danger" href="#" onclick="this.style.display='none';loadContent('#{{id}}', '{{query}}&amp;exec=1')">Überschreiben</a>
+</div>