OSDN Git Service

お問い合わせ機能実装
authorCake <cake_67@users.sourceforge.jp>
Wed, 22 Dec 2010 16:52:56 +0000 (01:52 +0900)
committerCake <cake_67@users.sourceforge.jp>
Wed, 22 Dec 2010 16:52:56 +0000 (01:52 +0900)
commit644a500eaf6c48211a648d8067f01cf24215adbf
tree91eaa00239e875f336edaf1c486ea029eb384ca2
parent1d8216c86c8e061d04df1beb2e2eed7837ee7ce2
お問い合わせ機能実装
19 files changed:
app/config/sql/install/create_table.sql
app/controllers/components/mail.php
app/controllers/send_mails_controller.php [new file with mode: 0644]
app/locale/jpn/LC_MESSAGES/default.po
app/models/app_model.php
app/models/send_mail.php [new file with mode: 0644]
app/models/site_config.php
app/tests/cases/controllers/send_mails_controller.test.php [new file with mode: 0644]
app/tests/cases/models/send_mail.test.php [new file with mode: 0644]
app/tests/fixtures/send_mail_fixture.php [new file with mode: 0644]
app/views/elements/footer.ctp
app/views/helpers/formhidden.php [new file with mode: 0644]
app/views/helpers/xform.php [new file with mode: 0644]
app/views/helpers/xformjp.php [new file with mode: 0644]
app/views/layouts/email/text/default.ctp
app/views/send_mails/contact.ctp [new file with mode: 0644]
app/views/send_mails/contact_confirm.ctp [new file with mode: 0644]
app/views/send_mails/contact_finish.ctp [new file with mode: 0644]
app/views/site_configs/admin_edit.ctp