- Improved (more interactive) validation of the forms.

SVN:trunk[460]
This commit is contained in:
Denis Flaven
2010-06-14 09:10:54 +00:00
parent f29217379e
commit 23c19c599e
9 changed files with 212 additions and 102 deletions

View File

@@ -169,6 +169,11 @@ EOF
{
window.history.back();
}
function BackToDetails(sClass, id)
{
window.location.href = './UI.php?operation=details&class='+sClass+'&id='+id;
}
");
$this->DisplayMenu();
}