Changeset 6604 for trunk/www/views/experiments/bioassays/list_bioassays.jsp
- Timestamp:
- Nov 18, 2014, 11:39:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/experiments/bioassays/list_bioassays.jsp
r6541 r6604 328 328 } 329 329 %> 330 <div class="panelgroup b ottomborder">330 <div class="panelgroup bg-filled-50 bottomborder"> 331 331 <tbl:toolbar 332 332 subclass="bottomborder" … … 431 431 { 432 432 %> 433 <tbl:panel clazz="messagepanel">433 <tbl:panel subclass="bg-filled-50"> 434 434 <div class="messagecontainer error"><%=cc.getMessage()%></div> 435 435 </tbl:panel> … … 577 577 { 578 578 %> 579 <tbl:panel clazz="messagepanel">579 <tbl:panel subclass="bg-filled-50"> 580 580 <div class="messagecontainer note"> 581 581 <%=bioAssays == null || bioAssays.getTotalCount() == 0 ? "No bioassays were found" : "No bioassays on this page. Please select another page!" %>
Note: See TracChangeset
for help on using the changeset viewer.