src/pyams_skin/interfaces/templates/fullpage-modal-layout.pt
changeset 144 3198f3bcf67d
parent 84 25cf058f7e1d
child 282 01df243eb6d1
--- a/src/pyams_skin/interfaces/templates/fullpage-modal-layout.pt	Wed Jun 15 12:26:42 2016 +0200
+++ b/src/pyams_skin/interfaces/templates/fullpage-modal-layout.pt	Wed Jun 15 12:27:22 2016 +0200
@@ -1,16 +1,13 @@
 <!DOCTYPE html>
-<html lang="fr-FR"
+<html lang="en" i18n:domain="pyams_skin"
 	  tal:define="config extension:back_configuration;
 				  static extension:static_configuration;"
 	  tal:attributes="lang request.locale_name">
 <head>
-	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-	<meta charset="utf-8">
+	<tal:var replace="structure extension:metas" />
 
-	<title tal:content="view.title | context.title | config.title | nothing"></title>
-
-	<meta name="HandheldFriendly" content="True">
-	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
+	<title tal:attributes="data-ams-title-prefix config.get_title_prefix(request)"
+		   tal:content="view.title | context.title | config.title | nothing"></title>
 
 	<tal:if define="icon config.icon | nothing; url extension:absolute_url(icon);" condition="icon">
 		<!-- Favorite icon -->
@@ -26,7 +23,7 @@
 	<!-- Content -->
 	<div id="content" style="opacity: 1;">
 		<!--[if lt IE 9]>
-		<h1>Your browser is too old. Please use Internet Explorer version 9 or later.</h1>
+		<h1 i18n:translate="">Your browser is too old. Please install version 9 or higher of Internet Explorer.</h1>
 		<![endif]-->
 		<div class="modal-dialog modal-medium"
 			 tal:attributes="class string:modal-dialog ${view.dialog_class | 'modal-medium'}">