Skip to content
Snippets Groups Projects
Commit 47436e40 authored by Prasad's avatar Prasad
Browse files

Fixed pages dependent on bootstrap (legacy 2.x) conventions

parent c8d4bca0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment