summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: efe4151)
raw | patch | inline | side by side (parent: efe4151)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 18 Sep 2009 07:44:17 +0000 (07:44 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 18 Sep 2009 07:44:17 +0000 (07:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14287 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/class_divListRole.inc b/gosa-plugins/rolemanagement/admin/roleManagement/class_divListRole.inc
index 5048751b8e55c495176e422541b80bcb8af45c57..beb068a699084c4c55e8856229c970316eb57b09 100644 (file)
if(preg_match("/c/",$acls)) {
$s .= "..|<img src='images/lists/new.png' alt='' border='0' class='center'>".
" "._("Create")."|\n";
- $s.= "...|<input class='center' type='image' src='plugins/roleManagement/images/new.png' alt=''>".
+ $s.= "...|<input class='center' type='image' src='plugins/rolemanagement/images/new.png' alt=''>".
" "._("Role")."|role_new|\n";
}
$field0 = array("string" => "<input type='checkbox' id='item_selected_".$key."'
name='item_selected_".$key."'>" ,
"attach" => "style='width:20px;'");
- $field1 = array("string" => "<img src='plugins/roleManagement/images/role.png'
+ $field1 = array("string" => "<img src='plugins/rolemanagement/images/role.png'
alt='"._("Role")."' ".$title.">",
"attach" => "style='text-align:center;width: 20px;'");
$field2 = array("string" => sprintf($editlink,$key,$display),
$num_objs = count($list);
$num_obj_str = _("Number of listed roles");
$num_dep_str = _("Number of listed departments");
- $str = "<img class='center' src='plugins/roles/images/role.png'
+ $str = "<img class='center' src='plugins/rolemanagement/images/role.png'
title='".$num_obj_str."' alt='".$num_obj_str."'> ".$num_objs." ";
$str.= "<img class='center' src='images/lists/folder.png'
title='".$num_dep_str."' alt='".$num_dep_str."'> ".$num_deps." ";
diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/main.inc b/gosa-plugins/rolemanagement/admin/roleManagement/main.inc
index 34ff6f42d1824bf4bbf48fca71fd580b8f696321..90906cc07b5b5f8c36c79705c0c20ffd3d171d1a 100644 (file)
/* Page header*/
if (get_object_info() != ""){
- $display= print_header(get_template_path('plugins/roleManagement/images/plugin.png'),
+ $display= print_header(get_template_path('plugins/rolemanagement/images/plugin.png'),
_("Roles"),
"<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".
LDAP::fix(get_object_info()));
} else {
- $display= print_header(get_template_path('plugins/roleManagement/images/plugin.png'), _("Role management"));
+ $display= print_header(get_template_path('plugins/rolemanagement/images/plugin.png'), _("Role management"));
}
$display.= $output;
diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/roleGeneric.tpl b/gosa-plugins/rolemanagement/admin/roleManagement/roleGeneric.tpl
index 46f5884dfa831fc51475a98b5f75840fc18e1c48..3f74097fe258c7b3d2ff7774ed299b38b9ddb3f9 100644 (file)
<tr>
<td style='width:50%; vertical-align:top; border-right:1px solid #A0A0A0; padding-right:10px;'>
- <h2><img src='plugins/roleManagement/images/role.png' alt='' class='center'>
+ <h2><img src='plugins/rolemanagement/images/role.png' alt='' class='center'>
{t}Generic{/t}
</h2>
</td>
<td style=' vertical-align:top; padding-left:10px;'>
- <h2><img src='plugins/roleManagement/images/occupant.png' alt='' class='center'>
+ <h2><img src='plugins/rolemanagement/images/occupant.png' alt='' class='center'>
{t}Occupants{/t}
</h2>