Tooltips on Profile edition icons

  • Posts: 190
  • Thank you received: 0
12 years 1 week ago #46891

Hi,
to avoid view overriding for a such detail, it would be nice to add tooltips in Hikashop, for My informations / Profile edit and delete icons, like in the checkout cart
The icons are quite small and similar.



Thanks by advance

Attachments:
Last edit: 12 years 1 week ago by codewarrior.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
12 years 1 week ago #47026

Hi codewarrior,

Yes tooltips can be useful in that case.
This may already be changed, awaiting our update.

Go in HikaShop > display > Views - edit the file "address / listing.php" in the good template, and add title for the images:
add:

title="<?php echo JText::_('HIKA_DELETE'); ?>"
AND
title="<?php echo JText::_('HIKA_EDIT'); ?>"
in the <img> tags
<a href="<?php echo hikashop_completeLink('address&task=delete&address_id='.$address->address_id.'&'.JUtility::getToken().'=1&Itemid='.$Itemid);?>"><img src="<?php echo HIKASHOP_IMAGES; ?>delete.png" alt="<?php echo JText::_('HIKA_DELETE'); ?>" /></a>
<a class="modal" rel="{handler: 'iframe', size: {x: 450, y: 480}}" href="<?php echo hikashop_completeLink('address&task=edit&address_id='.$address->address_id.'&Itemid='.$Itemid,true);?>"><img src="<?php echo HIKASHOP_IMAGES; ?>edit.png" alt="<?php echo JText::_('HIKA_EDIT'); ?>" /></a>

The following user(s) said Thank You: codewarrior

Please Log in or Create an account to join the conversation.

  • Posts: 190
  • Thank you received: 0
12 years 1 week ago #47063

Thanks for the file.
Works fine.
Don't forget someting to see updates for overwrited files.

Maybe add also something to switch between overwrite and not...

Regards

Please Log in or Create an account to join the conversation.

Time to create page: 0.073 seconds
Powered by Kunena Forum