Skip to content

Commit

Permalink
Added javascript check before deleting individual entry (Are you sure…
Browse files Browse the repository at this point in the history
… you want to delete this entry?)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@814 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Dec 23, 2003
1 parent 7638ba0 commit 42a94fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions admin/browse.php
Expand Up @@ -215,8 +215,9 @@
."\t\t\t<img src='./images/seperator.gif' border='0' hspace='0' align='left'>\n"
."\t\t\t<input type='image' align='left' hspace='0' border='0' src='./images/edit.gif' title='"
. _BR_EDITRESPONSE."' onClick=\"window.open('dataentry.php?action=edit&id=$id&sid=$sid&surveytable=$surveytable','_top')\" />\n"
."\t\t\t<input type='image' align='left' hspace='0' border='0' src='./images/delete.gif' title='"
. _BR_DELRESPONSE."' onClick=\"window.open('dataentry.php?action=delete&id=$id&sid=$sid&surveytable=$surveytable','_top')\" />\n"
."\t\t\t<a href='dataentry.php?action=delete&id=$id&sid=$sid&surveytable=$surveytable'>"
."<img align='left' hspace='0' border='0' src='./images/delete.gif' title='"
. _BR_DELRESPONSE."' onClick=\"return confirm('"._DR_RUSURE."')\" /></a>\n"
."\t\t\t<img src='./images/blank.gif' width='20' height='20' border='0' hspace='0' align='left'>\n"
."\t\t\t<img src='./images/seperator.gif' border='0' hspace='0' align='left'>\n"
."\t\t\t<img src='./images/blank.gif' width='20' height='20' border='0' hspace='0' align='left'>\n"
Expand Down

0 comments on commit 42a94fb

Please sign in to comment.