From 1508b3780dff32ac878d20ebb1d41ebfc27c5909 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 3 Jun 2014 09:46:18 +0200 Subject: Disable form elements when the form is submitted. --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 2e38c69..343843a 100644 --- a/index.php +++ b/index.php @@ -101,6 +101,7 @@ final class LookingGlass { private function render_content() { print '
'; print '
'; + print '
'; foreach ($this->frontpage['order'] as $element) { switch ($element) { @@ -125,6 +126,7 @@ final class LookingGlass { } } + print '
'; print '
'; print '
'; print '
'; -- cgit v1.2.3