diff options
author | parth | 2012-04-11 17:47:23 +0530 |
---|---|---|
committer | parth | 2012-04-11 17:48:46 +0530 |
commit | 4a5d5a532743dfe4fde014788d79e1857e02f4d3 (patch) | |
tree | b26528190312a390e87c2109b4bad3773a7fcf94 | |
parent | 81cdfbb088a85203268b6c20546418b4977b39ed (diff) | |
parent | 87dbdb6ee3739704e6170e13a931e8747cc3faf8 (diff) | |
download | aloha-4a5d5a532743dfe4fde014788d79e1857e02f4d3.tar.gz aloha-4a5d5a532743dfe4fde014788d79e1857e02f4d3.tar.bz2 aloha-4a5d5a532743dfe4fde014788d79e1857e02f4d3.zip |
now points to IE compatibility view info
-rw-r--r-- | aloha/template/base.html | 2 | ||||
-rw-r--r-- | aloha/template/browser-version.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/aloha/template/base.html b/aloha/template/base.html index ae2cf46..9185e11 100644 --- a/aloha/template/base.html +++ b/aloha/template/base.html @@ -78,7 +78,7 @@ <div id="sidebar"> <div class="well sidebar-nav"> <ul class="nav nav-list"> - <li class="nav-header">Notices</li> + <li class="nav-header"><h2>Notes</h2></li> <li><hr></li> <li><span class="label label-important pull-right">Important</span></li> <li>Supported Browsers : <br />Google chrome >= 12<br /> Mozilla Firefox >= 3<br /> Microsoft Internet Explorer >= 8 <br />Opera >=11.0</li> diff --git a/aloha/template/browser-version.html b/aloha/template/browser-version.html index 590e6d9..2f6b8e4 100644 --- a/aloha/template/browser-version.html +++ b/aloha/template/browser-version.html @@ -8,7 +8,7 @@ <hr /> <h2>We have detected that you are using an outdated browser.</h2> <p>JAM 2012 allotment website would not work on your browser. Please update your browser or install one of the browsers mentioned below.</p> -<p>If you are in Internet Explorer user please see that <b>Compatibility View</b> has been turned <b>Off</b>. Click <a href="http://www.sevenforums.com/tutorials/1196-internet-explorer-compatibility-view-turn-off.html">here</a> to know how</p> +<p>If you are an Internet Explorer user please see that <b>Compatibility View</b> has been turned <b>Off</b>. Click <a href="http://www.sevenforums.com/tutorials/1196-internet-explorer-compatibility-view-turn-off.html">here</a> to know how</p> <hr /> <table> |