-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod_zaposleni.xml
63 lines (63 loc) · 2.03 KB
/
mod_zaposleni.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="module"
client="site"
version="3.0"
method="upgrade">
<author>Elvis Sedic</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.spletodrom.com</authorUrl>
<copyright>Copyright (C) 2016 Elvis Sedic. All rights reserved.</copyright>
<creationDate>10/13/2016</creationDate>
<description>MOD_ZAPOSLENI_XML_DESCRIPTION</description>
<license>GNU General Public License, version 2 or later; see LICENSE.txt</license>
<name>MOD_ZAPOSLENI</name>
<version>1.0.0</version>
<files>
<folder>forms</folder>
<folder>language</folder>
<folder>tmpl</folder>
<filename module="mod_zaposleni">mod_zaposleni.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="zaposleni"
type="subform"
formsource="/modules/mod_zaposleni/forms/zaposleni.xml"
min="0"
max="24"
multiple="true"
layout="joomla.form.field.subform.repeatable-table"
groupByFieldset="true"
label="Zaposleni"
description="Dodaj zaposlenega"
/>
</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="textarea"
rows="3"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"/>
<field name="cache"
type="list"
default="1"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC">
<option value="1">JGLOBAL_USE_GLOBAL</option>
<option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field name="cache_time"
type="text"
default="900"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC"/>
</fieldset>
</fields>
</config>
</extension>