PluginProbe
VikAppointments Services Booking Calendar / 1.2.20
VikAppointments Services Booking Calendar v1.2.20
1.2.21 1.2.20 trunk 1.2.17 1.2.18 1.2.19
vikappointments / site / helpers / libraries / import / forms / states.xml
states.xml
42 lines 655 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0" encoding="utf-8"?>
2 <importable>
3
4 <table name="#__vikappointments_states" id="state">
5
6 <column
7 name="state_name"
8 label="VAPMANAGESTATE1"
9 required="1"
10 />
11
12 <column
13 name="state_2_code"
14 label="VAPMANAGESTATE2"
15 required="1"
16 filter="word"
17 />
18
19 <column
20 name="state_3_code"
21 label="VAPMANAGESTATE3"
22 required="0"
23 filter="word"
24 />
25
26 <column
27 name="published"
28 label="VAPMANAGESTATE4"
29 required="0"
30 default="1"
31 filter="uint"
32 >
33 <option value="1">JPUBLISHED</option>
34 <option value="0">JUNPUBLISHED</option>
35 </column>
36
37 </table>
38
39 <cancel task="state.cancel" />
40
41 </importable>
42