From: Nick J. <nje...@us...> - 2002-03-02 08:20:06
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv16082/templates Modified Files: repository.html Log Message: * updated javascript dialog warning Index: repository.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/repository.html,v retrieving revision 1.11 retrieving revision 1.12 diff -U2 -r1.11 -r1.12 --- repository.html 28 Feb 2002 04:57:13 -0000 1.11 +++ repository.html 2 Mar 2002 08:20:03 -0000 1.12 @@ -30,5 +30,5 @@ function checkForm(clicked) { if (clicked == 'Delete') { - if (confirm("Are you sure you wish to delete this repository?")) { + if (confirm("Deleting this repository will also delete all modules checked out from this repository. Are you sure you wish to do this?")) { return true; } |