Commit 34972fcd authored by vkadam's avatar vkadam

Minimize scroll limit for top span.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98605 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 089db881
......@@ -36,7 +36,7 @@
<div class="detailPage-Container">
<div style="width: 100%,height: 40%;" align="center">
<xsl:if test=" $noofattach &gt; 4 ">
<xsl:if test=" $noofattach &gt; 2 ">
<div style="width: 5%; float: left; margin-top: 3px;">
<input type="button" value="&lt;" onclick="scrollDivLeft()" />
</div>
......@@ -44,7 +44,7 @@
<input type="button" value="&gt;" onclick="scrollDivRight()" />
</div>
</xsl:if>
<xsl:if test=" $noofattach &lt;= 4 ">
<xsl:if test=" $noofattach &lt;= 2 ">
<div style="width: 5%; float: left; margin-top: 3px;" disabled="true">
<input type="button" value="&lt;" onclick="scrollDivLeft()" disabled="true"/>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment