From ad960225d3962b0a94f6504af46e2b97fd4d5479 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 4 Apr 2006 10:23:40 +0000 Subject: [PATCH] Some style fixes | copy & paste updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2973 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_tabs.inc | 2 +- plugins/gofon/phoneaccount/class_phoneAccount.inc | 1 + plugins/personal/posix/paste_generic.tpl | 11 ++++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/include/class_tabs.inc b/include/class_tabs.inc index 689d89268..cda88a02c 100644 --- a/include/class_tabs.inc +++ b/include/class_tabs.inc @@ -272,7 +272,7 @@ class tabs $this->SubDialog = true; return($tmp['string']); }else{ - $ret .= $tmp['string']; + $ret .= "
".$tmp['string']; } } } diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 09bd57617..693ee6d05 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -34,6 +34,7 @@ class phoneAccount extends plugin var $cli_parameters = array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser"); /* attribute list for save action */ + var $CopyPasteVars = array("phoneNumbers"); var $attributes = array("goFonDeliveryMode", "goFonFormat","uid","cn","mail", "goFonHardware","goFonPIN","goFonVoicemailPIN","telephoneNumber", "goFonMacro","macro"); var $objectclasses= array("goFonAccount"); diff --git a/plugins/personal/posix/paste_generic.tpl b/plugins/personal/posix/paste_generic.tpl index 2256073e5..c47ed4e64 100644 --- a/plugins/personal/posix/paste_generic.tpl +++ b/plugins/personal/posix/paste_generic.tpl @@ -11,6 +11,8 @@ + + +
+ - + + +
+

{t}Group membership{/t}

+
+ {if $groups eq "too_many_for_nfs"} {t}(Warning: more than 16 groups are not supported by NFS!){/t}
-- 2.30.2