Skip to content

Commit 91c01d2

Browse files
author
wrongecho
committed
Tidying
1 parent 9491643 commit 91c01d2

6 files changed

+9
-9
lines changed

admin_custom_link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
$custom_link_order_display = $custom_link_order;
9595
}
9696
$custom_link_location = intval($row['custom_link_location']);
97-
if ($custom_link_location == 1) {
97+
if ($custom_link_location == 1) {
9898
$custom_link_location_display = "Main Side Nav";
9999
} else {
100100
$custom_link_location_display = "Top Nav";

admin_ticket_status_add_modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
</form>
4040
</div>
4141
</div>
42-
</div>
42+
</div>

admin_ticket_status_edit_modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
</form>
5353
</div>
5454
</div>
55-
</div>
55+
</div>

admin_ticket_template_edit_modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</div>
5656
<input type="text" class="form-control" name="description" value="<?php echo $ticket_template_description; ?>" placeholder="Short description">
5757
</div>
58-
</div>
58+
</div>
5959

6060
</div>
6161
<div class="modal-footer bg-white">

calendar_events.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="card-body">
3030

3131
<form>
32-
<?php
32+
<?php
3333
$sql = mysqli_query($mysqli, "SELECT * FROM calendars");
3434
while ($row = mysqli_fetch_array($sql)) {
3535
$calendar_id = intval($row['calendar_id']);
@@ -40,9 +40,9 @@
4040
<i class="fas fa-fw fa-circle mr-2" style="color:<?php echo $calendar_color; ?>;"></i><?php echo $calendar_name; ?>
4141
<button type="button" class="btn btn-link btn-sm float-right" data-toggle="modal" data-target="#editCalendarModal<?php echo $calendar_id; ?>"><i class="fas fa-fw fa-pencil-alt text-secondary"></i></button>
4242
</div>
43-
<?php
44-
require "calendar_edit_modal.php";
45-
}
43+
<?php
44+
require "calendar_edit_modal.php";
45+
}
4646
?>
4747
</form>
4848
</div>

client_asset_bulk_add_ticket_modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</div>
137137
<?php } ?>
138138

139-
</div>
139+
</div>
140140

141141
<div class="modal-footer bg-white">
142142
<button type="submit" name="bulk_add_asset_ticket" class="btn btn-primary text-bold"><i class="fas fa-check mr-2"></i>Create</button>

0 commit comments

Comments
 (0)