Commit 203ec753 authored by wansari's avatar wansari

W16FKAT002 updated JSP for QC issue and making buttons right aligned.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103940 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 68eff585
...@@ -95,15 +95,15 @@ height: 20px; ...@@ -95,15 +95,15 @@ height: 20px;
<%=htmlData%> <%=htmlData%>
</div> </div>
</div> </div>
<div> <div align="right">
<table> <table>
<tr> <tr>
<td> <td>
<input type="hidden" id="value"> <input type="hidden" id="value">
<input type="hidden" id="idNum"> <input type="hidden" id="idNum">
<input type="hidden" id="flag" > <input type="hidden" id="flag">
<input type ="button" class="button" id="addButton" value="Add" title='' onclick="selectValue();"/>
<input type ="button" class="button" id="cancelButton" value="Cancel" title='' onclick="self.close()"/> <input type ="button" class="button" id="cancelButton" value="Cancel" title='' onclick="self.close()"/>
<input type ="button" class="button" id="addButton" value="Add" title='' onclick="selectValue();"/>
</td> </td>
</tr> </tr>
</table> </table>
......
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