29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-28 16:13:42 +00:00

Unset the modified value in the group form (#16962)

This commit is contained in:
Allon Moritz 2017-08-18 00:54:43 +02:00 committed by zero-24
parent 5d194469f0
commit c32a0c3df9

View File

@ -76,14 +76,11 @@
<field
name="modified"
type="calendar"
type="text"
label="JGLOBAL_FIELD_MODIFIED_LABEL"
translateformat="true"
showtime="true"
size="22"
class="readonly"
filter="unset"
readonly="true"
filter="user_utc"
/>
<field