Skip to content
Snippets Groups Projects
Commit 542ab0f4 authored by Prasad's avatar Prasad
Browse files

Fixes #739: Anchor tag was taking over drop-down click post-events, replaced with span

parent da9d1413
No related branches found
No related tags found
1 merge request!311Language italian translation
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</span> </span>
{/if} {/if}
<span class="more dropdown action"> <span class="more dropdown action">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-ellipsis-v icon"></i></a> <span class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-ellipsis-v icon"></i></span>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><a data-id="{$LISTVIEW_ENTRY->getId()}" href="{$LISTVIEW_ENTRY->getFullDetailViewUrl()}">{vtranslate('LBL_DETAILS', $MODULE)}</a></li> <li><a data-id="{$LISTVIEW_ENTRY->getId()}" href="{$LISTVIEW_ENTRY->getFullDetailViewUrl()}">{vtranslate('LBL_DETAILS', $MODULE)}</a></li>
{if $RECORD_ACTIONS} {if $RECORD_ACTIONS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment