[ 1208496 ] Link to a page in WebGUI broken on IE - Done button broken.
This commit is contained in:
parent
3fc44f2bc4
commit
71c8dfc0ea
3 changed files with 8 additions and 8 deletions
|
|
@ -30,6 +30,8 @@
|
|||
- Changed the page templates to float better in IE.
|
||||
- Fixed a bug that caused the page layout template not to change immediately
|
||||
upon an edit.
|
||||
- fix [ 1240899 ] File Upload Control strangeness in IE under XHTML
|
||||
- fix [ 1208496 ] Link to a page in WebGUI broken on IE - Done button broken.
|
||||
|
||||
|
||||
6.7.1
|
||||
|
|
|
|||
|
|
@ -752,7 +752,7 @@ sub speedUpAdminConsole {
|
|||
<div id="console_icon">
|
||||
<img src="<tmpl_var console.icon>" border="0" title="<tmpl_var console.title>" alt="<tmpl_var console.title>" />
|
||||
</div>
|
||||
<script lang="JavaScript">
|
||||
<script type="text/javascript">
|
||||
initAdminConsole(<tmpl_if application.title>true<tmpl_else>false</tmpl_if>,<tmpl_if submenu_loop>true<tmpl_else>false</tmpl_if>);
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue