From 10d7090cc2895300a3f88f0ec206157fa3e4f228 Mon Sep 17 00:00:00 2001 From: Taka Date: Thu, 30 Jan 2020 08:31:44 +0000 Subject: [PATCH] Added tooltips. --- web/src/ArticleSearchResult.js | 2 +- web/src/ArticleSearchResult2.js | 6 +++--- web/src/PublicationSearchResult.js | 2 +- web/src/PublicationSearchResult2.js | 4 ++-- web/src/PublisherSearchResult.js | 2 +- web/src/PublisherSearchResult2.js | 4 ++-- web/src/SearchForm.js | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web/src/ArticleSearchResult.js b/web/src/ArticleSearchResult.js index 0980b1d..83e50a7 100644 --- a/web/src/ArticleSearchResult.js +++ b/web/src/ArticleSearchResult.js @@ -82,7 +82,7 @@ export class ArticleSearchResult extends React.Component {menu} { pub_display_name && {pub_display_name} } - { this.props.data.article_url && Open this article. } + { this.props.data.article_url && Open article. } { display_subtitle &&
}
diff --git a/web/src/ArticleSearchResult2.js b/web/src/ArticleSearchResult2.js index 6809c3a..96107f4 100644 --- a/web/src/ArticleSearchResult2.js +++ b/web/src/ArticleSearchResult2.js @@ -92,8 +92,8 @@ export class ArticleSearchResult2 const content =
- onUploadImage(null)} ref={r => imageRef=r} alt="Click to upload an image for this article." /> - removeImageRef=r} alt="Remove the article's image." /> + onUploadImage(null)} ref={r => imageRef=r} alt="Upload image." title="Click to upload an image for this article." /> + removeImageRef=r} alt="Remove image." title="Remove the article's image." /> uploadImageRef=r} />
@@ -108,7 +108,7 @@ export class ArticleSearchResult2 defaultValue = {currPub} ref = { r => refs.pub_id=r } /> - refs.article_pageno=r} alt="Page number." /> + refs.article_pageno=r} title="Page number." />