|
|
|
|
@ -548,7 +548,7 @@ function Options:DrawOperationPost(container, operationName)
|
|
|
|
|
type = "EditBox", |
|
|
|
|
label = L["Minimum Price"], |
|
|
|
|
settingInfo = { operation, "minPrice" }, |
|
|
|
|
relativeWidth = 0.49, |
|
|
|
|
relativeWidth = 1, |
|
|
|
|
acceptCustom = true, |
|
|
|
|
disabled = operation.relationships.minPrice, |
|
|
|
|
tooltip = L["The lowest price you want an item to be posted for. Auctioning will not undercut auctions below this price."], |
|
|
|
|
@ -566,7 +566,7 @@ function Options:DrawOperationPost(container, operationName)
|
|
|
|
|
type = "EditBox", |
|
|
|
|
label = L["Maximum Price"], |
|
|
|
|
settingInfo = { operation, "maxPrice" }, |
|
|
|
|
relativeWidth = 0.49, |
|
|
|
|
relativeWidth = 1, |
|
|
|
|
acceptCustom = true, |
|
|
|
|
disabled = operation.relationships.maxPrice, |
|
|
|
|
tooltip = L["The maximum price you want an item to be posted for. Auctioning will not undercut auctions above this price."], |
|
|
|
|
@ -584,7 +584,7 @@ function Options:DrawOperationPost(container, operationName)
|
|
|
|
|
type = "EditBox", |
|
|
|
|
label = L["Normal Price"], |
|
|
|
|
settingInfo = { operation, "normalPrice" }, |
|
|
|
|
relativeWidth = 0.49, |
|
|
|
|
relativeWidth = 1, |
|
|
|
|
acceptCustom = true, |
|
|
|
|
disabled = operation.relationships.normalPrice, |
|
|
|
|
tooltip = L["Price to post at if there are none of an item currently on the AH."], |
|
|
|
|
|