projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ff5ce
)
Fix image path broken by over-zealous replacement
author
Jeff Godin
<jgodin@tadl.org>
Wed, 23 May 2012 13:20:59 +0000
(09:20 -0400)
committer
Jeff Godin
<jgodin@tadl.org>
Wed, 23 May 2012 13:20:59 +0000
(09:20 -0400)
Over-zealous substitution on my part.
There is no /images/tadl-legacy, just /images/tadl
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/web/opac/skin/tadl-legacy/xml/home/homesearch.xml
patch
|
blob
|
history
diff --git
a/Open-ILS/web/opac/skin/tadl-legacy/xml/home/homesearch.xml
b/Open-ILS/web/opac/skin/tadl-legacy/xml/home/homesearch.xml
index
7995ff3
..
72e94dd
100644
(file)
--- a/
Open-ILS/web/opac/skin/tadl-legacy/xml/home/homesearch.xml
+++ b/
Open-ILS/web/opac/skin/tadl-legacy/xml/home/homesearch.xml
@@
-28,7
+28,7
@@
<div style='width: 100%; text-align: center'>
- <img src='<!--#echo var="OILS_BASE"-->/images/tadl
-legacy
/main_logo.gif' />
+ <img src='<!--#echo var="OILS_BASE"-->/images/tadl/main_logo.gif' />
</div>
<style type="text/css">.rowpad { height: 20px; }</style>