From 9af39efe2daff411a15ee8c2378161d4b685d1fe Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 19 Aug 2009 11:23:26 +0000
Subject: [PATCH] preprodwarning: Focus on continue-button.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1700 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/preprodwarning/templates/warning.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/preprodwarning/templates/warning.php b/modules/preprodwarning/templates/warning.php
index a5fa9b14e..a3f1a3e13 100644
--- a/modules/preprodwarning/templates/warning.php
+++ b/modules/preprodwarning/templates/warning.php
@@ -19,6 +19,7 @@
 
 
 $this->data['header'] = $this->t('{preprodwarning:warning:warning_header}');
+$this->data['autofocus'] = 'yesbutton';
 
 $this->includeAtTemplateBase('includes/header.php');
 
-- 
GitLab