Standardised some naming of the icons to allow for other themes

This commit is contained in:
Deon George
2009-07-08 20:10:57 +10:00
parent 7273ad292b
commit 1aa88e4dc3
49 changed files with 66 additions and 66 deletions

View File

@@ -261,7 +261,7 @@ class AJAXTree extends HTMLTree {
$output .= $this->get_indentation($level);
$output .= sprintf('<img align="top" border="0" class="imgs" src="%s" alt="--" />',$img);
$output .= sprintf('<a href="%s" title="%s">',htmlspecialchars($href),$entry->getDN());
$output .= sprintf('<img align="top" border="0" class="imgs" src="%s/star.png" alt="->" />',IMGDIR);
$output .= sprintf('<img align="top" border="0" class="imgs" src="%s/create.png" alt="->" />',IMGDIR);
$output .= '</a>';
$output .= '&nbsp;';