From 9d479d4b4dd94c56d5912e3fff6f0789fd441bde Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Tue, 19 Mar 2024 17:19:22 -0700 Subject: [PATCH] IO-2713 Visually Seperate Bill Entry & Media Areas Signed-off-by: Allan Carr --- .../bill-detail-edit/bill-detail-edit-component.jsx | 4 ++-- client/src/components/bill-form/bill-form.component.jsx | 5 +++-- client/src/translations/en_us/common.json | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/client/src/components/bill-detail-edit/bill-detail-edit-component.jsx b/client/src/components/bill-detail-edit/bill-detail-edit-component.jsx index 93d115254..4380c77d2 100644 --- a/client/src/components/bill-detail-edit/bill-detail-edit-component.jsx +++ b/client/src/components/bill-detail-edit/bill-detail-edit-component.jsx @@ -1,5 +1,5 @@ import { useMutation, useQuery } from "@apollo/client"; -import { Button, Form, PageHeader, Popconfirm, Space } from "antd"; +import { Button, Divider, Form, PageHeader, Popconfirm, Space } from "antd"; import moment from "moment"; import queryString from "query-string"; import React, { useState } from "react"; @@ -208,7 +208,7 @@ export function BillDetailEditcontainer({ layout="vertical" > - + {t("general.labels.media")} {bodyshop.uselocalmediaserver ? ( )} - + + {t("documents.labels.upload")} + { diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index b70828672..de1c35af8 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1114,6 +1114,7 @@ "loadingshop": "Loading shop data...", "loggingin": "Authorizing...", "markedexported": "Manually marked as exported.", + "media": "Media", "message": "Message", "monday": "Monday", "na": "N/A",