diff --git a/templates/web/account_wizard.tt2.html b/templates/web/account_wizard.tt2.html index d50843b6c15d42a6455ad35284e0080dc7f7e951..1b4698e5bc0a70cc1fc9b3bad7e4f2e438d7a489 100644 --- a/templates/web/account_wizard.tt2.html +++ b/templates/web/account_wizard.tt2.html @@ -9,7 +9,7 @@ jQuery(document).ready(function($){ bodyTag: "fieldset", stepsOrientation: "vertical", transitionEffect: "slideLeft", - saveState: true, + //saveState: true, onStepChanging: function (event, currentIndex, newIndex) { diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html index 37e02b5017c64cac1ca5aa41b0c31a911dfc69df..b6a63f510420e3abe7199be242116a07f089690f 100644 --- a/templates/web/index.tt2.html +++ b/templates/web/index.tt2.html @@ -7,7 +7,8 @@ html1/DTD/xhtml1-transitional.dtd"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> + <link type="text/css" href="resources/jquery.ui.1.11.1.css" rel="Stylesheet" /> <link rel="icon" type="image/png" href="/images/favicon.png" /> <link href="resources/jquery.steps.css" rel="stylesheet"> @@ -60,6 +61,7 @@ dd.parametre {margin-bottom: 15px;} div.important{border-style:solid;border-color:black;border-width:1px;background-color:#F5DEB3;padding:5px;} .mandatory{color:#e00853;font-style:italic;font-weight:bold;margin:0 3px} .notice{border:2px solid #05a;padding:5px 5px 5px 5px;margin:20px;} +#sp_entityid{width:100%;} --></STYLE> <title> [% PROCESS 'templates/web/title.tt2.html' %] </title>