Changeset 5315
- Timestamp:
- Apr 19, 2010, 7:46:06 AM (13 years ago)
- 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 457 457 <input type="hidden" name="ID" value="<%=ID%>"> 458 458 <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"%>"> 461 461 462 462 <h3 class="docked"><%=title%> <base:help tabcontrol="plugins" /></h3> -
branches/2.15-stable/www/admin/plugindefinitions/auto_install_result.jsp
r4936 r5315 64 64 %> 65 65 <base:page type="popup" title="<%=title%>"> 66 <base:head s tyles="table.css">66 <base:head scripts="table.js" styles="table.css"> 67 67 </base:head> 68 68 <base:body>
Note: See TracChangeset
for help on using the changeset viewer.