Skip to content

Commit

Permalink
[UPDATE] - Clean Up
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Rudy committed May 3, 2015
1 parent d3d714c commit d33e104
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified code/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion code/Pages/Listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public function getCMSFields() {
DropdownField::create("Status", "Status", singleton('Listing')->dbObject('Status')->enumValues())->addExtraClass('noborder'),
DropdownField::create("SaleOrRent", "Sale Or Rent", array("Sale" => "Sale", "Lease" => "Lease"))->addExtraClass('noborder'),
CheckboxField::create("Feature")->addExtraClass('noborder'),
//CheckboxField::create("IsNew")->addExtraClass('noborder'),
DropdownField::create("Flag", "Listing Flag", singleton('Listing')->dbObject('Flag')->enumValues())->addExtraClass('noborder'),
TextField::create("MLS", "MLS Number"),
)
Expand Down

0 comments on commit d33e104

Please sign in to comment.