Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
KGOrders
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cam Hayes
KGOrders
Commits
d8f17f2b
Commit
d8f17f2b
authored
Aug 08, 2025
by
Cameron Hayes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed issues with User Page for 0.9.9 release
parent
94ed952a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
14 deletions
+1
-14
View.Users.dfm
kgOrdersClient/View.Users.dfm
+0
-12
View.Users.pas
kgOrdersClient/View.Users.pas
+1
-2
No files found.
kgOrdersClient/View.Users.dfm
View file @
d8f17f2b
...
...
@@ -33,18 +33,6 @@ object FViewUsers: TFViewUsers
WidthPercent = 100.000000000000000000
OnClick = btnAddUserClick
end
object btnConfirmDelete: TWebButton
Left = 506
Top = 174
Width = 96
Height = 25
Caption = 'Confirm'
ChildOrder = 16
ElementID = 'btn_confirm_delete'
HeightPercent = 100.000000000000000000
WidthPercent = 100.000000000000000000
OnClick = btnConfirmDeleteClick
end
object XDataWebClient1: TXDataWebClient
Connection = DMConnection.ApiConnection
Left = 462
...
...
kgOrdersClient/View.Users.pas
View file @
d8f17f2b
...
...
@@ -15,7 +15,6 @@ type
lblEntries
:
TWebLabel
;
btnAddUser
:
TWebButton
;
WebDataSource1
:
TWebDataSource
;
btnConfirmDelete
:
TWebButton
;
XDataWebDataSet1userID
:
TStringField
;
XDataWebDataSet1username
:
TStringField
;
XDataWebDataSet1full_name
:
TStringField
;
...
...
@@ -396,7 +395,7 @@ begin
// Password Cell
Cell
:=
TJSHTMLElement
(
document
.
createElement
(
'td'
));
Cell
.
setAttribute
(
'data-label'
,
'Password'
);
Cell
.
innerText
:=
Password
;
Cell
.
innerText
:=
'hidden'
;
NewRow
.
appendChild
(
Cell
);
// Full Name Cell
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment