Skip to content

Commit

Permalink
Removes caltype attribute from article.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebeanie committed Aug 31, 2014
1 parent 7e62fb5 commit d2f7379
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions administrator/components/com_content/models/forms/article.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<field name="created" type="calendar" label="COM_CONTENT_FIELD_CREATED_LABEL"
description="COM_CONTENT_FIELD_CREATED_DESC" size="22"
format="%Y-%m-%d %H:%M:%S" filter="user_utc" caltype="persian" />
format="%Y-%m-%d %H:%M:%S" filter="user_utc" />

<field name="created_by" type="user"
label="COM_CONTENT_FIELD_CREATED_BY_LABEL" description="COM_CONTENT_FIELD_CREATED_BY_DESC" />
Expand All @@ -74,7 +74,7 @@

<field name="modified" type="calendar" class="readonly"
label="JGLOBAL_FIELD_MODIFIED_LABEL" description="COM_CONTENT_FIELD_MODIFIED_DESC"
size="22" readonly="true" format="%Y-%m-%d %H:%M:%S" filter="user_utc" caltype="persian" />
size="22" readonly="true" format="%Y-%m-%d %H:%M:%S" filter="user_utc" />

<field name="modified_by" type="user"
label="JGLOBAL_FIELD_MODIFIED_BY_LABEL"
Expand All @@ -90,12 +90,12 @@
<field name="publish_up" type="calendar"
label="COM_CONTENT_FIELD_PUBLISH_UP_LABEL" description="COM_CONTENT_FIELD_PUBLISH_UP_DESC"
format="%Y-%m-%d %H:%M:%S" size="22"
filter="user_utc" caltype="persian" />
filter="user_utc" />

<field name="publish_down" type="calendar"
label="COM_CONTENT_FIELD_PUBLISH_DOWN_LABEL" description="COM_CONTENT_FIELD_PUBLISH_DOWN_DESC"
format="%Y-%m-%d %H:%M:%S" size="22"
filter="user_utc" caltype="persian" />
filter="user_utc" />

<field name="version" type="text" class="readonly"
label="COM_CONTENT_FIELD_VERSION_LABEL" size="6" description="COM_CONTENT_FIELD_VERSION_DESC"
Expand Down

0 comments on commit d2f7379

Please sign in to comment.