From 0dd8962f24aeb2505fac71e804fca4da92900c8f Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 26 Jan 2006 13:40:56 +0000 Subject: [PATCH] some more w3c fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2588 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/addons/addressbook/class_addressbook.inc | 3 +-- plugins/admin/systems/printerPPDDialog.tpl | 4 ++-- plugins/gofax/faxreports/detail.tpl | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc index 225631cf5..162a2f965 100644 --- a/plugins/addons/addressbook/class_addressbook.inc +++ b/plugins/addons/addressbook/class_addressbook.inc @@ -382,8 +382,7 @@ class addressbook extends plugin $this->telephone_list[$attrs['sn'][0].$attrs['dn']].= "". - ""; + "\"vcf\""; } $this->telephone_list[$attrs['sn'][0].$attrs['dn']].= ""; } diff --git a/plugins/admin/systems/printerPPDDialog.tpl b/plugins/admin/systems/printerPPDDialog.tpl index fa276b42c..761d00516 100644 --- a/plugins/admin/systems/printerPPDDialog.tpl +++ b/plugins/admin/systems/printerPPDDialog.tpl @@ -1,4 +1,4 @@ -

 {t}Printer driver{/t}

+

P {t}Printer driver{/t}

@@ -14,7 +14,7 @@
{if $showOptions eq 1}

 

-

 {t}Options{/t}

+

L {t}Options{/t}

{$properties} {/if}

diff --git a/plugins/gofax/faxreports/detail.tpl b/plugins/gofax/faxreports/detail.tpl index 1cd45f5fc..20b6123b8 100644 --- a/plugins/gofax/faxreports/detail.tpl +++ b/plugins/gofax/faxreports/detail.tpl @@ -2,8 +2,7 @@ - {t}FAX preview - please wait{/t} + {t}FAX preview - please wait{/t}

{t}Click on fax to download{/t} -- 2.30.2