Browse
For agents
About
VikAppointments Services Booking Calendar
/
1.2.20
VikAppointments Services Booking Calendar
v1.2.20
Switch version
1.2.21
1.2.20
trunk
1.2.17
1.2.18
1.2.19
Overview
Code
vikappointments
/
site
/
helpers
/
libraries
/
import
/
forms
/
groups.xml
groups.xml
31 lines
438 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
2
<
importable
>
3
4
<
table
name
=
"
#__vikappointments_group
"
id
=
"
group
"
>
5
6
<
column
7
name
=
"
name
"
8
label
=
"
VAPMANAGEGROUP2
"
9
required
=
"
1
"
10
/>
11
12
<
column
13
name
=
"
description
"
14
label
=
"
VAPMANAGEGROUP3
"
15
required
=
"
0
"
16
filter
=
"
raw
"
17
/>
18
19
<
column
20
name
=
"
ordering
"
21
label
=
"
VAPMANAGECUSTOMF6
"
22
required
=
"
0
"
23
filter
=
"
uint
"
24
/>
25
26
</
table
>
27
28
<
cancel
task
=
"
group.cancel
"
/>
29
30
</
importable
>
31