8 messages in com.mysql.lists.eventum-develFixed templates
FromSent OnAttachments
Normando Hall10 Jul 2008 13:11.gz
Elan Ruusamäe19 Jul 2008 10:19 
Normando Hall19 Jul 2008 14:46 
Normando Hall19 Jul 2008 15:40 
Elan Ruusamäe20 Jul 2008 02:35 
Elan Ruusamäe20 Jul 2008 02:39 
Normando Hall20 Jul 2008 10:19 
Normando Hall20 Jul 2008 11:37 
Subject:Fixed templates
From:Normando Hall (nha@unixlan.com.ar)
Date:07/10/2008 01:11:13 PM
List:com.mysql.lists.eventum-devel
Attachments:
diferences.tar.gz - 250k

Hello Bryan

Finally I have completed all templates that are only in the sub-directories. In an upcoming shipment will be templates to root level.

I choose a criteria to modify and fix templates, because there is a lot of blend styles. The criteria I adopted is:

All short strings, as headlines in the configuration, he removed from inside the label translation, all signs, to avoid errors or omissions in the translation process:

Ex: {t}Email Address Prefix: *{/t} {t}Email Address Prefix{/t}: *

In long strings, they are included inside tags:

{t}To view more details of this issue, or to update it, please visit the following URL{/t}: {t}To view more details of this issue, or to update it, please visit the following URL:{/t}

All end dots are included inside tags.

All question strings with a space before question mark, are deletes the space

Normalized tags:

{t escape="none"} to {t escape=no}

{t name=$variable}This is the %1{/t} to {t 1=$variable}This is the %1{/t}

I have change various {t escape=no} tags to {t} when there is not necesary, and viceversa. The same is apply to {t escape=js}

Added missing strings Added missing closed tags In the help directory, I have escaped text strings, to avoid translate "/n" characters, and width auto-adjustment

I have modify a little, for a better readabillity: reminder.tpl.html. If you like it, I can modify general template with the same purpose.

All templates were tested at a local eventum installation, and functioned correctly.

Regards, Normando