Commit bc85c9d7 authored by kdabholkar's avatar kdabholkar

made changes for success message on delete operation of registration screen


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@173264 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 72a29338
......@@ -223,11 +223,12 @@
</td>
<td class="noBorder">
<span title="Delete" style="display: block; position:absolute;" currdomid="1" class="deleteDetailBtn" onclick="javascript:deleteRow({normalize-space($dbID)})" >
<p class="remove" title="Delete">
<!-- <span title="Delete" style="display: block; position:absolute;" currdomid="1" class="deleteDetailBtn" onclick="javascript:deleteRow({normalize-space($dbID)});return deleteRow(id)" > -->
<span title="Delete" style="display: block; position:absolute;" currdomid="1" class="deleteDetailBtn" onclick="javascript:ConfirmDelete({normalize-space($dbID)});" >
<p class="remove" title="Delete">
<img src="/ibase/webitm/images/remove.png" height = '16' width = '16' class="removeImg"></img>
</p>
</span>
</span>
</td>
<!-- <input type="hidden" name="Detail2.{normalize-space($dbID)}.user_id" id="Detail2.{normalize-space($dbID)}.user_id" value="{$user_id}"></input>
......
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