File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use \BNETDocs\Libraries\Packet;
5
5
use \CarlBennett \MVC \Libraries \Common ; ?>
6
6
<form method="POST">
7
7
<div class="row">
8
- <div class="col-md -3">
8
+ <div class="col-lg -3">
9
9
<div class="form-group">
10
10
<label class="font-weight-bold" for="direction">Direction:</label>
11
11
<select class="bg-dark border border-primary custom-select text-light" name="direction" id="direction">
@@ -14,17 +14,17 @@ use \CarlBennett\MVC\Libraries\Common; ?>
14
14
<option value="<?= Packet::DIRECTION_PEER_TO_PEER ?> "<?= ($ form_fields ['direction ' ] ?? null === Packet::DIRECTION_PEER_TO_PEER ? ' checked="checked" ' : '' )?> >Peer to Peer</option>
15
15
</select>
16
16
</div>
17
- </div><div class="col-md -3">
17
+ </div><div class="col-lg -3">
18
18
<div class="form-group">
19
19
<label class="font-weight-bold" for="packet_id">Id:</label>
20
20
<input class="bg-dark border border-primary form-control text-light" type="text" name="packet_id" id="packet_id" placeholder="Enter the message id here" tabindex="1" required autofocus="autofocus" value="<?= filter_var ($ form_fields ['packet_id ' ] ?? null , FILTER_SANITIZE_FULL_SPECIAL_CHARS )?> "/>
21
21
</div>
22
- </div><div class="col-md-3 ">
22
+ </div><div class="col-lg-4 ">
23
23
<div class="form-group">
24
24
<label class="font-weight-bold" for="name">Name:</label>
25
25
<input class="bg-dark border border-primary form-control text-light" type="text" name="name" id="name" placeholder="Enter the message name here" tabindex="2" required value="<?= $ form_fields ['name ' ] ?? '' ?> "/>
26
26
</div>
27
- </div><div class="col-md-3 ">
27
+ </div><div class="col-lg-2 ">
28
28
<div class="form-group">
29
29
<label class="font-weight-bold">Options:</label>
30
30
<div class="custom-control custom-switch"><input class="custom-control-input" type="checkbox" id="deprecated" name="deprecated" value="1"<?= ($ form_fields ['deprecated ' ] ?? null ? ' checked="checked" ' : '' )?> tabindex="6"/><label class="custom-control-label text-danger" for="deprecated">Deprecated</label></div>
You can’t perform that action at this time.
0 commit comments