Commit a47aece33073c64e713b91d13dded98facd59169
1 parent
7335ca3b
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
Showing
1 changed file
with
2 additions
and
2 deletions
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 { |