Skip to content

Commit 4f0c7c5

Browse files
committed
Added within context to the upcoming expire select box
1 parent 9dfc7d3 commit 4f0c7c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client_overview.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@
348348
<form class="form-inline">
349349
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
350350
<select onchange="this.form.submit()" class="form-control form-control-sm" name="expiration_days">
351-
<option value="7" <?php if ($expiration_days == 7) { echo "selected"; } ?>>7 Days</option>
352-
<option value="30" <?php if ($expiration_days == 30) { echo "selected"; } ?>>30 Days</option>
353-
<option value="90" <?php if ($expiration_days == 90) { echo "selected"; } ?>>90 Days</option>
351+
<option value="7" <?php if ($expiration_days == 7) { echo "selected"; } ?>>Within 7 Days</option>
352+
<option value="30" <?php if ($expiration_days == 30) { echo "selected"; } ?>>Within 30 Days</option>
353+
<option value="90" <?php if ($expiration_days == 90) { echo "selected"; } ?>>Within 90 Days</option>
354354
</select>
355355
</form>
356356
</div>

0 commit comments

Comments
 (0)