summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea3f2ab)
raw | patch | inline | side by side (parent: ea3f2ab)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 10:23:40 +0000 (10:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 10:23:40 +0000 (10:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2973 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_tabs.inc | patch | blob | history | |
plugins/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history | |
plugins/personal/posix/paste_generic.tpl | patch | blob | history |
diff --git a/include/class_tabs.inc b/include/class_tabs.inc
index 689d89268149b06d7e47ceb8c7d23c8f5a040e0d..cda88a02cff2fcb2f5cfbd0826ec8ebd27cc6876 100644 (file)
--- a/include/class_tabs.inc
+++ b/include/class_tabs.inc
$this->SubDialog = true;
return($tmp['string']);
}else{
- $ret .= $tmp['string'];
+ $ret .= "<br>".$tmp['string'];
}
}
}
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index 09bd576170f8d124e48ae41f5a28198de34da149..693ee6d05dab57248c84a566ab8115482b219f03 100644 (file)
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");
index 2256073e52624cc47b46dd8c700caef5a9d60c47..c47ed4e6467cfd7f7b4844b641d499c4d46d3806 100644 (file)
<input id="homeDirectory" name="homeDirectory" size=40 maxlength=120 value="{$homeDirectory}">
</td>
</tr>
+ </table>
+ <table>
<tr>
<td>
<input id="force_ids" type=checkbox name="force_ids" value="1" ".$force_ids."}
<input id="gidNumber" name="gidNumber" size=5 maxlength=5 {$forceMode} value="{$gidNumber}">
</td>
</tr>
+ </table>
+ <table>
<tr>
- <td style="vertical-align:top;" colspan="3">
+ <td style="vertical-align:top;" colspan="4">
<h2><img alt="" class="center" align="middle" src="images/members.png" /> {t}Group membership{/t}</h2>
+ </td>
+ </tr>
+ <tr>
+ <td style="vertical-align:top;" colspan="4">
+
{if $groups eq "too_many_for_nfs"}
<b style="color:red">{t}(Warning: more than 16 groups are not supported by NFS!){/t}</b>
<br>