Commit 541c35b3f7591761dfa7aee3d146d2bce3546b51

Authored by jonathan_byrne
1 parent 93ab73c8

KTS-2448

"Add Hover Text for icons that perform actions"

Fixed
Added Hover text to icons which perform actions

Committed By: Jonathan Byrne
Reviewed By: Jalaloedien Abrahams

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7637 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/rssplugin/KTrss.inc.php
1 1 <?php
2 2 /*
3   - * $Id:$
  3 + * $Id$
4 4 *
5 5 * KnowledgeTree Open Source Edition
6 6 * Document Management Made Simple
... ... @@ -546,7 +546,7 @@ class KTrss{
546 546  
547 547 // get rss icon link
548 548 function getImageLink($iItemId, $sItemType){
549   - return "<a href='".KTrss::getRssLink($iItemId, $sItemType)."' target='_blank'>".KTrss::getRssLinkIcon()."</a>";
  549 + return "<a title='View RSS Page' href='".KTrss::getRssLink($iItemId, $sItemType)."' target='_blank'>".KTrss::getRssLinkIcon()."</a>";
550 550 }
551 551  
552 552 // get the mime type id for a document
... ...
templates/ktcore/support.smarty
... ... @@ -13,7 +13,7 @@ risk to reveal aspects of it), please do sanitise the information, or ask us
13 13 if you can mail it directly to the developer who is dealing with your issue.{/i18n}</p>
14 14  
15 15 <p><a href="{addQS}action=actualInfo&fDownload=1{/addQS}"
16   - class="ktInline ktAction ktDownload">{i18n}Download PHP information{/i18n}</a>
  16 + class="ktInline ktAction ktDownload" title="Download PHP Information">{i18n}Download PHP information{/i18n}</a>
17 17 <a href="{addQS}action=actualInfo&fDownload=1{/addQS}">{i18n}Download PHP information{/i18n}</a> </p>
18 18  
19 19 <iframe src="{addQS}action=actualInfo{/addQS}" id="support-block">
... ...