Thomas Bruederli
2014-06-05 7fafb4d0d28bef3902da4cc172cd53c2376aeb03
Remove leftover from merge; set alt text for contact photo
2 files modified
3 ■■■■ changed files
program/js/treelist.js 1 ●●●● patch | view | raw | blame | history
program/steps/mail/show.inc 2 ●●● patch | view | raw | blame | history
program/js/treelist.js
@@ -780,7 +780,6 @@
          focus_next(parent, dir, true);
        }
    }
>>>>>>> dev-accessibility
  }
program/steps/mail/show.inc
@@ -356,5 +356,5 @@
        $photo_img = $placeholder ? $placeholder : 'program/resources/blank.gif';
    }
    return html::img(array('src' => $photo_img) + $attrib);
    return html::img(array('src' => $photo_img, 'alt' => $RCMAIL->gettext('contactphoto')) + $attrib);
}