Changeset 4627


Ignore:
Timestamp:
Nov 5, 2008, 12:02:56 PM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1139: Display the barcode for array slide in the hybridization information page

Location:
trunk/www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/include/styles/main.css

    r4618 r4627  
    179179.form .prompt {
    180180  font-weight: bold;
    181   padding: 2px 4px 2px 2px;
     181  padding: 1px 4px 2px 2px;
     182  white-space: nowrap;
     183  background: #E0E0E0;
     184}
     185
     186.form .subprompt {
     187  font-weight: normal;
     188  text-align: right;
     189  padding: 1px 4px 2px 2px;
    182190  white-space: nowrap;
    183191  background: #E0E0E0;
  • trunk/www/views/hybridizations/view_hybridization.jsp

    r4578 r4627  
    266266        <td class="prompt">Array slide</td>
    267267        <td><base:propertyvalue item="<%=hyb%>" property="arraySlide" /></td>
     268      </tr>
     269      <tr>
     270        <td class="subprompt">-barcode</td>
     271        <td><base:propertyvalue item="<%=hyb%>" property="arraySlide.barcode" /></td>
    268272      </tr>
    269273      <tr>
Note: See TracChangeset for help on using the changeset viewer.