# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: Joomla root # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/view/view.users.php +++ administrator/components/com_comprofiler/view/view.users.php @@ -496,15 +496,16 @@ =' ) && $row->note_count ) { // Filter notes: - echo '' - . JHtml::image( 'images/filter_16.png', 'COM_USERS_NOTES', array( 'title' => JText::_('COM_USERS_FITLER_NOTES'), 'height' => '16', 'width' => '16' ), true) . ''; + echo '' + . JHtml::_( 'image', 'admin/filter_16.png', 'COM_USERS_NOTES', array( 'title' => JText::_( 'COM_USERS_FILTER_NOTES' ), 'height' => '16', 'width' => '16' ), true ) . ''; // Show notes: - echo '' . - JHtml::image( 'images/note_16.png', 'COM_USERS_NOTES', array( 'title' => JText::plural( 'COM_USERS_N_USER_NOTES', $row->note_count ), 'height' => '16', 'width' => '16' ), true ) . ''; + echo '' . + JHtml::_( 'image', 'menu/icon-16-user-note.png', 'COM_USERS_NOTES', array( 'title' => JText::plural( 'COM_USERS_N_USER_NOTES', $row->note_count ), 'height' => '16', 'width' => '16' ), true ) . ''; } - echo '' - . JHtml::image( 'images/note_add_16.png', 'COM_USERS_NOTES', array( 'title' => JText::_( 'COM_USERS_ADD_NOTE' ), 'height' => '16', 'width' => '16' ), true ) . ''; \ No newline at end of file + echo '' + . JHtml::_( 'image', 'admin/note_add_16.png', 'COM_USERS_NOTES', array( 'title' => JText::_( 'COM_USERS_ADD_NOTE' ), 'height' => '16', 'width' => '16' ), true ) . ''; \ No newline at end of file ?>