From: Roland Häder Date: Thu, 18 Aug 2016 08:06:40 +0000 (+0200) Subject: Continued with templates: (please cherry-pick) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a7ade10a831868122abbf311ac37dce2183b5e6;p=jjobs-war.git Continued with templates: (please cherry-pick) - reanmed + moved templates as there was no selection box in it, but input fields - added missing clear divs (CSS class) - added missing error boxes for dial area code and dial numbers --- diff --git a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl index a2d263cc..8330fa56 100644 --- a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl @@ -234,7 +234,7 @@
- +
diff --git a/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl b/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl index 51a19182..c13329c9 100644 --- a/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl +++ b/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl @@ -29,6 +29,8 @@ + +
@@ -41,10 +43,20 @@
- +
+ +
+ + +
+ +
+ +
+
- +
+ -
- -
+
+ +
+ +
+
diff --git a/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl b/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl index db3e6c81..28d711c9 100644 --- a/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl +++ b/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl @@ -29,6 +29,8 @@ + +
@@ -41,10 +43,20 @@
- +
+ +
+ + +
+ +
+ +
+
- +
+ -
- -
+
+ +
+ +
+
diff --git a/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl b/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl index cf8286e4..c89840e1 100644 --- a/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl +++ b/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl @@ -41,7 +41,7 @@
- +
diff --git a/web/WEB-INF/templates/contact/form_contact_data.tpl b/web/WEB-INF/templates/contact/form_contact_data.tpl index 5d2d3fe9..d136e52e 100644 --- a/web/WEB-INF/templates/contact/form_contact_data.tpl +++ b/web/WEB-INF/templates/contact/form_contact_data.tpl @@ -198,11 +198,11 @@
- +
- + @@ -220,13 +220,21 @@
+
+ +
+ +
+ +
+
- + @@ -244,13 +252,21 @@
+
+ +
+ +
+ +
+
- +
diff --git a/web/WEB-INF/templates/generic/fax_selection_box.tpl b/web/WEB-INF/templates/generic/fax_selection_box.tpl deleted file mode 100644 index 27e3a4d3..00000000 --- a/web/WEB-INF/templates/generic/fax_selection_box.tpl +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/generic/landline_selection_box.tpl b/web/WEB-INF/templates/generic/landline_selection_box.tpl deleted file mode 100644 index 4ce34ff6..00000000 --- a/web/WEB-INF/templates/generic/landline_selection_box.tpl +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/generic/mobile_selection_box.tpl b/web/WEB-INF/templates/generic/mobile_selection_box.tpl deleted file mode 100644 index b515e622..00000000 --- a/web/WEB-INF/templates/generic/mobile_selection_box.tpl +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/input_fields/fax_input_fields.tpl b/web/WEB-INF/templates/input_fields/fax_input_fields.tpl new file mode 100644 index 00000000..27e3a4d3 --- /dev/null +++ b/web/WEB-INF/templates/input_fields/fax_input_fields.tpl @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/input_fields/landline_input_fields.tpl b/web/WEB-INF/templates/input_fields/landline_input_fields.tpl new file mode 100644 index 00000000..4ce34ff6 --- /dev/null +++ b/web/WEB-INF/templates/input_fields/landline_input_fields.tpl @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/input_fields/mobile_input_fields.tpl b/web/WEB-INF/templates/input_fields/mobile_input_fields.tpl new file mode 100644 index 00000000..b515e622 --- /dev/null +++ b/web/WEB-INF/templates/input_fields/mobile_input_fields.tpl @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 2e01a3c9..f48fcf3a 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -23,7 +23,7 @@ true - Whether default timezon is set from system's timezone + Whether default timezone is set from system's timezone javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE true