UI Update Setup: Move locale settings to its own screen

This commit is contained in:
johnnyq
2024-11-15 15:28:20 -05:00
parent 278ba079c3
commit 95ec0b2979
3 changed files with 68 additions and 8 deletions

View File

@@ -231,10 +231,10 @@ require_once "inc_all_admin.php";
$phone_mask = intval($row['config_phone_mask']);
} ?>
<option <?php if ($phone_mask == 1) { echo "selected"; }?> value=1>
Enable - e.g. (412) 888-9999
US Format - e.g. (412) 888-9999
</option>
<option <?php if ($phone_mask == 0) { echo "selected"; }?> value=0>
Disabled - e.g. 4128889999
Non-US Format - e.g. 4128889999
</option>
</select>
</div>