Updated content editor so that it may use the new item categories. The categories are loaded from the resource file asynchronously.

This commit is contained in:
Oskar Wiksten
2012-06-09 16:23:36 +02:00
parent 52e1e12cd5
commit bf1fe3bbed
4 changed files with 39 additions and 20 deletions

View File

@@ -377,18 +377,6 @@
<div class="fieldWithLabel">
<label for="category" class="label">Category:</label>
<select class="field" id="category">
<option value="0">Weapon</option>
<option value="1">Shield</option>
<option value="2">Wearable (head)</option>
<option value="3">Wearable (body)</option>
<option value="4">Wearable (hand)</option>
<option value="5">Wearable (feet)</option>
<option value="6">Wearable (neck)</option>
<option value="7">Wearable (ring)</option>
<option value="20">Potion</option>
<option value="21">Food</option>
<option value="30">Money</option>
<option value="31">Other</option>
</select>
</div>
<div class="fieldWithLabel">