// If this is an error message, display the error image and the return message
if ($errorCode > 0)
{
?>
 |
Error Message
=$returnMessage;?> Error code: =$errorCode?>
}
else
{
// this is not an error message, display the info image and the return message
?>
|  |
Operation Complete
=$returnMessage;?>
It is highly recommended that the library's configuration is saved to an external file after each Configuration change. This can be done from the Save/Restore Configuration page.
}
?>
Close
Message
|