From b80bd744ad873f6fc43018bc4bfb90677de167bd Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Mon, 17 Dec 2012 12:01:45 +0100 Subject: Start of GS5. --- app/views/fax_accounts/_form_core.html.haml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/views/fax_accounts/_form_core.html.haml (limited to 'app/views/fax_accounts/_form_core.html.haml') diff --git a/app/views/fax_accounts/_form_core.html.haml b/app/views/fax_accounts/_form_core.html.haml new file mode 100644 index 0000000..8153e5f --- /dev/null +++ b/app/views/fax_accounts/_form_core.html.haml @@ -0,0 +1,11 @@ +.inputs + = f.input :name, :label => t('fax_accounts.form.name.label'), :hint => conditional_hint('fax_accounts.form.name.hint') + = f.input :station_id, :label => t('fax_accounts.form.station_id.label'), :hint => conditional_hint('fax_accounts.form.station_id.hint') + = f.input :retries, :label => t('fax_accounts.form.retries.label'), :hint => conditional_hint('fax_accounts.form.retries.hint') + = f.input :email, :label => t('fax_accounts.form.email.label'), :hint => conditional_hint('fax_accounts.form.email.hint') + + = f.input :days_till_auto_delete, :label => t('fax_accounts.form.days_till_auto_delete.label'), :hint => conditional_hint('fax_accounts.form.days_till_auto_delete.hint') + + %h2= t('phone_numbers.name') + = f.simple_fields_for :phone_numbers, @fax_account.phone_numbers do |phone_number| + = render "phone_numbers/form_core", :f => phone_number -- cgit v1.2.3