Skip to content

Commit

Permalink
Allow to use hours in created/modified and publilsh date
Browse files Browse the repository at this point in the history
  • Loading branch information
micker committed Feb 28, 2024
1 parent 48a6fbb commit f260a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/models/forms/item.xml
Expand Up @@ -35,15 +35,15 @@
<field name="featured_cid" type="categorytree" size="10" label="FLEXI_FEATURED_CATEGORIES" description="FLEXI_FEATURED_CATEGORIES_DESC" class="use_select2_lib" multiple="true" top="3" />
<field name="catid" type="categorytree" label="FLEXI_PRIMARY_CATEGORY" description="" class="scat use_select2_lib" required="true" top="2" />
<field name="buttonspacer" description="JGLOBAL_ACTION_PERMISSIONS_DESCRIPTION" type="spacer" />
<field name="created" type="calendar" label="COM_CONTENT_FIELD_CREATED_LABEL" description="COM_CONTENT_FIELD_CREATED_DESC" class="" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" translateformat="true" />
<field name="created" type="calendar" label="COM_CONTENT_FIELD_CREATED_LABEL" description="COM_CONTENT_FIELD_CREATED_DESC" class="" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" translateformat="true" showtime="true" />
<field name="created_by" type="user" label="FLEXI_FIELD_CREATED_BY_LABEL" description="FLEXI_FIELD_CREATED_BY_DESC" class="" />
<field name="created_by_alias" type="text" label="FLEXI_FIELD_CREATED_BY_ALIAS_LABEL" description="FLEXI_FIELD_CREATED_BY_ALIAS_DESC" class="" size="20" />
<field name="modified" type="calendar" label="JGLOBAL_FIELD_MODIFIED_LABEL" description="COM_CONTENT_FIELD_MODIFIED_DESC" class="readonly" showtime="true" readonly="true" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" translateformat="true" />
<field name="modified_by" type="user" label="JGLOBAL_FIELD_MODIFIED_BY_LABEL" description="..." class="readonly" readonly="true" filter="unset" />
<field name="checked_out" type="hidden" filter="unset" />
<field name="checked_out_time" type="hidden" filter="unset" />
<field name="publish_up" type="calendar" label="COM_CONTENT_FIELD_PUBLISH_UP_LABEL" description="COM_CONTENT_FIELD_PUBLISH_UP_DESC" labelclass="label label-inverse" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" translateformat="true" />
<field name="publish_down" type="calendar" label="COM_CONTENT_FIELD_PUBLISH_DOWN_LABEL" description="COM_CONTENT_FIELD_PUBLISH_DOWN_DESC" labelclass="label label-inverse" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" translateformat="true" />
<field name="publish_up" type="calendar" label="COM_CONTENT_FIELD_PUBLISH_UP_LABEL" description="COM_CONTENT_FIELD_PUBLISH_UP_DESC" labelclass="label label-inverse" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" translateformat="true" showtime="true" />
<field name="publish_down" type="calendar" label="COM_CONTENT_FIELD_PUBLISH_DOWN_LABEL" description="COM_CONTENT_FIELD_PUBLISH_DOWN_DESC" labelclass="label label-inverse" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" translateformat="true" showtime="true" />
<field name="version" type="text" class="readonly" label="COM_CONTENT_FIELD_VERSION_LABEL" size="6" description="COM_CONTENT_FIELD_VERSION_DESC" readonly="true" filter="unset" />
<field name="versioncomment" type="textarea" label="FLEXI_VERSION_COMMENT" description="FLEXI_VERSION_COMMENT_DESC" class="inputbox" rows="3" cols="30" />
<field name="ordering" type="text" label="JFIELD_ORDERING_LABEL" description="JFIELD_ORDERING_DESC" class="inputbox" size="6" default="0" />
Expand Down

0 comments on commit f260a9a

Please sign in to comment.