Commit 33e1fb8b authored by wansari's avatar wansari

Aligned pop help buttons to right


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