From: hickert Date: Tue, 24 May 2005 13:35:43 +0000 (+0000) Subject: w3c phoneaccount X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d5599d099b45a8adbc5a655182b4322f28b5cb22;p=gosa.git w3c phoneaccount git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@380 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index c1a81694d..0a99471a3 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -110,7 +110,7 @@ class phoneAccount extends plugin /* Do we represent a valid account? */ if (!$this->is_account && $this->parent == NULL){ - $display= " ". + $display= "\"\" ". _("This account has no phone extensions.").""; $display.= back_to_main(); return($display); @@ -200,9 +200,9 @@ class phoneAccount extends plugin list($number, $timeout)= split(";", $fw); } $forwarder_list.= ""; - $forwarder_list.= ""; + $forwarder_list.= ""; $forwarder_list.= ""; - $forwarder_list.= ""; + $forwarder_list.= ""; $forwarder_list.= ""; $forwarder_list.= ""; if (count($this->forwarders) > 1){ diff --git a/plugins/gofon/phoneaccount/generic.tpl b/plugins/gofon/phoneaccount/generic.tpl index 0dda5abab..f3f814bb0 100644 --- a/plugins/gofon/phoneaccount/generic.tpl +++ b/plugins/gofon/phoneaccount/generic.tpl @@ -2,7 +2,7 @@ -

{t}Telephone hardware{/t}

+

{t}Telephone hardware{/t}

@@ -13,15 +13,15 @@
-

{t}Answering machine{/t}

- +

{t}Answering machine{/t}

+
@@ -36,12 +36,12 @@
{if $has_mailaccount eq "false"} - + {t}Deliver missed calls as mail{/t} {else} - + {t}Deliver missed calls as mail{/t} {/if}
-

{t}Phone numbers{/t}

+

{t}Phone numbers{/t}


- +   - +
-

{t}Forward calls to{/t}

+
+

{t}Forward calls to{/t}

diff --git a/plugins/gofon/phoneaccount/main.inc b/plugins/gofon/phoneaccount/main.inc index 00c374851..a25c5b9df 100644 --- a/plugins/gofon/phoneaccount/main.inc +++ b/plugins/gofon/phoneaccount/main.inc @@ -104,11 +104,11 @@ if (!$remove_lock){ $display.= "\n"; $display.= " "; $display.= "\n"; - $info= " ".$ui->dn." "; + $info= "\"\" ".$ui->dn." "; } else { - $info= " ".$ui->dn." "; + $info= "\"\" ".$ui->dn." "; if (isset($editacl) && $editacl != "#none#"){ - $info.= ""._("Click the 'Edit' button below to change informations in this dialog"); + $info.= "\"\""._("Click the 'Edit' button below to change informations in this dialog"); $display.= "\n"; } $display.= "\n";