File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 348
348
<form class="form-inline">
349
349
<input type="hidden" name="client_id" value="<?php echo $ client_id ; ?> ">
350
350
<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>
354
354
</select>
355
355
</form>
356
356
</div>
You can’t perform that action at this time.
0 commit comments