Skip to content
Snippets Groups Projects
Commit 30b02bdf authored by Apparao G's avatar Apparao G
Browse files

Revert "#Fixes::156713267::madhusr::Reports detailview advance search issue fixed"

This reverts merge request !962
parent cc60240a
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@
<div class="btn-group">
{foreach item=DETAILVIEW_LINK from=$DETAILVIEW_LINKS}
{assign var=LINKNAME value=$DETAILVIEW_LINK->getLabel()}
<button type="Button" class="btn btn-default reportActions" name="{$LINKNAME}" data-href="{$DETAILVIEW_LINK->getUrl()}&source={$REPORT_MODEL->getReportType()}">
<button class="btn btn-default reportActions" name="{$LINKNAME}" data-href="{$DETAILVIEW_LINK->getUrl()}&source={$REPORT_MODEL->getReportType()}">
{$LINKNAME}
</button>
{/foreach}
......
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