diff --git a/app/resources/locales/en_US/menu.po b/app/resources/locales/en_US/menu.po index 9fb8208b0..caf5860e0 100644 --- a/app/resources/locales/en_US/menu.po +++ b/app/resources/locales/en_US/menu.po @@ -135,6 +135,9 @@ msgstr "All Groups" msgid "co.switch" msgstr "Switch CO" +msgid "menu.user" +msgstr "User Menu" + msgid "related.configurations" msgstr "Related Configurations" diff --git a/app/src/View/Helper/FieldHelper.php b/app/src/View/Helper/FieldHelper.php index f7f14fa0c..1f54b7ddb 100644 --- a/app/src/View/Helper/FieldHelper.php +++ b/app/src/View/Helper/FieldHelper.php @@ -413,7 +413,8 @@ protected function formNameDiv(string $fieldName, string $labelText=null, string : $label) . ($this->editable && in_array($fn, $this->reqFields) - ? ' *' + ? ' ' + . '' . __d('field','required') . '' : '') . ' ' . ($desc ? '' . $desc . '' : "") .' diff --git a/app/templates/element/filter.php b/app/templates/element/filter.php index ff1805d40..a37a5ab81 100644 --- a/app/templates/element/filter.php +++ b/app/templates/element/filter.php @@ -90,7 +90,7 @@
- search + @@ -115,7 +115,7 @@ (is_array($search_params[$key]) ? 'Range' : $search_params[$key]); ?>
- person +
@@ -56,11 +62,11 @@ Settings
1): // More than one CO is available, so present the switch button ?> diff --git a/app/templates/element/searchGlobal.php b/app/templates/element/searchGlobal.php index cfbfff0e1..faf8a3d17 100644 --- a/app/templates/element/searchGlobal.php +++ b/app/templates/element/searchGlobal.php @@ -38,11 +38,11 @@ ?> -