Changeset 2696004
- Timestamp:
- 03/18/2022 02:28:16 PM (4 years ago)
- Location:
- heygov
- Files:
-
- 2 edited
-
tags/1.3.0/includes/view/show-heygov-settings.php (modified) (1 diff)
-
trunk/includes/view/show-heygov-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
heygov/tags/1.3.0/includes/view/show-heygov-settings.php
r2696002 r2696004 88 88 <p> 89 89 <label><input name="heygov[features][]" type="checkbox" value="issues" <?php checked(in_array('issues', $heygov_features)) ?>> HeyGov 311</label><br> 90 <label><input name="heygov[features][]" type="checkbox" value="forms" <?php checked(in_array('forms', $heygov_features)) ?>> HeyLicense</label> 90 <label><input name="heygov[features][]" type="checkbox" value="forms" <?php checked(in_array('forms', $heygov_features)) ?>> HeyLicense</label><br> 91 91 <label><input name="heygov[features][]" type="checkbox" value="payments" <?php checked(in_array('payments', $heygov_features)) ?>> HeyGov QuickPay</label> 92 92 </p> -
heygov/trunk/includes/view/show-heygov-settings.php
r2696002 r2696004 88 88 <p> 89 89 <label><input name="heygov[features][]" type="checkbox" value="issues" <?php checked(in_array('issues', $heygov_features)) ?>> HeyGov 311</label><br> 90 <label><input name="heygov[features][]" type="checkbox" value="forms" <?php checked(in_array('forms', $heygov_features)) ?>> HeyLicense</label> 90 <label><input name="heygov[features][]" type="checkbox" value="forms" <?php checked(in_array('forms', $heygov_features)) ?>> HeyLicense</label><br> 91 91 <label><input name="heygov[features][]" type="checkbox" value="payments" <?php checked(in_array('payments', $heygov_features)) ?>> HeyGov QuickPay</label> 92 92 </p>
Note: See TracChangeset
for help on using the changeset viewer.