Skip to content

Commit

Permalink
Fixed issue #08636 : Deactivate IE compatibility view on Admin and pu…
Browse files Browse the repository at this point in the history
…blic template

Dev: X-UA-Compatible edge to be sure to use last for all IE
Dev: To be confirmed : fix #08325: Part of long text is hidden in Ranking form (MS Internet Explorer)
Dev: to be confirmed : fix #08635: Adding answer options impossible in IE9
  • Loading branch information
Shnoulle committed Feb 1, 2014
1 parent 6018bde commit bb0a1b2
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/super/header.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang="<?php echo $adminlang; ?>"<?php echo $languageRTL;?>>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<?php
App()->getClientScript()->registerPackage('jqueryui');
App()->getClientScript()->registerPackage('jquery-cookie');
Expand All @@ -15,8 +17,6 @@
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "adminstyle.css" );
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "printablestyle.css", 'print');
?>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

<?php echo $datepickerlang;?>
<title><?php echo $sitename;?></title>
<link rel="shortcut icon" href="<?php echo $baseurl;?>styles/favicon.ico" type="image/x-icon" />
Expand Down
1 change: 1 addition & 0 deletions application/views/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<?php
App()->getClientScript()->registerPackage('jqueryui');
App()->getClientScript()->registerPackage('qTip2');
Expand Down
1 change: 1 addition & 0 deletions templates/basic/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>{SURVEYNAME} :: {GROUPNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
1 change: 1 addition & 0 deletions templates/bluengrey/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>
{SURVEYNAME}
</title>
Expand Down
4 changes: 3 additions & 1 deletion templates/citronade/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>{SURVEYNAME} {GROUPNAME} {SITENAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />
<meta name="viewport" content="width=device-width" />
Expand Down
1 change: 1 addition & 0 deletions templates/clear_logo/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->

<title>{SURVEYNAME} :: {GROUPNAME}</title>

Expand Down
1 change: 1 addition & 0 deletions templates/default/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>{SURVEYNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
3 changes: 2 additions & 1 deletion templates/eirenicon/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title> {SURVEYNAME} </title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
1 change: 1 addition & 0 deletions templates/limespired/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>{SURVEYNAME} &ndash; {GROUPNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
1 change: 1 addition & 0 deletions templates/mint_idea/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>SURVEY: {SURVEYNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down
1 change: 1 addition & 0 deletions templates/sherpa/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>
SURVEY: {SURVEYNAME}
</title>
Expand Down
3 changes: 2 additions & 1 deletion templates/vallendar/startpage.pstpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>{SURVEYNAME}</title>
<meta name="generator" content="LimeSurvey http://www.limesurvey.org" />

Expand Down

0 comments on commit bb0a1b2

Please sign in to comment.