Ignore:
Timestamp:
Dec 19, 2011, 12:28:45 PM (11 years ago)
Author:
Nicklas Nordborg
Message:

References #1655: GUI improvements

Edit dialogs for array lims.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/lims/arrayslides/paste_multiple.jsp

    r5796 r5917  
    105105  </base:head>
    106106  <base:body onload="init()">
    107     <p>
     107    <h1><%=title%> <base:help helpid="arrayslide.createwizard.pastemultiple" /></h1>
    108108    <form name="paste" onsubmit="return false;">
    109109
    110     <h3 class="docked"><%=title%> <base:help helpid="arrayslide.createwizard.pastemultiple" /></h3>
    111     <div class="boxedbottom">
    112       <textarea class="text" rows="30" cols="60" name="text"></textarea>
     110    <div class="content">
     111      <table style="width: 100%; height: 100%;">
     112      <tr>
     113        <td class="padded filled">
     114        <i>
     115          Enter one name or barcode per line. Click <b>Save</b> to store the
     116          result in the parent form.
     117        </i>
     118        </td>
     119      </tr>
     120      <tr>
     121      <td style="height: 98%;">
     122        <table class="fullcc input100"><tr><td>
     123        <textarea class="autohight" rows="20"name="text"></textarea>
     124        </td></tr></table>
     125      </td>
     126      </tr>
     127      </table>
    113128    </div>
    114    
    115     <i>
    116       Enter one name or barcode per line. Click <b>Save</b> to store the
    117       result in the parent form.
    118     </i>
     129    </form>
    119130
    120     <table align="center">
    121     <tr>
    122       <td width="50%"><base:button onclick="save()" title="Save" /></td>
    123       <td width="50%"><base:button onclick="window.close()" title="Cancel" /></td>
    124     </tr>
    125     </table>
    126     </form>
     131    <base:buttongroup subclass="dialogbuttons">
     132      <base:button onclick="save()" title="Save" />
     133      <base:button onclick="window.close()" title="Cancel" />
     134    </base:buttongroup>
    127135  </base:body>
    128136  </base:page>
Note: See TracChangeset for help on using the changeset viewer.