Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haiyen-payment
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
Giang Tran
haiyen-payment
Commits
da210243
Commit
da210243
authored
Sep 07, 2026
by
tdgiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code
parent
27fba97b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
transactions-new.server.view.html
app/views/admin/transactions-new.server.view.html
+29
-0
Screenshot 0008-09-07 at 09.09.11.png
docs/Screenshot 0008-09-07 at 09.09.11.png
+0
-0
No files found.
app/views/admin/transactions-new.server.view.html
View file @
da210243
...
...
@@ -420,6 +420,32 @@
outline-offset
:
2px
;
}
.pay-btn
{
flex-shrink
:
0
;
height
:
30px
;
padding
:
0
12px
;
font-family
:
inherit
;
font-size
:
12px
;
font-weight
:
600
;
color
:
#fff
;
background
:
var
(
--color-primary
);
border
:
1px
solid
var
(
--color-primary
);
border-radius
:
6px
;
cursor
:
pointer
;
transition
:
background
150ms
ease
;
text-decoration
:
none
;
display
:
inline-flex
;
align-items
:
center
;
}
.pay-btn
:hover
{
background
:
var
(
--color-primary-hover
);
}
.pay-btn
:focus-visible
{
outline
:
2px
solid
var
(
--color-primary
);
outline-offset
:
2px
;
}
.result-actions
{
margin-top
:
10px
;
}
...
...
@@ -832,6 +858,9 @@
res
.
data
.
paymentUrl
+
'" id="paymentUrlField">'
+
'<button type="button" class="copy-btn" id="copyBtn">Sao chép</button>'
+
'<a href="'
+
res
.
data
.
paymentUrl
+
'" target="_blank" rel="noopener" class="pay-btn" id="payBtn">Thanh toán</a>'
+
"</div>"
+
'<div class="result-actions"><button type="button" class="btn-ghost" id="newTxBtn">Tạo giao dịch khác</button></div>'
+
"</div></div>"
;
...
...
docs/Screenshot 0008-09-07 at 09.09.11.png
0 → 100644
View file @
da210243
50.3 KB
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