further improve WI entry state display

This commit is contained in:
RossAscends 2023-10-02 02:43:23 +09:00
parent b203b22d4d
commit 384e8d43a6
1 changed files with 5 additions and 5 deletions

View File

@ -3912,10 +3912,10 @@
<small>
<span>
<span class="world_entry_form_position_value"></span>
<select title="State of this entry:&#13;&#13; ! - Constant&#13; O - Normal&#13; X - Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
<option value="constant">!</option>
<option value="normal">O</option>
<option value="disabled">X</option>
<select title="State of this entry:&#13;&#13; 🟢 - Constant&#13; 🟡 - Normal&#13; ❌ - Disabled" name="entryStateSelector" class="widthNatural height32px margin0">
<option value="constant">🟢</option>
<option value="normal">🟡</option>
<option value="disabled"></option>
</select>
</span>
</small>
@ -4642,4 +4642,4 @@
</script>
</body>
</html>
</html>