summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/index.php
diff options
context:
space:
mode:
authorhorus_arch2016-12-13 20:26:10 +0100
committerhorus_arch2016-12-13 20:26:10 +0100
commita74542bff3e188acc4585b2ed44f0ce144e1af5c (patch)
tree1f949a352dc1609471530e3eb4426400c15037f3 /intern.gospeladlershof.de/index.php
parent5313875690dbb32268087f69760115466bff519d (diff)
downloadgospeladlershof.de-a74542bff3e188acc4585b2ed44f0ce144e1af5c.tar.gz
Ich probiers mal mit einem Modal, um die lange Wartezeit zu erklären.
Diffstat (limited to 'intern.gospeladlershof.de/index.php')
-rw-r--r--intern.gospeladlershof.de/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/index.php b/intern.gospeladlershof.de/index.php
index e649984..d7e461b 100644
--- a/intern.gospeladlershof.de/index.php
+++ b/intern.gospeladlershof.de/index.php
@@ -18,6 +18,7 @@ require_once __DIR__ . '/header.php';
</div>
<?php
+require_once __DIR__ . '/modal.html';
require_once __DIR__ . '/code/termine.php';
$konzert = $konzert[0];
@@ -142,7 +143,7 @@ if ( isset($_SESSION["error"]) && ! is_null($_SESSION["error"]) ) {
<a href="/code/export.php" class="btn btn-primary"><span class="glyphicon glyphicon-export"></span> Download als Textdatei</a>
<hr>
<p>Mit Klick auf den Button wird die Webseite <a href="//www.gospeladlershof.de/">https://www.gospeladlershof.de</a> aktualisiert.</p>
-<a href="/code/deploy.php" class="btn btn-success"><span class="glyphicon glyphicon-refresh"></span> Webseite aktualisieren</a>
+<a id="deploy" href="/code/deploy.php" class="btn btn-success"><span class="glyphicon glyphicon-refresh"></span> Webseite aktualisieren</a>
</div> <!-- /container -->