summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e9d9c02)
raw | patch | inline | side by side (parent: e9d9c02)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Jul 2008 12:54:31 +0000 (12:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Jul 2008 12:54:31 +0000 (12:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11634 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history | |
gosa-plugins/gofon/gofon/phoneaccount/main.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc
index 111bfc8a82aba6798515bf582f5ee05ed7de7056..81c93cbdd7c0740498475b84565a627cf42b645a 100644 (file)
"plProvidedAcls" => array(
"telephoneNumber" => _("Telephone number"),
- "goFonHomeServer" => _("Home server"),
"goFonMacro" => _("Macro settings"),
"goFonHardware" => _("Phone hardware"),
+ "goFonHomeServer" => _("Home server"),
"goFonContext" => _("Phone context"),
"goFonVoiceMailContext" => _("Voice mail context"),
"goFonPIN" => _("Telephone pin"),
diff --git a/gosa-plugins/gofon/gofon/phoneaccount/main.inc b/gosa-plugins/gofon/gofon/phoneaccount/main.inc
index 179b22af8dc36d43b71c7cfa7bc31c12ddba0102..7f8687c5534fd3d999125a298e5af67a531542f9 100644 (file)
} else {
$info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png')."\"> ".$ui->dn." ";
- if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/phoneAccount"))){
+ if(preg_match("/r/",$ui->get_permissions($ui->dn,"users/phoneAccount"))){
$info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/on.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");
$display.= "<input type=submit name=\"edit\" value=\"".msgPool::editButton()."\">\n";
}
}
/* Page header*/
- $display= print_header(get_template_path('images/phone.png'), _("Phone settings"), $info).$display;
+ $display= print_header(get_template_path('plugins/gofon/plugin.png'), _("Phone settings"), $info).$display;
}
?>