bpssoft
2007-11-11 55da9053f974c69bb888892714e8d0f09403734d
1
2
3
4
5
6
7
8
9
10
11
12
<script language="JavaScript">
<!--
 
function del_record(link) {
  if(window.confirm("<tmpl_var name='delete_confirmation'>")) {
          location.href = link;
  }
}
 
//-->
</script>
<tmpl_dyninclude name="content_tpl">