Changeset 5159
- Timestamp:
- Oct 23, 2009, 1:25:20 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/Base1PluginExecuter.java
r5095 r5159 1143 1143 Request.COMMAND_CONFIGURE_JOB, 1144 1144 "Configure job", 1145 "Set the parameters needed for this plugin.",1145 null, 1146 1146 parameters); 1147 1147 } -
trunk/www/common/plugin/configure.jsp
r5060 r5159 103 103 String jobName = Values.getString(request.getParameter("job_name"), title); 104 104 StringBuilder sb = new StringBuilder(); 105 105 String helpText = ri.getDescription(); 106 if (helpText == null && pluginConfig != null) helpText = pluginConfig.getDescription(); 107 if (helpText == null) helpText = plugin.getDescription(); 106 108 List<File> recentFiles = null; 107 109 %> 108 109 110 <base:page type="popup" title="<%=title%>"> 110 111 <base:head scripts="plugin.js,parameters.js,ajax.js" styles="parameters.css"> … … 704 705 705 706 <div class="pluginhelp"> 706 <%=HTML.niceFormat( ri.getDescription())%>707 <%=HTML.niceFormat(helpText)%> 707 708 </div> 708 709 -
trunk/www/include/styles/parameters.css
r4889 r5159 1 1 /* $Id$ 2 2 ------------------------------------------------------------------ 3 Copyright (C) 2006 Jari H äkkinen, Nicklas Nordborg3 Copyright (C) 2006 Jari H�kkinen, Nicklas Nordborg 4 4 5 5 This file is part of BASE - BioArray Software Environment. … … 67 67 padding: 2px; 68 68 margin: 8px; 69 max-height: 70px; 70 overflow: auto; 69 71 } 70 72
Note: See TracChangeset
for help on using the changeset viewer.