[ 1208496 ] Link to a page in WebGUI broken on IE - Done button broken.

This commit is contained in:
JT Smith 2005-08-25 21:03:22 +00:00
parent 3fc44f2bc4
commit 71c8dfc0ea
3 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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>