runtime; build; native; contentfiles; analyzers; buildtransitive
From 9ffcc1b1377a4fd352417d0e1a7a2e8ed6dd043d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20T=C3=A9tard?=
<62659880+stetard@users.noreply.github.com>
Date: Mon, 5 Aug 2024 09:52:58 +0200
Subject: [PATCH 2/2] Replace DnnDateTimePicker with html DateTime inputs for
Telerik removal. #37
---
R7.Documents.Dnn/EditDocuments.ascx | 11 +++--
.../EditDocuments.ascx.controls.cs | 10 ++---
R7.Documents.Dnn/EditDocuments.ascx.cs | 42 +++++++++++++------
R7.Documents.Dnn/R7.Documents.Dnn.csproj | 27 ++++--------
R7.Documents.Dnn/packages.config | 6 +--
R7.Documents/Properties/SolutionInfo.cs | 4 +-
6 files changed, 53 insertions(+), 47 deletions(-)
diff --git a/R7.Documents.Dnn/EditDocuments.ascx b/R7.Documents.Dnn/EditDocuments.ascx
index 4aaa1ad..1fbc5f8 100644
--- a/R7.Documents.Dnn/EditDocuments.ascx
+++ b/R7.Documents.Dnn/EditDocuments.ascx
@@ -1,9 +1,8 @@
-<%@ Control Language="C#" AutoEventWireup="false" CodeBehind="EditDocuments.ascx.cs" Inherits="R7.Documents.EditDocuments" %>
+<%@ Control Language="C#" AutoEventWireup="false" CodeBehind="EditDocuments.ascx.cs" Inherits="R7.Documents.EditDocuments" %>
<%@ Register TagPrefix="dnn" TagName="URL" Src="~/controls/DnnUrlControl.ascx" %>
<%@ Register TagPrefix="dnn" TagName="Audit" Src="~/controls/ModuleAuditControl.ascx" %>
<%@ Register TagPrefix="dnn" TagName="Tracking" Src="~/controls/URLTrackingControl.ascx" %>
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>
-<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.UI.WebControls" Assembly="DotNetNuke.Web.Deprecated" %>
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement" Assembly="DotNetNuke.Web.Client" %>
@@ -42,11 +41,11 @@
@@ -63,11 +62,11 @@