fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15943] alert on browser check


From: sigurdne
Subject: [Fmsystem-commits] [15943] alert on browser check
Date: Thu, 3 Nov 2016 11:42:34 +0000 (UTC)

Revision: 15943
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15943
Author:   sigurdne
Date:     2016-11-03 11:42:34 +0000 (Thu, 03 Nov 2016)
Log Message:
-----------
alert on browser check

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.jquery.inc.php
    trunk/phpgwapi/setup/phpgw_no.lang

Modified: trunk/phpgwapi/inc/class.jquery.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.jquery.inc.php     2016-11-03 08:53:23 UTC (rev 
15942)
+++ trunk/phpgwapi/inc/class.jquery.inc.php     2016-11-03 11:42:34 UTC (rev 
15943)
@@ -54,6 +54,9 @@
 
                        if (preg_match('/MSIE (6|7|8)/', 
$_SERVER['HTTP_USER_AGENT']))
                        {
+                               $message = lang('outdated browser: %1', 
$_SERVER['HTTP_USER_AGENT']);
+                               phpgwapi_cache::message_set($message, 'error');
+
                                $_jquery_core = 'jquery-1.11.3'; // In case we 
need IE 6–8 support.
                                $_jquery_migrate = 'jquery-migrate-1.4.1.min';
                        }

Modified: trunk/phpgwapi/setup/phpgw_no.lang
===================================================================
--- trunk/phpgwapi/setup/phpgw_no.lang  2016-11-03 08:53:23 UTC (rev 15942)
+++ trunk/phpgwapi/setup/phpgw_no.lang  2016-11-03 11:42:34 UTC (rev 15943)
@@ -164,6 +164,7 @@
 Password must contain at least 1 non alphanumeric character    common  no      
Passord må inneholde minst 1 spesialtegn
 The passwords don't match      common  no      Passordene er ikke like
 browser not supported  common  no      Nettleseren ser ikke ut til å støtte 
HTML5
+outdated browser: %1   common  no      Utdatert nettleser: %1
 custom fields  common  no      Egendefinerte felt
 descr  common  no      beskrivelse
 datatype       common  no      Datatype




reply via email to

[Prev in Thread] Current Thread [Next in Thread]