|
@@ -267,44 +267,8 @@ const ActionPanel: React.FC = () => {
|
|
}
|
|
}
|
|
onClick={() => showNotImplemented('')}
|
|
onClick={() => showNotImplemented('')}
|
|
/>
|
|
/>
|
|
- <ActionButton
|
|
|
|
- icon={
|
|
|
|
- <Icon
|
|
|
|
- module="module-patient"
|
|
|
|
- name="btn_SaveLocally"
|
|
|
|
- userId="base"
|
|
|
|
- theme="default"
|
|
|
|
- size="2x"
|
|
|
|
- state="normal"
|
|
|
|
- />
|
|
|
|
- }
|
|
|
|
- tooltip={
|
|
|
|
- <FormattedMessage
|
|
|
|
- id="actionPanel.saveLocal"
|
|
|
|
- defaultMessage="actionPanel.saveLocal"
|
|
|
|
- />
|
|
|
|
- }
|
|
|
|
- onClick={() => showNotImplemented('')}
|
|
|
|
- />
|
|
|
|
- <ActionButton
|
|
|
|
- icon={
|
|
|
|
- <Icon
|
|
|
|
- module="module-patient"
|
|
|
|
- name="btn_Import"
|
|
|
|
- userId="base"
|
|
|
|
- theme="default"
|
|
|
|
- size="2x"
|
|
|
|
- state="normal"
|
|
|
|
- />
|
|
|
|
- }
|
|
|
|
- tooltip={
|
|
|
|
- <FormattedMessage
|
|
|
|
- id="actionPanel.importXLS"
|
|
|
|
- defaultMessage="actionPanel.importXLS"
|
|
|
|
- />
|
|
|
|
- }
|
|
|
|
- onClick={() => showNotImplemented('')}
|
|
|
|
- />
|
|
|
|
|
|
+
|
|
|
|
+
|
|
<ActionButton
|
|
<ActionButton
|
|
icon={
|
|
icon={
|
|
<Icon
|
|
<Icon
|
|
@@ -324,25 +288,7 @@ const ActionPanel: React.FC = () => {
|
|
}
|
|
}
|
|
onClick={() => showNotImplemented('')}
|
|
onClick={() => showNotImplemented('')}
|
|
/>
|
|
/>
|
|
- <ActionButton
|
|
|
|
- icon={
|
|
|
|
- <Icon
|
|
|
|
- module="module-patient"
|
|
|
|
- name="CloudShare"
|
|
|
|
- userId="base"
|
|
|
|
- theme="default"
|
|
|
|
- size="2x"
|
|
|
|
- state="normal"
|
|
|
|
- />
|
|
|
|
- }
|
|
|
|
- tooltip={
|
|
|
|
- <FormattedMessage
|
|
|
|
- id="actionPanel.cloudShare"
|
|
|
|
- defaultMessage="actionPanel.cloudShare"
|
|
|
|
- />
|
|
|
|
- }
|
|
|
|
- onClick={() => showNotImplemented('')}
|
|
|
|
- />
|
|
|
|
|
|
+
|
|
<ActionButton
|
|
<ActionButton
|
|
icon={
|
|
icon={
|
|
<Icon
|
|
<Icon
|