Added JS confirmation for deleting wiki pages.

Documented need for JS confirmation and escaping
template variables to the gotchas file.
This commit is contained in:
Colin Kuskie 2007-01-17 23:10:00 +00:00
parent e5ea16e1d2
commit 824b7a4545
6 changed files with 45 additions and 0 deletions

View file

@ -257,6 +257,11 @@ our $I18N =
lastUpdated => 1166484508,
},
'delete page confirmation' => {
message => q|Delete this wiki page?|,
lastUpdated => 1169074288,
},
};
1;