- Timestamp:
- Sep 17, 2007, 2:47:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4-stable/www/admin/pluginconfigurations/view_configuration.jsp
r3679 r3743 97 97 final Set<GuiContext> contexts = new TreeSet<GuiContext>(new ToStringComparator<GuiContext>(false)); 98 98 PluginDefinition plugin = null; 99 Nameable nameableProxy = null; 99 100 boolean readPlugin = true; 100 101 boolean configurable = false; … … 102 103 { 103 104 plugin = configuration.getPluginDefinition(); 105 nameableProxy = new NameablePluginAdaptor(plugin); 104 106 contexts.addAll(plugin.getGuiContexts()); 105 107 configurable = plugin.isInteractive() && plugin.supportsConfigurations(); … … 265 267 <td class="prompt">Plugin</td> 266 268 <td> 267 <%=Base.getLinkedName(ID, n ew NameablePluginAdaptor(plugin), plugin == null, true)%>269 <%=Base.getLinkedName(ID, nameableProxy, plugin == null, true)%> 268 270 </td> 269 271 </tr>
Note: See TracChangeset
for help on using the changeset viewer.