equal
deleted
inserted
replaced
11 <!--[if lt IE 7]> |
11 <!--[if lt IE 7]> |
12 <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css-extra/ie-fixes.css" /> |
12 <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css-extra/ie-fixes.css" /> |
13 <![endif]--> |
13 <![endif]--> |
14 <script type="text/javascript"> |
14 <script type="text/javascript"> |
15 // <![CDATA[ |
15 // <![CDATA[ |
|
16 |
|
17 // Disable transition effects for the ACL editor |
|
18 // (they're real slow in this theme, at least in fx/opera/IE) |
|
19 var aclDisableTransitionFX = true; |
|
20 |
16 function ajaxRenameInline() |
21 function ajaxRenameInline() |
17 { |
22 { |
18 // This trick is _so_ vBulletin... |
23 // This trick is _so_ vBulletin... |
19 elem = document.getElementById('pagetitle'); |
24 elem = document.getElementById('pagetitle'); |
20 if(!elem) return; |
25 if(!elem) return; |