If the get credentials template is deleted, give an error message instead of

silently dying and returning to the page from the cart interface.
This commit is contained in:
Colin Kuskie 2009-02-17 23:59:07 +00:00
parent 30158b7f8d
commit 41e56932e6
3 changed files with 16 additions and 3 deletions

View file

@ -292,6 +292,11 @@ our $I18N = {
lastUpdated => 0,
context => q|The default description of purchase of users.|
},
'template gone' => {
message => q|The template for entering in credentials has been deleted. Please notify the site administrator.|,
lastUpdated => 0,
context => q|Error message when the getCredentials template cannot be accessed.|
},
'show terminal' => {
message => q|Click here to use your virtual terminal.|,
lastUpdated => 0,