|
|
@@ -140,7 +140,7 @@ class ProsesSanksi extends Component {
|
|
|
})}
|
|
|
onClick={this.toggleStep("3")}
|
|
|
>
|
|
|
- <h4 className="text-left my-3">3. Penetapan Sanksi</h4>
|
|
|
+ <h4 className="text-left my-3">3. Penetapan Jenis Pelanggaran</h4>
|
|
|
</NavLink>
|
|
|
</NavItem>
|
|
|
<NavItem style={stepNavitemStyle}>
|
|
|
@@ -151,7 +151,7 @@ class ProsesSanksi extends Component {
|
|
|
})}
|
|
|
onClick={this.toggleStep("4")}
|
|
|
>
|
|
|
- <h4 className="text-left my-3">4. Nomor Surat Keputusan Sanksi</h4>
|
|
|
+ <h4 className="text-left my-3">4. Penetapan Sanksi</h4>
|
|
|
</NavLink>
|
|
|
</NavItem>
|
|
|
<NavItem style={stepNavitemStyle}>
|
|
|
@@ -176,7 +176,7 @@ class ProsesSanksi extends Component {
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button className="ml-auto color-3e3a8e" color onClick={this.toggleStep("2")}>
|
|
|
+ <Button className="ml-auto btn-login color-3e3a8e" color onClick={this.toggleStep("2")}>
|
|
|
<span className="font-color-white">
|
|
|
Next
|
|
|
</span>
|
|
|
@@ -198,12 +198,12 @@ class ProsesSanksi extends Component {
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button color className="color-3e3a8e" onClick={this.toggleStep("1")}>
|
|
|
+ <Button color className="btn-login color-3e3a8e" onClick={this.toggleStep("1")}>
|
|
|
<span className="font-color-white">
|
|
|
Previous
|
|
|
</span>
|
|
|
</Button>
|
|
|
- <Button className="ml-auto color-3e3a8e" color onClick={this.toggleStep("3")}>
|
|
|
+ <Button className="ml-auto btn-login color-3e3a8e" color onClick={this.toggleStep("3")}>
|
|
|
<span className="font-color-white">
|
|
|
Next
|
|
|
</span>
|
|
|
@@ -212,17 +212,17 @@ class ProsesSanksi extends Component {
|
|
|
</TabPane>
|
|
|
<TabPane tabId="3">
|
|
|
<div className="pt-3 mb-3">
|
|
|
- <h2>Penetapan Sanksi</h2>
|
|
|
+ <h2>Penetapan Jenis Pelanggaran</h2>
|
|
|
<TablePenetapanSanksi setCheckedData={this.setCheckedData} />
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button colorclassName="color-3e3a8e" onClick={this.toggleStep("2")}>
|
|
|
+ <Button color className="btn-login color-3e3a8e" onClick={this.toggleStep("2")}>
|
|
|
<span className="font-color-white">
|
|
|
Previous
|
|
|
</span>
|
|
|
</Button>
|
|
|
- <Button className="ml-auto color-3e3a8e" color onClick={this.toggleStep("4")}>
|
|
|
+ <Button className="ml-auto btn-login color-3e3a8e" color onClick={this.toggleStep("4")}>
|
|
|
<span className="font-color-white">
|
|
|
Next
|
|
|
</span>
|
|
|
@@ -231,17 +231,17 @@ class ProsesSanksi extends Component {
|
|
|
</TabPane>
|
|
|
<TabPane tabId="4">
|
|
|
<div className="pt-3 mb-3">
|
|
|
- <h2>Nomor Surat Keputusan Sanksi</h2>
|
|
|
+ <h2>Penetapan Sanksi</h2>
|
|
|
<UploadSurat setUploadSuratSanksi={this.setUploadSuratSanksi} />
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button color className="color-3e3a8e" onClick={this.toggleStep("3")}>
|
|
|
+ <Button color className="btn-login color-3e3a8e" onClick={this.toggleStep("3")}>
|
|
|
<span className="font-color-white">
|
|
|
Previous
|
|
|
</span>
|
|
|
</Button>
|
|
|
- <Button className="ml-auto color-3e3a8e" color onClick={this.toggleStep("5")}>
|
|
|
+ <Button className="ml-auto btn-login color-3e3a8e" color onClick={this.toggleStep("5")}>
|
|
|
<span className="font-color-white">
|
|
|
Next
|
|
|
</span>
|
|
|
@@ -255,12 +255,12 @@ class ProsesSanksi extends Component {
|
|
|
</div>
|
|
|
<hr />
|
|
|
<div className="d-flex">
|
|
|
- <Button color="secondary" className="color-3e3a8e" onClick={this.toggleStep("4")}>
|
|
|
+ <Button color className="btn-login color-3e3a8e" onClick={this.toggleStep("4")}>
|
|
|
<span className="font-color-white">
|
|
|
Previous
|
|
|
</span>
|
|
|
</Button>
|
|
|
- <Button className="ml-auto color-3e3a8e" color onClick={this.done}>
|
|
|
+ <Button className="ml-auto btn-login color-3e3a8e" color onClick={this.done}>
|
|
|
<span className="font-color-white">
|
|
|
Done
|
|
|
</span>
|