Ignore:
Timestamp:
Oct 8, 2015, 8:11:11 AM (7 years ago)
Author:
Nicklas Nordborg
Message:

References #1941: Store experimental factor values as part experiments

Added 'Clone' button in the 'Inherit annotations' dialog to make it possible to clone annotations in a single step without having to re-select and clone in a second step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.6-stable/www/common/annotations/inherit.jsp

    r6947 r6975  
    371371
    372372  <base:buttongroup subclass="dialogbuttons">
    373     <base:button id="btnOk" title="Ok" />
     373    <base:button id="btnClone" title="Clone" image="copy.png" data-clone="1" />
     374    <base:button id="btnInherit" title="Inherit" image="inherit.png" />
    374375    <base:button id="close" title="Cancel" />
    375376  </base:buttongroup>
Note: See TracChangeset for help on using the changeset viewer.