Commit 8b208fad authored by Christophe Dumez's avatar Christophe Dumez

- Display warning if Konqueror is used

- updated version number

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6881 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4a033757
......@@ -75,6 +75,10 @@ else:\n
\n
print \'\'\'\n
<script>\n
// Konqueror is unsupported at the moment, it works but it is a little buggy\n
if(navigator.userAgent.indexOf(\'Konqueror\') != -1 || navigator.userAgent.indexOf(\'konqueror\') != -1){\n
document.write("<font color=\'red\'>Your web browser is unsupported, hence you may experience some problems. <b>Firefox</b> is advised.</font>");\n
}\n
var tree = null;\n
var business_template;\n
var is_expanded=false;\n
......
2006-04-24 chris
* Subversion should be stable
2006-04-21 chris
* added subversion support for several
working copies
......
0.3
\ No newline at end of file
0.4
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment