Changeset 4091
- Timestamp:
- Dec 23, 2010, 10:57:00 AM (12 years ago)
- Location:
- trunk/client/servlet/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/src/locale/en/dictionary
r4089 r4091 424 424 MsFile=MS File 425 425 MsInspect=msInspect 426 MsInspectAdvancedOptions=Advanced options 426 427 MsInspectFeatureDetection=msInspect Feature Detection 427 428 MsInspectStrategySelect=Strategy -
trunk/client/servlet/src/org/proteios/action/file/UseSpectrumFileForMsInspectSearchExtension.java
r4089 r4091 130 130 */ 131 131 Form form = new Form("msInspectSearchForm"); 132 Fieldset fs = new Fieldset("MsInspect"); 132 Fieldset fs = new Fieldset("MsInspectAdvancedOptions"); 133 fs.setSingleFieldsetToggleAllowed(true); 134 fs.setOpen(false); 133 135 form.addFieldset(fs); 134 136 // Select box variables
Note: See TracChangeset
for help on using the changeset viewer.