修正
This commit is contained in:
@@ -171,7 +171,22 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<a href="payroll.html" class="back-link">← 給与管理メニューに戻る</a>
|
||||
<button
|
||||
onclick="location.href = 'payroll.html'"
|
||||
class="back-button"
|
||||
style="
|
||||
padding: 8px 16px;
|
||||
background: #007bff;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
"
|
||||
>
|
||||
← 給与管理メニューに戻る
|
||||
</button>
|
||||
|
||||
<h1>給与管理 - 設定</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user