diff --git a/layouts/v7/modules/Calendar/ListViewRecordActions.tpl b/layouts/v7/modules/Calendar/ListViewRecordActions.tpl index 129b900110fd6371ebc2bc888b22674dc3985613..5ea415cff4850bc951d4fbdf1fe2a7dc5a81795b 100644 --- a/layouts/v7/modules/Calendar/ListViewRecordActions.tpl +++ b/layouts/v7/modules/Calendar/ListViewRecordActions.tpl @@ -14,7 +14,7 @@ <input type="checkbox" value="{$LISTVIEW_ENTRY->getId()}" class="listViewEntriesCheckBox"/> </span> {/if} - {if $LISTVIEW_ENTRY->get('starred') eq 'Yes'} + {if $LISTVIEW_ENTRY->get('starred') eq vtranslate('LBL_YES', $MODULE)} {assign var=STARRED value=true} {else} {assign var=STARRED value=false} diff --git a/layouts/v7/modules/Documents/ListViewRecordActions.tpl b/layouts/v7/modules/Documents/ListViewRecordActions.tpl index ea89bd38a55a36f0bd698f7683bac2602e86379a..d9d867e8005d1945be8b2df731801adb760c7d4d 100644 --- a/layouts/v7/modules/Documents/ListViewRecordActions.tpl +++ b/layouts/v7/modules/Documents/ListViewRecordActions.tpl @@ -15,7 +15,7 @@ <input type="checkbox" value="{$LISTVIEW_ENTRY->getId()}" class="listViewEntriesCheckBox"/> </span> {/if} - {if $LISTVIEW_ENTRY->get('starred') eq 'Yes'} + {if $LISTVIEW_ENTRY->get('starred') eq vtranslate('LBL_YES', $MODULE)} {assign var=STARRED value=true} {else} {assign var=STARRED value=false} diff --git a/layouts/v7/modules/Vtiger/ListViewRecordActions.tpl b/layouts/v7/modules/Vtiger/ListViewRecordActions.tpl index 01e5953367336b37382fb2b4f4dd4d040677dca8..9ed2ffe24a2e5f44a9881e3b259a7b3cf058a8af 100644 --- a/layouts/v7/modules/Vtiger/ListViewRecordActions.tpl +++ b/layouts/v7/modules/Vtiger/ListViewRecordActions.tpl @@ -15,7 +15,7 @@ <input type="checkbox" value="{$LISTVIEW_ENTRY->getId()}" class="listViewEntriesCheckBox"/> </span> {/if} - {if $LISTVIEW_ENTRY->get('starred') eq 'Yes'} + {if $LISTVIEW_ENTRY->get('starred') eq vtranslate('LBL_YES', $MODULE)} {assign var=STARRED value=true} {else} {assign var=STARRED value=false}