Skip to content
Snippets Groups Projects

#Fixes::155804148_2::madhu:::project detail view update fixed

Closed madhu sr requested to merge madhu.sr/vtigercrm:155804148_2 into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -73,7 +73,7 @@
<div class="btn-group">
{foreach item=DETAILVIEW_LINK from=$DETAILVIEW_LINKS}
{assign var=LINKNAME value=$DETAILVIEW_LINK->getLabel()}
<button class="btn btn-default reportActions" name="{$LINKNAME}" data-href="{$DETAILVIEW_LINK->getUrl()}&source={$REPORT_MODEL->getReportType()}">
<button type="Button" class="btn btn-default reportActions" name="{$LINKNAME}" data-href="{$DETAILVIEW_LINK->getUrl()}&source={$REPORT_MODEL->getReportType()}">
{$LINKNAME}
</button>
{/foreach}
Loading