diff --git a/layouts/v7/modules/Vtiger/Header.tpl b/layouts/v7/modules/Vtiger/Header.tpl
index cd3863693837acc9cc1ffe62d6bb618ab3487387..d18fd10ae26b312b255404977e17d583f1400c32 100644
--- a/layouts/v7/modules/Vtiger/Header.tpl
+++ b/layouts/v7/modules/Vtiger/Header.tpl
@@ -15,6 +15,7 @@
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
+		<link type='text/css' rel='stylesheet' href='{vresource_url("libraries/bootstrap-legacy/css/bootstrap-responsive.min.css")}'> {* .row-fluid... *}
 		<link type='text/css' rel='stylesheet' href='{vresource_url("layouts/v7/lib/todc/css/bootstrap.min.css")}'>
 		<link type='text/css' rel='stylesheet' href='{vresource_url("layouts/v7/lib/todc/css/docs.min.css")}'>
 		<link type='text/css' rel='stylesheet' href='{vresource_url("layouts/v7/lib/todc/css/todc-bootstrap.min.css")}'>
@@ -71,4 +72,4 @@
             <input type="hidden" id="start_day" value="{$CURRENT_USER_MODEL->get('dayoftheweek')}" /> 
 		<div id="page">
             <div id="pjaxContainer" class="hide noprint"></div>
-            <div id="messageBar" class="hide"></div>
\ No newline at end of file
+            <div id="messageBar" class="hide"></div>
diff --git a/layouts/vlayout/modules/Users/SystemSetup.tpl b/layouts/vlayout/modules/Users/SystemSetup.tpl
index 1d6da7b970af8bd4aadd30d012ab9cb8e1e60bf6..88e9e2ff2a6c9dd11ec4b7678f51287e3ce2c696 100644
--- a/layouts/vlayout/modules/Users/SystemSetup.tpl
+++ b/layouts/vlayout/modules/Users/SystemSetup.tpl
@@ -17,8 +17,8 @@
             <meta name="viewport" content="width=device-width, initial-scale=1.0">
             <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
             <link REL="SHORTCUT ICON" HREF="layouts/vlayout/skins/images/favicon.ico">
+            <link rel="stylesheet" href="libraries/bootstrap-legacy/css/bootstrap-responsive.css" type="text/css" media="screen">
             <link rel="stylesheet" href="libraries/bootstrap/css/bootstrap.css" type="text/css" media="screen" />
-            <link rel="stylesheet" href="libraries/bootstrap/css/bootstrap-responsive.css" type="text/css" media="screen">
             <style type="text/css">
                 {literal}
                     body{
@@ -367,4 +367,4 @@
             </div>
         </body>
     </html>  
-{/strip}
\ No newline at end of file
+{/strip}