summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-06-09 16:56:39 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-06-09 16:56:39 -0700
commit8439ed9ba5b36fa382e32ea883a0877d6ec536c0 (patch)
treecb49279c74804503d42c543e4a2c244695d5ce8a /design
parent0b1deccfe6cbe7fca0a6abd03abb18cafca59c60 (diff)
Finished added prices. Added more buttons to the headers. Fixed the categories.
Diffstat (limited to 'design')
-rw-r--r--design/database.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/database.sql b/design/database.sql
index e26e271..2dbd90c 100644
--- a/design/database.sql
+++ b/design/database.sql
@@ -98,7 +98,7 @@ CREATE TABLE page (
INSERT INTO `category` (`shortname`, `name`, `description`, `options`)
VALUES
('free', 'Free Items', 'Do you have something of value someone could use and you want to give it away?', ''),
- ('sale', 'For Sale', 'Do you have something you no longer need and want to sell it?', 'price'),
+ ('forsale', 'For Sale', 'Do you have something you no longer need and want to sell it?', 'price'),
('needs', 'Needs', 'Do you need something (furniture, job, housing, etc) that someone might be able to help with?', ''),
('events', 'Events', 'Do you have an upcoming event (qualifying statement here?) you would like to announce?', 'price'),
('jobs', 'Jobs', 'Do you have a job/position to fill and you''d like to tell people about?', 'price'),