Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the height of the add record button when reloading the page #17171

Open
wants to merge 6 commits into
base: developer
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/basic/modules/Vtiger/ButtonLink.tpl
Expand Up @@ -7,7 +7,7 @@
{if !isset($BUTTON_VIEW) }
{assign var=BUTTON_VIEW value=''}
{/if}
<div class="c-btn-link btn-group {if strrpos($BUTTON_VIEW,"listView") !== false && $USER_MODEL->get('rowheight') eq 'narrow'}btn-group-sm{/if} {$CLASS}">
<div class="c-btn-link {if $BUTTON_VIEW neq 'listView'}btn-group{/if}{if $BUTTON_VIEW neq 'listView' && $USER_MODEL->get('rowheight') eq 'narrow'}btn-group-sm{/if} {$CLASS}">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check: listViewBasic, listViewHeader, etc.

{assign var="LABEL" value=$LINK->getLabel()}
{assign var="ACTION_NAME" value=$LABEL}
{if $LINK->get('linkhint') neq ''}
Expand Down