diff --git a/languages/en_us/ModuleManager.php b/languages/en_us/ModuleManager.php index 9bdf5d43de07945be7d7b06f76a1040427511115..3fb624ae7452b736fa9f5a2cd17bea0801b8a6f7 100644 --- a/languages/en_us/ModuleManager.php +++ b/languages/en_us/ModuleManager.php @@ -45,7 +45,7 @@ $languageStrings = array( 'LBL_EXTENSION_STORE' => 'Extension Store', 'LBL_ACCEPT_WITH_THE_DISCLAIMER' => 'I accept with disclaimer and would like to proceed', 'LBL_INSTALL_FROM_ZIP' => 'Install from Zip', - 'LBL_DELETE_EXIST_DIRECTORY' => 'Please delete the module direcctory that exist to proceed with import module', + 'LBL_DELETE_EXIST_DIRECTORY' => 'Please delete the module directory that exist to proceed with import module', 'LBL_UPDATE_MODULE_FROM_FILE' => 'Update Module From File', 'LBL_UPDATED_MODULE' => ' module was updated successfully.', diff --git a/languages/en_us/Settings/ModuleManager.php b/languages/en_us/Settings/ModuleManager.php index 9bdf5d43de07945be7d7b06f76a1040427511115..3fb624ae7452b736fa9f5a2cd17bea0801b8a6f7 100644 --- a/languages/en_us/Settings/ModuleManager.php +++ b/languages/en_us/Settings/ModuleManager.php @@ -45,7 +45,7 @@ $languageStrings = array( 'LBL_EXTENSION_STORE' => 'Extension Store', 'LBL_ACCEPT_WITH_THE_DISCLAIMER' => 'I accept with disclaimer and would like to proceed', 'LBL_INSTALL_FROM_ZIP' => 'Install from Zip', - 'LBL_DELETE_EXIST_DIRECTORY' => 'Please delete the module direcctory that exist to proceed with import module', + 'LBL_DELETE_EXIST_DIRECTORY' => 'Please delete the module directory that exist to proceed with import module', 'LBL_UPDATE_MODULE_FROM_FILE' => 'Update Module From File', 'LBL_UPDATED_MODULE' => ' module was updated successfully.', diff --git a/languages/en_us/Users.php b/languages/en_us/Users.php index c55af466b60e23fed7b626013fbf6033315489de..9d9efcc0e77c6b2fbd3f3c0605c0029e750d82b1 100644 --- a/languages/en_us/Users.php +++ b/languages/en_us/Users.php @@ -35,7 +35,7 @@ $languageStrings = array( 'Reports To' => 'Reports To', 'Yahoo id' => 'Yahoo id', 'Home Phone' => 'Home Phone', - 'User Image' => 'Upload Photograph', + 'User Image' => 'User Image', 'Date Format' => 'Date Format', 'Tag Cloud' => 'Tag Cloud', 'Signature' => 'Signature', diff --git a/layouts/v7/modules/Calendar/ListViewRecordActions.tpl b/layouts/v7/modules/Calendar/ListViewRecordActions.tpl index 4940f5c959f73739e63368097d721875e05db5c4..04c6bf79320da772619c4496f2108ea31487fbd1 100644 --- a/layouts/v7/modules/Calendar/ListViewRecordActions.tpl +++ b/layouts/v7/modules/Calendar/ListViewRecordActions.tpl @@ -27,10 +27,10 @@ {/if} {assign var=EDIT_VIEW_URL value={$LISTVIEW_ENTRY->getEditViewUrl()}} {if $IS_MODULE_EDITABLE && $EDIT_VIEW_URL && $LISTVIEW_ENTRY->get('taskstatus') neq vtranslate('Held', $MODULE) && $LISTVIEW_ENTRY->get('taskstatus') neq vtranslate('Completed', $MODULE)} - <span class="fa fa-check icon action" title="{vtranslate('LBL_MARK_AS_HELD', $MODULE)}" onclick="Calendar_Calendar_Js.markAsHeld('{$LISTVIEW_ENTRY->getId()}');"></span> + <span class="fa fa-check icon action markAsHeld" title="{vtranslate('LBL_MARK_AS_HELD', $MODULE)}" onclick="Calendar_Calendar_Js.markAsHeld('{$LISTVIEW_ENTRY->getId()}');"></span> {/if} {if $IS_CREATE_PERMITTED && $EDIT_VIEW_URL && $LISTVIEW_ENTRY->get('taskstatus') eq vtranslate('Held', $MODULE)} - <span class="fa fa-flag icon action" title="{vtranslate('LBL_HOLD_FOLLOWUP_ON', "Events")}" onclick="Calendar_Calendar_Js.holdFollowUp('{$LISTVIEW_ENTRY->getId()}');"></span> + <span class="fa fa-flag icon action holdFollowupOn" title="{vtranslate('LBL_HOLD_FOLLOWUP_ON', "Events")}" onclick="Calendar_Calendar_Js.holdFollowUp('{$LISTVIEW_ENTRY->getId()}');"></span> {/if} <span class="more dropdown action"> <span href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> diff --git a/layouts/v7/skins/contact/style.css b/layouts/v7/skins/contact/style.css index eb247776faf57cc19b3e16f07ee2c322ddefb01e..71bfcbb062f7e29771ee0ff2d74e455b7c0c01f5 100644 --- a/layouts/v7/skins/contact/style.css +++ b/layouts/v7/skins/contact/style.css @@ -1423,7 +1423,7 @@ ul.unstyled { } .listview-table-norecords .table-actions, .listview-table .table-actions { - width: 110px; + width: 120px; font-size: 15px; color: #555; margin-left: 7px; @@ -7305,4 +7305,8 @@ input:focus:-ms-input-placeholder { } .duplicationMessageContainer .duplicationMessageHeader { margin-bottom: 8px; +} +.listViewRecordActions .quickView, .listViewRecordActions .markStar, +.listViewRecordActions .markAsHeld,.listViewRecordActions .holdFollowupOn { + margin-top: 4px; } \ No newline at end of file diff --git a/layouts/v7/skins/inventory/style.css b/layouts/v7/skins/inventory/style.css index 90285c8f795a05f52b4e8d80b6fe1e94cf13f3d1..2b8f7335a98c20c893582863fd1046b661c748a6 100644 --- a/layouts/v7/skins/inventory/style.css +++ b/layouts/v7/skins/inventory/style.css @@ -1423,7 +1423,7 @@ ul.unstyled { } .listview-table-norecords .table-actions, .listview-table .table-actions { - width: 110px; + width: 120px; font-size: 15px; color: #555; margin-left: 7px; @@ -7309,4 +7309,8 @@ input:focus:-ms-input-placeholder { } .duplicationMessageContainer .duplicationMessageHeader { margin-bottom: 8px; +} +.listViewRecordActions .quickView, .listViewRecordActions .markStar, +.listViewRecordActions .markAsHeld,.listViewRecordActions .holdFollowupOn { + margin-top: 4px; } \ No newline at end of file diff --git a/layouts/v7/skins/marketing/style.css b/layouts/v7/skins/marketing/style.css index 86261c0c1185e539129aa410a018ac9a6de515b0..6aba6e48334bad57396d7c28a6946022b1fdd4d4 100644 --- a/layouts/v7/skins/marketing/style.css +++ b/layouts/v7/skins/marketing/style.css @@ -1423,7 +1423,7 @@ ul.unstyled { } .listview-table-norecords .table-actions, .listview-table .table-actions { - width: 110px; + width: 120px; font-size: 15px; color: #555; margin-left: 7px; @@ -7571,4 +7571,8 @@ a.btnReport:hover { } .duplicationMessageContainer .duplicationMessageHeader { margin-bottom: 8px; -} \ No newline at end of file +} +.listViewRecordActions .quickView, .listViewRecordActions .markStar, +.listViewRecordActions .markAsHeld,.listViewRecordActions .holdFollowupOn { + margin-top: 4px; +} diff --git a/layouts/v7/skins/marketing_and_sales/style.css b/layouts/v7/skins/marketing_and_sales/style.css index ac80f8565186e87a8cde11bd599cd5c8b30fab98..df49472b5d6e811bd06b86a6a487cae871882043 100644 --- a/layouts/v7/skins/marketing_and_sales/style.css +++ b/layouts/v7/skins/marketing_and_sales/style.css @@ -1423,7 +1423,7 @@ ul.unstyled { } .listview-table-norecords .table-actions, .listview-table .table-actions { - width: 110px; + width: 120px; font-size: 15px; color: #555; margin-left: 7px; @@ -7310,3 +7310,7 @@ input:focus:-ms-input-placeholder { .duplicationMessageContainer .duplicationMessageHeader { margin-bottom: 8px; } +.listViewRecordActions .quickView, .listViewRecordActions .markStar, +.listViewRecordActions .markAsHeld,.listViewRecordActions .holdFollowupOn { + margin-top: 4px; +} \ No newline at end of file diff --git a/layouts/v7/skins/project/style.css b/layouts/v7/skins/project/style.css index 86457432f2bdcfe8ab4d2bf425a12f46194f4221..92f3d89673492a37147d3882f30182da2c296ce1 100644 --- a/layouts/v7/skins/project/style.css +++ b/layouts/v7/skins/project/style.css @@ -1423,7 +1423,7 @@ ul.unstyled { } .listview-table-norecords .table-actions, .listview-table .table-actions { - width: 110px; + width: 120px; font-size: 15px; color: #555; margin-left: 7px; @@ -7309,4 +7309,8 @@ input:focus:-ms-input-placeholder { } .duplicationMessageContainer .duplicationMessageHeader { margin-bottom: 8px; +} +.listViewRecordActions .quickView, .listViewRecordActions .markStar, +.listViewRecordActions .markAsHeld,.listViewRecordActions .holdFollowupOn { + margin-top: 4px; } \ No newline at end of file diff --git a/layouts/v7/skins/sales/style.css b/layouts/v7/skins/sales/style.css index 32911718574d24ce8950c095b2bed47517bc1b23..df49472b5d6e811bd06b86a6a487cae871882043 100644 --- a/layouts/v7/skins/sales/style.css +++ b/layouts/v7/skins/sales/style.css @@ -1423,7 +1423,7 @@ ul.unstyled { } .listview-table-norecords .table-actions, .listview-table .table-actions { - width: 110px; + width: 120px; font-size: 15px; color: #555; margin-left: 7px; @@ -7309,4 +7309,8 @@ input:focus:-ms-input-placeholder { } .duplicationMessageContainer .duplicationMessageHeader { margin-bottom: 8px; +} +.listViewRecordActions .quickView, .listViewRecordActions .markStar, +.listViewRecordActions .markAsHeld,.listViewRecordActions .holdFollowupOn { + margin-top: 4px; } \ No newline at end of file diff --git a/layouts/v7/skins/support/style.css b/layouts/v7/skins/support/style.css index e80f7c4b96422331f029e3ab4e5bb08b1f4f5f6f..eb0d0e11f09f6ac491def66208cf61239a8aef8d 100644 --- a/layouts/v7/skins/support/style.css +++ b/layouts/v7/skins/support/style.css @@ -1423,7 +1423,7 @@ ul.unstyled { } .listview-table-norecords .table-actions, .listview-table .table-actions { - width: 110px; + width: 120px; font-size: 15px; color: #555; margin-left: 7px; @@ -7440,4 +7440,8 @@ div.flip { } .duplicationMessageContainer .duplicationMessageHeader { margin-bottom: 8px; +} +.listViewRecordActions .quickView, .listViewRecordActions .markStar, +.listViewRecordActions .markAsHeld,.listViewRecordActions .holdFollowupOn { + margin-top: 4px; } \ No newline at end of file diff --git a/layouts/v7/skins/tools/style.css b/layouts/v7/skins/tools/style.css index 0f36faa33b755a0e2029d1d80986eb17a3c40e6a..55dd444640518737f9ee7d50a5b5739b921610e3 100644 --- a/layouts/v7/skins/tools/style.css +++ b/layouts/v7/skins/tools/style.css @@ -1423,7 +1423,7 @@ ul.unstyled { } .listview-table-norecords .table-actions, .listview-table .table-actions { - width: 110px; + width: 120px; font-size: 15px; color: #555; margin-left: 7px; @@ -7305,4 +7305,8 @@ input:focus:-ms-input-placeholder { } .duplicationMessageContainer .duplicationMessageHeader { margin-bottom: 8px; +} +.listViewRecordActions .quickView, .listViewRecordActions .markStar, +.listViewRecordActions .markAsHeld,.listViewRecordActions .holdFollowupOn { + margin-top: 4px; } \ No newline at end of file