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 / language / tables / payment.xml
vikappointments / site / helpers / libraries / language / tables Last commit date
custfield.xml 1 month ago empgroup.xml 1 month ago employee.xml 1 month ago group.xml 1 month ago index.html 1 month ago media.xml 1 month ago option.xml 1 month ago optiongroup.xml 1 month ago optionvar.xml 1 month ago package.xml 1 month ago packgroup.xml 1 month ago payment.xml 1 month ago service.xml 1 month ago statuscode.xml 1 month ago subscription.xml 1 month ago tax.xml 1 month ago taxrule.xml 1 month ago
payment.xml
24 lines
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- define "link" attribute in case the table doesn't follow the standard notation of "_lang_" -->
3 <translation table="#__vikappointments_lang_payment" id="payment" link="#__vikappointments_gpayments">
4
5 <columns>
6
7 <!-- define primary key column -->
8 <column name="id" rule="pk" />
9
10 <!-- omit "link" attribute in case the columns of both the tables have the same name -->
11 <column name="name" rule="content" />
12 <column name="note" rule="content" />
13 <column name="prenote" rule="content" />
14
15 <!-- define foreign key column to create a relation with translation link -->
16 <!-- define "link" attribute in case the landing table PK is not equals to "id" -->
17 <column name="id_payment" rule="fk" />
18
19 <!-- define column used to register the translation language tag -->
20 <column name="tag" rule="language" />
21
22 </columns>
23
24 </translation>