diff --git a/Oqtane.Client/Resources/Themes/Controls/ControlPanelInteractive.resx b/Oqtane.Client/Resources/Themes/Controls/ControlPanelInteractive.resx index 9fa2eac6..6a8302d7 100644 --- a/Oqtane.Client/Resources/Themes/Controls/ControlPanelInteractive.resx +++ b/Oqtane.Client/Resources/Themes/Controls/ControlPanelInteractive.resx @@ -154,7 +154,7 @@ Not Authorized - You Must Select A Module + You Must Select A Module. Module Management: @@ -162,6 +162,15 @@ Select Module + + Select Copy Mode + + + Sync + + + Copy + Page Management: @@ -198,4 +207,13 @@ Top + + You Must Select A Module And The Copy Mode. + + + The Module's Content Will Not Be Synchronized. + + + Copy Existing Module + \ No newline at end of file diff --git a/Oqtane.Client/Themes/Controls/Theme/ControlPanelInteractive.razor b/Oqtane.Client/Themes/Controls/Theme/ControlPanelInteractive.razor index bd386c01..d33b1d21 100644 --- a/Oqtane.Client/Themes/Controls/Theme/ControlPanelInteractive.razor +++ b/Oqtane.Client/Themes/Controls/Theme/ControlPanelInteractive.razor @@ -15,6 +15,7 @@ @inject ILogService LoggingService @inject IStringLocalizer Localizer @inject IStringLocalizer SharedLocalizer +@inject IServiceProvider ServiceProvider