Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
en:vtiger_6.0:modifications [2014/04/28 14:39] swarnat |
en:vtiger_6.0:modifications [2014/04/28 16:28] (current) swarnat |
||
|---|---|---|---|
| Line 29: | Line 29: | ||
| <code js> | <code js> | ||
| var pageNumberText = pageStartRange+" "+app.vtranslate('to')+" "+pageEndRange + " | Komplett: " + jQuery('#totalCount').val(); | var pageNumberText = pageStartRange+" "+app.vtranslate('to')+" "+pageEndRange + " | Komplett: " + jQuery('#totalCount').val(); | ||
| + | </code> | ||
| + | |||
| + | ===== Remove Username after Filtername ===== | ||
| + | |||
| + | If you don't need the Information, which user own a filter, you could easily remove this information. | ||
| + | |||
| + | === File: layouts/vlayout/modules/Vtiger/ListViewHeader.tpl === | ||
| + | |||
| + | **Search and remove** | ||
| + | <code> | ||
| + | {if $GROUP_LABEL neq 'Mine'} [ {$CUSTOM_VIEW->getOwnerName()} ] {/if} | ||
| </code> | </code> | ||