- 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/list_configurations.jsp
r3679 r3743 429 429 PluginConfiguration item = configurations.next(); 430 430 PluginDefinition plugin = null; 431 Nameable nameableProxy = null; 431 432 contexts.clear(); 432 433 try 433 434 { 434 435 plugin = item.getPluginDefinition(); 436 nameableProxy = new NameablePluginAdaptor(plugin); 435 437 contexts.addAll(plugin.getGuiContexts()); 436 438 } … … 490 492 <tbl:cell column="pluginType"><%=plugin == null ? "<i>- denied -</i>" : plugin.getMainType().toString()%></tbl:cell> 491 493 <tbl:cell column="contexts"><%=plugin == null ? "<i>- denied -</i>" : (contexts.isEmpty() ? "<i>- none -</i>" : Values.getString(contexts, ", ", true))%></tbl:cell> 492 <tbl:cell column="pluginDefinition"><%=mode.hasPropertyLink() ? Base.getLinkedName(ID, n ew NameablePluginAdaptor(plugin), plugin == null, mode.hasEditLink()): Base.getEncodedName(new NameablePluginAdaptor(plugin), plugin == null)%></a></tbl:cell>494 <tbl:cell column="pluginDefinition"><%=mode.hasPropertyLink() ? Base.getLinkedName(ID, nameableProxy, plugin == null, mode.hasEditLink()): Base.getEncodedName(nameableProxy, plugin == null)%></a></tbl:cell> 493 495 <tbl:cell column="owner" 494 496 ><base:propertyvalue
Note: See TracChangeset
for help on using the changeset viewer.