GoReserva - Site Admin Help

Terms and condition for hotel admin can be written in language file of com_goreserva_pregistration component 
Path: components/com_goreserva_pregistrations/language/en-GB/en-GB.com_goreserva_pregistrations.ini
Note: This text will display during accept terms and condition of hotel registration process.


Step 1: 
And the language string for editing the terms and condition of hotel admin under hotel Licensee Agrees is:
COM_GORESERVA_PREGISTRATIONS_CHKLICENSE_TXT_COMES_HERE: Type your text here

Step 2: 
And the language string for editing the terms and condition of hotel admin under The Licensee Agrees is:
COM_GORESERVA_PREGISTRATIONS_CHKLICENSE_TXT_COMES_HERE_SECOND: Type your text here

Step 3:
Now upload this file using FTP
Path: components/com_goreserva_pregistrations/language/en-GB/en-GB.com_goreserva_pregistrations.ini


Some useful HTML Tag for you can use during add your terms and condtions: 

i) For making text bold or highlighting any word as headline:
COM_GORESERVA_PREGISTRATIONS_CHKLICENSE_TXT_COMES_HERE="<b>Please add your license and agreement here</b>"
With the above html tag you can view your text in bold in front end

ii) For adding the text in some html tags as:
COM_GORESERVA_PREGISTRATIONS_CHKLICENSE_TXT_COMES_HERE="<textarea cols=80 rows=5>Please add your license and agreement here</textarea>"
 

With the above html tag you can view the terms and condition of hotel in one box of text area and what every tags you want you can use them in language file, but you need to add them to the language string which was given above for terms and conditions of hotel admin.