-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod_jea_emphasis.xml
executable file
·118 lines (107 loc) · 3.44 KB
/
mod_jea_emphasis.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="UTF-8"?>
<extension type="module" client="site" method="upgrade">
<name>mod_jea_emphasis</name>
<author>Sylvain Philip</author>
<creationDate>apr 2012</creationDate>
<copyright>(C) 2008 - 2012 PHILIP Sylvain. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>contact@sphilip.com</authorEmail>
<authorUrl>www.sphilip.com</authorUrl>
<version>3.0</version>
<description>MOD_JEA_EMPHASIS_DESCRIPTION</description>
<files>
<filename module="mod_jea_emphasis">mod_jea_emphasis.php</filename>
<folder>language</folder>
<folder>tmpl</folder>
<filename>helper.php</filename>
</files>
<media destination="mod_jea_emphasis" folder="media" >
<folder>css</folder>
</media>
<!-- Updateserver definition -->
<updateservers>
<!-- Note: No spaces or linebreaks allowed between the server tags -->
<server type="extension" priority="1" name="JEA Emphasis update site">http://jea.sphilip.com/update/mod_jea_emphasis.xml</server>
</updateservers>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="selection"
type="list"
default="featured"
label="MOD_JEA_EMPHASIS_FIELD_SELECTION_LABEL"
description="MOD_JEA_EMPHASIS_FIELD_SELECTION_DESC"
>
<option value="featured">MOD_JEA_EMPHASIS_OPTION_FEATURED_PROPERTIES</option>
<option value="latest">MOD_JEA_EMPHASIS_OPTION_LATEST_PROPERTIES</option>
<option value="random">MOD_JEA_EMPHASIS_OPTION_RANDOM_PROPERTIES</option>
</field>
<field
name="show_thumbnails"
type="radio"
default="1"
label="MOD_JEA_EMPHASIS_FIELD_SHOW_THUMBNAILS_LABEL"
class="btn-group btn-group-yesno"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field
name="show_details"
type="radio"
default="1"
label="MOD_JEA_EMPHASIS_FIELD_SHOW_DETAILS_LABEL"
class="btn-group btn-group-yesno"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field
name="order_by"
type="list"
default="created"
label="MOD_JEA_EMPHASIS_FIELD_ORDER_BY_LABEL"
description="MOD_JEA_EMPHASIS_FIELD_ORDER_BY_DESC"
>
<option value="created">JGLOBAL_FIELD_CREATED_LABEL</option>
<option value="ordering">JFIELD_ORDERING_LABEL</option>
<option value="price">MOD_JEA_EMPHASIS_PRICE</option>
<option value="hits">JGLOBAL_HITS</option>
<option value="random">MOD_JEA_EMPHASIS_OPTION_RANDOM</option>
</field>
<field
name="number_items"
type="text"
default="5"
label="MOD_JEA_EMPHASIS_FIELD_NUMBER_ITEMS_LIST_LABEL"
description="MOD_JEA_EMPHASIS_FIELD_NUMBER_ITEMS_LIST_DESC"
/>
<field
name="display_mode"
type="list"
default="vertical"
label="MOD_JEA_EMPHASIS_FIELD_DISPLAY_MODE_LABEL"
>
<option value="vertical">MOD_JEA_EMPHASIS_OPTION_VERTICAL</option>
<option value="horizontal">MOD_JEA_EMPHASIS_OPTION_HORIZONTAL</option>
</field>
</fieldset>
<fieldset name="advanced">
<field
name="layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC"
/>
<field
name="moduleclass_sfx"
type="text"
default=""
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"
/>
</fieldset>
</fields>
</config>
</extension>