Skip to content

Commit

Permalink
4115A - Formulary Collection Process - additional clean-up items
Browse files Browse the repository at this point in the history
Use this solution: split out the table in two so that there is
a top row(s) header table, and a body table.  Embed the body table in a scrollable
div. See http://www.ssi-developer.net/css/non-scrolling-table-hdr.shtml
  • Loading branch information
emallove committed Jan 15, 2013
1 parent f23e5e2 commit eaedbcb
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions Downloads/FingertipFormulary-FormularyDataEntry-Plans-45.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,23 +367,15 @@
<input type="hidden" name="advanceEntry" value="false">

<!-- EAM 2013.01.11 -->
<div id="dic_bubble" class="selection_bubble" style="z-index: 9999; visibility: hidden;" fetching="false"></div><div class="scrollableContainer">
<div class="scrollingArea" style="max-height:500px; overflow:auto;">
<div id="dic_bubble" class="selection_bubble" style="z-index: 9999; visibility: hidden;" fetching="false"></div>

<table class="scrollable" border="0" cellspacing="0" cellpadding="3">





<input type="hidden" name="start" value="31">
<input type="hidden" name="End" value="60">

<input type="hidden" name="totalPlans" value="1797">




<tbody>
<tr align="center" valign="middle">
<td colspan="7" align="left"><b>1797</b>&nbsp; Plans found.</td>
Expand Down Expand Up @@ -424,7 +416,11 @@
<td class="frmBotL">NP</td>
<td class="frmBotSpanR">SP</td>
</tr>
</table>

<div class="scrollableContainer">
<div class="scrollingArea" style="max-height:500px; overflow:auto;">
<table class="scrollable" border="0" cellspacing="0" cellpadding="3">

<tr class="Odd">
<td class="lbdyOrg" nowrap="">2028</td>
Expand Down Expand Up @@ -3734,8 +3730,8 @@

</td>
</tr>
</tbody>
</table>
</tbody>
</table>
</div>

</form>
Expand Down

0 comments on commit eaedbcb

Please sign in to comment.