summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f844aca)
raw | patch | inline | side by side (parent: f844aca)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 10:36:05 +0000 (10:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 10:36:05 +0000 (10:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2332 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/posix/class_posixAccount.inc | patch | blob | history | |
plugins/personal/posix/generic.tpl | patch | blob | history |
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index 902fd411ca93e5f59b91ac1dcb8ace8053ce868b..bbf8b92c38b28587b6fcfc70870717d0ec2192aa 100644 (file)
}
} else {
if ($_SESSION['js']){
+ if($this->acl != "#none#")
$smarty->assign("forceMode", "disabled");
}
$smarty->assign("force_ids", "");
index d839198292fbc82fb7972c1c7f522c6c71cd5cd9..83b3083bc199b4006aebf0770ba132175c8fd30b 100644 (file)
<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
<tr>
<td style="width:50%; vertical-align:top;">
- <h2><p class="center"><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Generic{/t}</p></h2>
+ <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Generic{/t}</h2>
<table summary="">
<tr>
<td><label for="homeDirectory">{t}Home directory{/t}</label>{$must}</td>
</td>
<td style="vertical-align:top;">
- <h2><p class="center"><img alt="" class="center" align="middle" src="images/members.png" /> {t}Group membership{/t}</p></h2>
+ <h2><img alt="" class="center" align="middle" src="images/members.png" /> {t}Group membership{/t}</h2>
{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>
<table summary="" style="width:100% ; vertical-align:top; text-align:left;" cellpadding=0 border=0>
<tr>
<td style='width:50%;vertical-align:top'>
- <h2><p class="center"><img alt="" class="center" align="middle" src="images/terminal_small.png" /> {t}Account{/t}</p></h2>
+ <h2><img alt="" class="center" align="middle" src="images/terminal_small.png" /> {t}Account{/t}</h2>
{include file="$pwmode.tpl"}
</td>
<td style="border-left:1px solid #A0A0A0">
</td>
<td style="vertical-align:top;">
- <h2><p class="center"><img alt="" class="center" align="middle" src="images/closedlock.png" /> {t}System trust{/t}</p></h2>
+ <h2><img alt="" class="center" align="middle" src="images/closedlock.png" /> {t}System trust{/t}</h2>
{t}Trust mode{/t} <select name="trustmode" id="trustmode" size=1 onchange="changeSelectState('trustmode', 'wslist'); changeSelectState('trustmode', 'add_ws'); changeSelectState('trustmode', 'del_ws');" {$trustmodeACL}>
{html_options options=$trustmodes selected=$trustmode}
</select>