Commit 8f5bb4ee21fc71d3eaeb12098fc6b88a0bb7645d

Authored by Neil Blakey-Milner
1 parent eb0d23bc

Note new location of plus.png and minus.png


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4515 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/edit_lookuptrees.smarty
@@ -14,12 +14,12 @@ @@ -14,12 +14,12 @@
14 list-style: none; 14 list-style: none;
15 } 15 }
16 .kt_treenodes li.treenode > a.pathnode { 16 .kt_treenodes li.treenode > a.pathnode {
17 - background: transparent url(/graphics/plus.png) center left no-repeat; 17 + background: transparent url(/resources/graphics/plus.png) center left no-repeat;
18 padding-left: 15px; 18 padding-left: 15px;
19 } 19 }
20 20
21 .kt_treenodes li.treenode.active > a.pathnode { 21 .kt_treenodes li.treenode.active > a.pathnode {
22 - background: transparent url(/graphics/minus.png) center left no-repeat; 22 + background: transparent url(/resources/graphics/minus.png) center left no-repeat;
23 } 23 }
24 24
25 .kt_treenodes li.active > ul { 25 .kt_treenodes li.active > ul {