Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51c20a1

Browse files
committed
Merge branch '2.3' of git://github.com/blaugueux/symfony-docs into blaugueux-2.3
Conflicts: reference/forms/types/datetime.rst
2 parents 57f7e98 + 87d3d66 commit 51c20a1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

reference/forms/types/date.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ day, and year) or three select boxes (see the `widget_` option).
2626
| | - `months`_ |
2727
| | - `days`_ |
2828
| | - `format`_ |
29-
| | - `data_timezone`_ |
30-
| | - `user_timezone`_ |
29+
| | - `model_timezone`_ |
30+
| | - `view_timezone`_ |
3131
+----------------------+-----------------------------------------------------------------------------+
3232
| Overridden Options | - `by_reference`_ |
3333
| | - `error_bubbling`_ |
@@ -115,9 +115,9 @@ Alternatively, you can specify a string to be displayed for the "blank" value::
115115

116116
.. include:: /reference/forms/types/options/date_format.rst.inc
117117

118-
.. include:: /reference/forms/types/options/data_timezone.rst.inc
118+
.. include:: /reference/forms/types/options/model_timezone.rst.inc
119119

120-
.. include:: /reference/forms/types/options/user_timezone.rst.inc
120+
.. include:: /reference/forms/types/options/view_timezone.rst.inc
121121

122122
Overridden Options
123123
------------------

reference/forms/types/datetime.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ data can be a ``DateTime`` object, a string, a timestamp or an array.
2626
| | - `months`_ |
2727
| | - `days`_ |
2828
| | - `with_seconds`_ |
29-
| | - `data_timezone`_ |
30-
| | - `user_timezone`_ |
29+
| | - `model_timezone`_ |
30+
| | - `view_timezone`_ |
3131
| | - `empty_value`_ |
3232
+----------------------+-----------------------------------------------------------------------------+
3333
| Inherited | - `invalid_message`_ |
@@ -98,9 +98,9 @@ for more details.
9898

9999
.. include:: /reference/forms/types/options/with_seconds.rst.inc
100100

101-
.. include:: /reference/forms/types/options/data_timezone.rst.inc
101+
.. include:: /reference/forms/types/options/model_timezone.rst.inc
102102

103-
.. include:: /reference/forms/types/options/user_timezone.rst.inc
103+
.. include:: /reference/forms/types/options/view_timezone.rst.inc
104104

105105
.. include:: /reference/forms/types/options/empty_value.rst.inc
106106

reference/forms/types/options/data_timezone.rst.inc renamed to reference/forms/types/options/model_timezone.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
data_timezone
1+
model_timezone
22
~~~~~~~~~~~~~
33

44
**type**: ``string`` **default**: system default timezone

reference/forms/types/options/user_timezone.rst.inc renamed to reference/forms/types/options/view_timezone.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
user_timezone
1+
view_timezone
22
~~~~~~~~~~~~~
33

44
**type**: ``string`` **default**: system default timezone

0 commit comments

Comments
 (0)