Mercurial > hg > digilib-old
changeset 396:f4d4296d097d
digilib can now take its error-icons from the web app
author | robcast |
---|---|
date | Wed, 07 Dec 2005 19:12:45 +0100 |
parents | 6d6f2595cfe6 |
children | f5496e6b6dd7 |
files | client/digitallibrary/WEB-INF/digilib-config.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/WEB-INF/digilib-config.xml Wed Dec 07 19:12:25 2005 +0100 +++ b/client/digitallibrary/WEB-INF/digilib-config.xml Wed Dec 07 19:12:45 2005 +0100 @@ -3,13 +3,13 @@ <digilib-config> <!-- Image to be sent to indicate an error or general failure. --> - <parameter name="error-image" value="/docuserver/images/icons/digilib-error.png" /> + <parameter name="error-image" value="img/digilib-error.png" /> <!-- Image to be sent to indicate an authorization failure. --> - <parameter name="denied-image" value="/docuserver/images/icons/digilib-denied.png" /> + <parameter name="denied-image" value="img/digilib-denied.png" /> <!-- Image to be sent to indicate that the request was correct, but the specified image could not be ound. --> - <parameter name="notfound-image" value="/docuserver/images/icons/digilib-notfound.png" /> + <parameter name="notfound-image" value="img/digilib-notfound.png" /> <!-- List of directories where images are searched. Directories with low-resolution images are LAST!!! in list.