summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3099851)
raw | patch | inline | side by side (parent: 3099851)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Jan 2007 06:24:17 +0000 (06:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Jan 2007 06:24:17 +0000 (06:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5558 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofax/faxaccount/main.inc | patch | blob | history | |
plugins/gofon/phoneaccount/generic.tpl | patch | blob | history |
index 24e0550b06c31f28ad2f611ee438d900a4a7e864..21c74dde6a8cbd15e68a522c79be1ee5097a59b7 100644 (file)
/* Create gofaxAccount object on demand */
if (!isset($_SESSION['gofaxAccount']) || (isset($_GET['reset']) && $_GET['reset'] == 1)){
- $_SESSION['gofaxAccount']= new gofaxAccount ($config, $ui->dn);
+ $_SESSION['gofaxAccount']= new gofaxAccount ($config, $ui->dn,NULL);
}
$gofaxAccount= $_SESSION['gofaxAccount'];
index ed0725b29a559e41dbd7eb414d73d7fe28ca694c..7e0df543c7773e3ddf0e648e65cd9701c2158ef2 100644 (file)
<td>{t}Home server{/t}{$must}
</td>
<td>
- <select name='goFonHomeServer' title='{t}Select the accounts home server{/t}'>
+ <select name='goFonHomeServer' title='{t}Select the accounts home server{/t}' {$goFonHomeServerACL}>
{html_options options=$goFonHomeServers selected=$goFonHomeServer}
</select>
</td>