Support for new 'rental' parcel category.
This commit is contained in:
@@ -653,7 +653,7 @@ Only large parcels can be listed in search.
|
||||
Adult
|
||||
</combo_item>
|
||||
<combo_item name="Arts&Culture" value="arts">
|
||||
Arts & Culture
|
||||
Arts and Culture
|
||||
</combo_item>
|
||||
<combo_item name="Business" value="store">
|
||||
Business
|
||||
@@ -671,7 +671,7 @@ Only large parcels can be listed in search.
|
||||
Newcomer Friendly
|
||||
</combo_item>
|
||||
<combo_item name="Parks&Nature" value="park">
|
||||
Parks & Nature
|
||||
Parks and Nature
|
||||
</combo_item>
|
||||
<combo_item name="Residential" value="home">
|
||||
Residential
|
||||
@@ -682,6 +682,9 @@ Only large parcels can be listed in search.
|
||||
<combo_item name="Other" value="other">
|
||||
Other
|
||||
</combo_item>
|
||||
<combo_item name="Rental" value="rental">
|
||||
Rental
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<!-- The following combo box is identical to the previous one, except for the
|
||||
fact that the Adult item is missing. This seems to be the only way to safely
|
||||
@@ -697,7 +700,7 @@ Only large parcels can be listed in search.
|
||||
Linden Location
|
||||
</combo_item>
|
||||
<combo_item name="Arts&Culture" value="arts">
|
||||
Arts & Culture
|
||||
Arts and Culture
|
||||
</combo_item>
|
||||
<combo_item name="Business" value="store">
|
||||
Business
|
||||
@@ -715,7 +718,7 @@ Only large parcels can be listed in search.
|
||||
Newcomer Friendly
|
||||
</combo_item>
|
||||
<combo_item name="Parks&Nature" value="park">
|
||||
Parks & Nature
|
||||
Parks and Nature
|
||||
</combo_item>
|
||||
<combo_item name="Residential" value="home">
|
||||
Residential
|
||||
@@ -726,6 +729,9 @@ Only large parcels can be listed in search.
|
||||
<combo_item name="Other" value="other">
|
||||
Other
|
||||
</combo_item>
|
||||
<combo_item name="Rental" value="rental">
|
||||
Rental
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<button bottom="-140" enabled="true" follows="left|top" font="SansSerif"
|
||||
halign="center" height="18" label="?" label_selected="?" left="400"
|
||||
|
||||
@@ -477,7 +477,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Linden Location
|
||||
</combo_item>
|
||||
<combo_item name="Arts&Culture" value="arts">
|
||||
Arts & Culture
|
||||
Arts and Culture
|
||||
</combo_item>
|
||||
<combo_item name="Business" value="store">
|
||||
Business
|
||||
@@ -495,7 +495,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Newcomer Friendly
|
||||
</combo_item>
|
||||
<combo_item name="Parks&Nature" value="park">
|
||||
Parks & Nature
|
||||
Parks and Nature
|
||||
</combo_item>
|
||||
<combo_item name="Residential" value="home">
|
||||
Residential
|
||||
@@ -506,6 +506,9 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
<combo_item name="Other" value="other">
|
||||
Other
|
||||
</combo_item>
|
||||
<combo_item name="Rental" value="rental">
|
||||
Rental
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<!-- This is used only during the AO transition and can be deleted once the AO transition is
|
||||
complete. It is identical to the combo box above except that it has the Adult category.
|
||||
@@ -522,7 +525,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Adult
|
||||
</combo_item>
|
||||
<combo_item name="Arts&Culture" value="arts">
|
||||
Arts & Culture
|
||||
Arts and Culture
|
||||
</combo_item>
|
||||
<combo_item name="Business" value="store">
|
||||
Business
|
||||
@@ -540,7 +543,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Newcomer Friendly
|
||||
</combo_item>
|
||||
<combo_item name="Parks&Nature" value="park">
|
||||
Parks & Nature
|
||||
Parks and Nature
|
||||
</combo_item>
|
||||
<combo_item name="Residential" value="home">
|
||||
Residential
|
||||
@@ -551,6 +554,9 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
<combo_item name="Other" value="other">
|
||||
Other
|
||||
</combo_item>
|
||||
<combo_item name="Rental" value="rental">
|
||||
Rental
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20"
|
||||
label="Search" label_selected="Search" left="121" mouse_opaque="true"
|
||||
|
||||
@@ -419,7 +419,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Official Location
|
||||
</combo_item>
|
||||
<combo_item name="Arts&Culture" value="arts">
|
||||
Arts & Culture
|
||||
Artsand Culture
|
||||
</combo_item>
|
||||
<combo_item name="Business" value="store">
|
||||
Business
|
||||
@@ -437,7 +437,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Newcomer Friendly
|
||||
</combo_item>
|
||||
<combo_item name="Parks&Nature" value="park">
|
||||
Parks & Nature
|
||||
Parks and Nature
|
||||
</combo_item>
|
||||
<combo_item name="Residential" value="home">
|
||||
Residential
|
||||
@@ -448,6 +448,9 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
<combo_item name="Other" value="other">
|
||||
Other
|
||||
</combo_item>
|
||||
<combo_item name="Rental" value="rental">
|
||||
Rental
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<!-- This is used only during the AO transition and can be deleted once the AO transition is
|
||||
complete. It is identical to the combo box above except that it has the Adult category.
|
||||
@@ -464,7 +467,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Adult
|
||||
</combo_item>
|
||||
<combo_item name="Arts&Culture" value="arts">
|
||||
Arts & Culture
|
||||
Arts and Culture
|
||||
</combo_item>
|
||||
<combo_item name="Business" value="store">
|
||||
Business
|
||||
@@ -482,7 +485,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Newcomer Friendly
|
||||
</combo_item>
|
||||
<combo_item name="Parks&Nature" value="park">
|
||||
Parks & Nature
|
||||
Parks and Nature
|
||||
</combo_item>
|
||||
<combo_item name="Residential" value="home">
|
||||
Residential
|
||||
@@ -493,6 +496,9 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
<combo_item name="Other" value="other">
|
||||
Other
|
||||
</combo_item>
|
||||
<combo_item name="Rental" value="rental">
|
||||
Rental
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20"
|
||||
label="Search" label_selected="Search" left="121" mouse_opaque="true"
|
||||
|
||||
@@ -535,7 +535,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Official Location
|
||||
</combo_item>
|
||||
<combo_item name="Arts&Culture" value="arts">
|
||||
Arts & Culture
|
||||
Arts and Culture
|
||||
</combo_item>
|
||||
<combo_item name="Business" value="store">
|
||||
Business
|
||||
@@ -553,7 +553,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Newcomer Friendly
|
||||
</combo_item>
|
||||
<combo_item name="Parks&Nature" value="park">
|
||||
Parks & Nature
|
||||
Parks and Nature
|
||||
</combo_item>
|
||||
<combo_item name="Residential" value="home">
|
||||
Residential
|
||||
@@ -564,6 +564,9 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
<combo_item name="Other" value="other">
|
||||
Other
|
||||
</combo_item>
|
||||
<combo_item name="Rental" value="rental">
|
||||
Rental
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<!-- This is used only during the AO transition and can be deleted once the AO transition is
|
||||
complete. It is identical to the combo box above except that it has the Adult category.
|
||||
@@ -580,7 +583,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Adult
|
||||
</combo_item>
|
||||
<combo_item name="Arts&Culture" value="arts">
|
||||
Arts & Culture
|
||||
Arts and Culture
|
||||
</combo_item>
|
||||
<combo_item name="Business" value="store">
|
||||
Business
|
||||
@@ -598,7 +601,7 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
Newcomer Friendly
|
||||
</combo_item>
|
||||
<combo_item name="Parks&Nature" value="park">
|
||||
Parks & Nature
|
||||
Parks and Nature
|
||||
</combo_item>
|
||||
<combo_item name="Residential" value="home">
|
||||
Residential
|
||||
@@ -609,6 +612,9 @@ To buy direct, visit the land and click on the place name in the title bar.
|
||||
<combo_item name="Other" value="other">
|
||||
Other
|
||||
</combo_item>
|
||||
<combo_item name="Rental" value="rental">
|
||||
Rental
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20"
|
||||
label="Search" label_selected="Search" left="121" mouse_opaque="true"
|
||||
|
||||
Reference in New Issue
Block a user