mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Updated content editor to display automatic price calculation.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@145 08aca716-68be-ccc6-4d58-36f5abd142ac
This commit is contained in:
@@ -362,7 +362,10 @@
|
||||
</div>
|
||||
<div class="fieldWithLabel">
|
||||
<label for="baseMarketCost" class="label">Base market cost (gold):</label>
|
||||
<input class="field" type="text" size="7" id="baseMarketCost" class="fieldInput integer" title="The actual price is adjusted 15% depending on if the item is being bought or sold. Set to 0 to prohibit selling this item type (for example, for a quest item)." />
|
||||
<input class="field" type="text" size="7" id="baseMarketCost" readonly="readonly" class="fieldInput integer" title="The actual price is adjusted 15% depending on if the item is being bought or sold. Set to 0 to prohibit selling this item type (for example, for a quest item)." />
|
||||
</div>
|
||||
<div class="fieldWithLabel">
|
||||
<div class="label"><input type="checkbox" id="hasManualPrice" />Item has manually specified store price</div>
|
||||
</div>
|
||||
<div class="fieldWithLabel">
|
||||
<label for="marketCost_Sell" class="label">Actual price (gold):</label>
|
||||
|
||||
Reference in New Issue
Block a user