Changeset 5315


Ignore:
Timestamp:
Apr 19, 2010, 7:46:06 AM (13 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1484: Plug-in installation wizard doesn't work in Internet Explorer 8

Location:
branches/2.15-stable/www/admin/plugindefinitions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.15-stable/www/admin/plugindefinitions/auto_install.jsp

    r5268 r5315  
    457457    <input type="hidden" name="ID" value="<%=ID%>">
    458458    <input type="hidden" name="cmd" value="LoadPlugins">
    459     <input type="hidden" name="plugindir" value="<%=scanPluginDir ? "1" : "0"%>"
    460     <input type="hidden" name="extensionsdir" value="<%=scanExtensionsDir ? "1" : "0"%>"
     459    <input type="hidden" name="plugindir" value="<%=scanPluginDir ? "1" : "0"%>">
     460    <input type="hidden" name="extensionsdir" value="<%=scanExtensionsDir ? "1" : "0"%>">
    461461   
    462462    <h3 class="docked"><%=title%> <base:help tabcontrol="plugins" /></h3>
  • branches/2.15-stable/www/admin/plugindefinitions/auto_install_result.jsp

    r4936 r5315  
    6464  %>
    6565  <base:page type="popup" title="<%=title%>">
    66   <base:head styles="table.css">
     66  <base:head scripts="table.js" styles="table.css">
    6767  </base:head>
    6868  <base:body>
Note: See TracChangeset for help on using the changeset viewer.