Fixed Button
This commit is contained in:
@ -55,7 +55,7 @@
|
|||||||
<input type="text" class="form-control" id="telegram_admin_id"
|
<input type="text" class="form-control" id="telegram_admin_id"
|
||||||
placeholder="Enter Admin ID">
|
placeholder="Enter Admin ID">
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-success">Accept</button>
|
<button type="submit" class="btn btn-success">Add</button>
|
||||||
<button type="button" class="btn btn-danger">Remove</button>
|
<button type="button" class="btn btn-danger">Remove</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@ -88,7 +88,7 @@
|
|||||||
<input type="text" class="form-control" id="singbox_port"
|
<input type="text" class="form-control" id="singbox_port"
|
||||||
placeholder="Enter Port">
|
placeholder="Enter Port">
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-success">Accept</button>
|
<button type="submit" class="btn btn-success">Add</button>
|
||||||
<button type="button" class="btn btn-danger">Remove</button>
|
<button type="button" class="btn btn-danger">Remove</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@ -106,7 +106,7 @@
|
|||||||
<input type="text" class="form-control" id="normal_port"
|
<input type="text" class="form-control" id="normal_port"
|
||||||
placeholder="Enter Port">
|
placeholder="Enter Port">
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-success">Accept</button>
|
<button type="submit" class="btn btn-success">Add</button>
|
||||||
<button type="button" class="btn btn-danger">Remove</button>
|
<button type="button" class="btn btn-danger">Remove</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user