Changeset 4883
- Timestamp:
- Apr 3, 2009, 1:01:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/biomaterials/bioplates/wells/edit_biowell.jsp
r4869 r4883 61 61 WellCoordinateFormatter columnFormatter = new WellCoordinateFormatter(false); 62 62 63 title = "Edit biowell -- [" + bioWell.getRow() + ", " + bioWell.getColumn() + "] on bioplate " + HTML.encodeTags(bioPlate.getName());63 title = "Edit biowell -- [" + rowFormatter.format(bioWell.getRow()) + ", " + columnFormatter.format(bioWell.getColumn()) + "] on bioplate " + HTML.encodeTags(bioPlate.getName()); 64 64 65 65 final String clazz = "class=\"text\"";
Note: See TracChangeset
for help on using the changeset viewer.