Content editor: allow reordering quest stages & droplist content

This commit is contained in:
Oskar Wiksten
2013-11-24 11:35:28 +01:00
parent f5df781fc9
commit 660504ca72
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<th id="chance"><span class="hint hint--top" data-hint="Percentage chance, integer value from 1 (very unlikely) to 100 (always).">Chance</span></th>
<th></th>
</tr></thead>
<tbody>
<tbody ui:sortable ng:model="obj.items">
<tr ng-repeat="dropItem in obj.items">
<td><input type="text" ng-model="dropItem.itemID" class="at-input-id" /></td>
<td>

View File

@@ -25,7 +25,7 @@
<th>Finishes quest</th>
<th></th>
</tr></thead>
<tbody>
<tbody ui:sortable ng:model="obj.stages">
<tr ng-repeat="stage in obj.stages">
<td><input type="text" size="3" ng-model="stage.progress" class="at-input-stat"/></td>
<td><textarea rows="2" cols="40" ng-model="stage.logText"></textarea></td>