FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DNN.Repository/EditComment.ascx at develop · DNNCommunity/DNN.Repository · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DNNCommunity
/
DNN.Repository
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
9
Code
Issues
2
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
DNN.Repository
/
EditComment.ascx
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (27 loc) · 1.3 KB
Breadcrumbs
DNN.Repository
/
EditComment.ascx
Copy path
File metadata and controls
27 lines (27 loc) · 1.3 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<%
@ Control Language
=
"
vb
"
Codebehind
=
"
EditComment.ascx.vb
"
AutoEventWireup
=
"
false
"
Explicit
=
"
True
"
Inherits
=
"
DotNetNuke.Modules.Repository.EditComment
"
%>
<
table
cellspacing
=
"
0
"
cellpadding
=
"
0
"
width
=
"
750
"
summary
=
"
Edit Repository Comment
"
>
<
tr
valign
=
"
top
"
>
<
td
class
=
"
SubHead
"
>
<
label
for
=
"
<%=txtName.ClientID%>
"
>User Name:</
label
>
</
td
>
<
td
>
<
asp:TextBox
ID
=
"
txtName
"
runat
=
"
server
"
MaxLength
=
"
100
"
Columns
=
"
30
"
Width
=
"
390
"
CssClass
=
"
NormalTextBox
"
/>
<
br
/>
</
td
>
</
tr
>
<
tr
valign
=
"
top
"
>
<
td
class
=
"
SubHead
"
>
<
label
for
=
"
<%=txtComment.ClientID%>
"
>Comment:</
label
>
</
td
>
<
td
>
<
asp:TextBox
ID
=
"
txtComment
"
runat
=
"
server
"
Columns
=
"
44
"
Width
=
"
390
"
CssClass
=
"
NormalTextBox
"
Rows
=
"
6
"
TextMode
=
"
Multiline
"
/>
<
br
/>
</
td
>
</
tr
>
</
table
>
<
p
>
<
asp:LinkButton
ID
=
"
cmdUpdate
"
runat
=
"
server
"
CssClass
=
"
CommandButton
"
Text
=
"
Update
"
BorderStyle
=
"
none
"
/>
&
nbsp
;
<
asp:LinkButton
ID
=
"
cmdCancel
"
runat
=
"
server
"
CssClass
=
"
CommandButton
"
Text
=
"
Cancel
"
BorderStyle
=
"
none
"
CausesValidation
=
"
False
"
/>
&
nbsp
;
<
asp:LinkButton
ID
=
"
cmdDelete
"
runat
=
"
server
"
CssClass
=
"
CommandButton
"
Text
=
"
Delete
"
BorderStyle
=
"
none
"
CausesValidation
=
"
False
"
/>
&
nbsp
;
</
p
>
<
hr
size
=
"
1
"
noshade
=
"
noshade
"
/>
Back
|
FazBrowse Home
|
New Git URL