feat: checkbox for only wildcard domains

This commit is contained in:
Rekryt
2024-09-03 20:11:08 +03:00
parent c89cb6b4b3
commit 2169ca6b84
7 changed files with 49 additions and 8 deletions

View File

@@ -601,6 +601,14 @@ use OpenCCK\App\Controller\TextController;
}
.main-formSelect {}
.main-formSelect_site {}
.main-formItemCheckbox {
margin: 0 6px 0 0;
}
.main-formItemCheckboxLabel {
line-height: 1;
font-size: 14px;
font-weight: normal;
}
</style>
</head>
<body>
@@ -639,6 +647,10 @@ use OpenCCK\App\Controller\TextController;
</span>
<span class="main-formItemComment">Don't choose sites if you want to get everything</span>
</label>
<label class="main-formItem main-formItem_wide">
<input class="main-formItemCheckbox" type="checkbox" name="wildcard" value="1" />
<span class="main-formItemCheckboxLabel">Only wildcard domains</span>
</label>
</section>
<section>
<button type="submit">Submit</button>