From c167e13bbb252b6fbc06fc310d492e6e95904a47 Mon Sep 17 00:00:00 2001 From: Harishankar Date: Sat, 10 Dec 2011 14:39:47 +0530 Subject: [PATCH] Changes to templates to include e-mail as a link Changed templates to include the mailto: link to the e-mail field. --- templates/default_fodt/main.tpl | 2 +- templates/default_fodt/profession_bit.tpl | 2 +- templates/default_xhtml/main.tpl | 2 +- templates/default_xhtml/profession_bit.tpl | 6 ++++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/default_fodt/main.tpl b/templates/default_fodt/main.tpl index b628daa..311aa46 100644 --- a/templates/default_fodt/main.tpl +++ b/templates/default_fodt/main.tpl @@ -561,7 +561,7 @@ ${countrycode_landline} - ${landline} ${countrycode_mobile} - ${mobile} - ${email} + ${email} diff --git a/templates/default_fodt/profession_bit.tpl b/templates/default_fodt/profession_bit.tpl index 3957ce7..a27c4ad 100644 --- a/templates/default_fodt/profession_bit.tpl +++ b/templates/default_fodt/profession_bit.tpl @@ -1,7 +1,7 @@ ${joindate} - ${leavedate} (with ${organization}) - Worked as ${jobtitle} + Designation: ${jobtitle} ${additionalinfo} diff --git a/templates/default_xhtml/main.tpl b/templates/default_xhtml/main.tpl index c773269..229c479 100644 --- a/templates/default_xhtml/main.tpl +++ b/templates/default_xhtml/main.tpl @@ -103,7 +103,7 @@ Email address - ${email} + ${email} diff --git a/templates/default_xhtml/profession_bit.tpl b/templates/default_xhtml/profession_bit.tpl index 52e5bec..8bab420 100644 --- a/templates/default_xhtml/profession_bit.tpl +++ b/templates/default_xhtml/profession_bit.tpl @@ -1,3 +1,5 @@

${joindate} - ${leavedate} (with ${organization})

-

Worked as ${jobtitle}
- ${additionalinfo}

\ No newline at end of file +
    +
  • Designation: ${jobtitle}
  • +
  • ${additionalinfo}
  • +
\ No newline at end of file -- 2.20.1