-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[codestyle] admin non-components xml files #15922
Changes from 4 commits
69154c9
3160ba9
e496c29
8b2075d
e452c49
1ff29d6
8977d09
a3672c9
ca05381
8a90e1e
dfddfd5
8efc76e
ec9e060
27c5689
796ce03
3c41873
27b384f
df52190
3f2e02d
b122513
43ddad4
dd40901
02f7018
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,38 +25,43 @@ | |
<field | ||
name="count" | ||
type="text" | ||
default="5" | ||
label="MOD_LATEST_FIELD_COUNT_LABEL" | ||
description="MOD_LATEST_FIELD_COUNT_DESC" /> | ||
description="MOD_LATEST_FIELD_COUNT_DESC" | ||
default="5" | ||
/> | ||
|
||
<field | ||
name="ordering" | ||
type="list" | ||
default="c_dsc" | ||
label="MOD_LATEST_FIELD_ORDERING_LABEL" | ||
description="MOD_LATEST_FIELD_ORDERING_DESC"> | ||
description="MOD_LATEST_FIELD_ORDERING_DESC" | ||
default="c_dsc" | ||
> | ||
<option | ||
value="c_dsc">MOD_LATEST_FIELD_VALUE_ORDERING_ADDED</option> | ||
<option | ||
value="m_dsc">MOD_LATEST_FIELD_VALUE_ORDERING_MODIFIED</option> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. proposed improvement: option in a single line |
||
</field> | ||
|
||
<field | ||
id="catid" | ||
name="catid" | ||
type="category" | ||
extension="com_content" | ||
label="JCATEGORY" | ||
description="MOD_LATEST_FIELD_CATEGORY_DESC" | ||
id="catid" | ||
extension="com_content" | ||
default="" | ||
> | ||
<option | ||
value="">JOPTION_ANY_CATEGORY</option> | ||
<option value="">JOPTION_ANY_CATEGORY</option> | ||
</field> | ||
|
||
<field | ||
name="user_id" | ||
type="list" | ||
default="0" | ||
label="MOD_LATEST_FIELD_AUTHORS_LABEL" | ||
description="MOD_LATEST_FIELD_AUTHORS_DESC"> | ||
description="MOD_LATEST_FIELD_AUTHORS_DESC" | ||
default="0" | ||
> | ||
<option | ||
value="0">MOD_LATEST_FIELD_VALUE_AUTHORS_ANYONE</option> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. proposed improvement: option in a single line |
||
<option | ||
|
@@ -71,25 +76,26 @@ | |
name="layout" | ||
type="modulelayout" | ||
label="JFIELD_ALT_LAYOUT_LABEL" | ||
description="JFIELD_ALT_MODULE_LAYOUT_DESC" /> | ||
description="JFIELD_ALT_MODULE_LAYOUT_DESC" | ||
/> | ||
|
||
<field | ||
name="moduleclass_sfx" | ||
type="textarea" rows="3" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rows goes down |
||
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" | ||
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" /> | ||
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" | ||
/> | ||
|
||
<field | ||
name="automatic_title" | ||
type="radio" | ||
label="COM_MODULES_FIELD_AUTOMATIC_TITLE_LABEL" | ||
description="COM_MODULES_FIELD_AUTOMATIC_TITLE_DESC" | ||
class="btn-group btn-group-yesno" | ||
default="0" | ||
label="COM_MODULES_FIELD_AUTOMATIC_TITLE_LABEL" | ||
description="COM_MODULES_FIELD_AUTOMATIC_TITLE_DESC"> | ||
<option | ||
value="1">JYES</option> | ||
<option | ||
value="0">JNO</option> | ||
> | ||
<option value="1">JYES</option> | ||
<option value="0">JNO</option> | ||
</field> | ||
</fieldset> | ||
</fields> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,14 +26,16 @@ | |
type="text" | ||
default="5" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. default goes down |
||
label="MOD_LOGGED_FIELD_COUNT_LABEL" | ||
description="MOD_LOGGED_FIELD_COUNT_DESC" /> | ||
description="MOD_LOGGED_FIELD_COUNT_DESC" | ||
/> | ||
|
||
<field | ||
name="name" | ||
type="list" | ||
default="1" | ||
label="MOD_LOGGED_NAME" | ||
description="MOD_LOGGED_FIELD_NAME_DESC" > | ||
description="MOD_LOGGED_FIELD_NAME_DESC" | ||
default="1" | ||
> | ||
<option | ||
value="1">MOD_LOGGED_NAME</option> | ||
<option | ||
|
@@ -45,25 +47,27 @@ | |
name="layout" | ||
type="modulelayout" | ||
label="JFIELD_ALT_LAYOUT_LABEL" | ||
description="JFIELD_ALT_MODULE_LAYOUT_DESC" /> | ||
description="JFIELD_ALT_MODULE_LAYOUT_DESC" | ||
/> | ||
|
||
<field | ||
name="moduleclass_sfx" | ||
type="textarea" rows="3" | ||
type="textarea" | ||
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" | ||
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" /> | ||
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" | ||
rows="3" | ||
/> | ||
|
||
<field | ||
name="automatic_title" | ||
type="radio" | ||
label="COM_MODULES_FIELD_AUTOMATIC_TITLE_LABEL" | ||
description="COM_MODULES_FIELD_AUTOMATIC_TITLE_DESC" | ||
class="btn-group btn-group-yesno" | ||
default="0" | ||
label="COM_MODULES_FIELD_AUTOMATIC_TITLE_LABEL" | ||
description="COM_MODULES_FIELD_AUTOMATIC_TITLE_DESC"> | ||
<option | ||
value="1">JYES</option> | ||
<option | ||
value="0">JNO</option> | ||
> | ||
<option value="1">JYES</option> | ||
<option value="0">JNO</option> | ||
</field> | ||
</fieldset> | ||
</fields> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
options deleted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wojsmol they are ok now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brianteeman corected this in 8b2075d.