summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be2063b)
raw | patch | inline | side by side (parent: be2063b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:21:17 +0000 (08:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:21:17 +0000 (08:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11943 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/images/select_user.png | [deleted file] | patch | blob | history |
gosa-core/html/plugins/users/images/select_user.png | [new file with mode: 0644] | patch | blob |
gosa-core/plugins/admin/users/class_divListUsers.inc | patch | blob | history | |
gosa-core/plugins/generic/references/class_reference.inc | patch | blob | history |
diff --git a/gosa-core/html/images/select_user.png b/gosa-core/html/images/select_user.png
deleted file mode 100644 (file)
index 83e5b31..0000000
Binary files a/gosa-core/html/images/select_user.png and /dev/null differ
index 83e5b31..0000000
Binary files a/gosa-core/html/images/select_user.png and /dev/null differ
diff --git a/gosa-core/html/plugins/users/images/select_user.png b/gosa-core/html/plugins/users/images/select_user.png
new file mode 100644 (file)
index 0000000..83e5b31
Binary files /dev/null and b/gosa-core/html/plugins/users/images/select_user.png differ
index 0000000..83e5b31
Binary files /dev/null and b/gosa-core/html/plugins/users/images/select_user.png differ
diff --git a/gosa-core/plugins/admin/users/class_divListUsers.inc b/gosa-core/plugins/admin/users/class_divListUsers.inc
index 90f7ad84532c1e56320462777b5d33bab9e79d3c..62ec3c8f235794b7ce0353e363d6fc54e44926ea 100644 (file)
/* Variable initialation */
$enviro = $posix = $maila = $faxac = $samba = $netatalk = "";
$empty = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt='-'>";
- $userimg = "<img class='center' src='images/select_user.png' alt='User' title='%s'>";
+ $userimg = "<img class='center' src='plugins/users/images/select_user.png' alt='User' title='%s'>";
$tplimg = "<img class='center' src='plugins/users/images/select_template.png' alt='Template' title='%s'>";
$editlink = "<a href='?plug=".validate($_GET['plug'])."&id=%s&act=edit_entry'>%s</a>";
"apple-user" => array("VAR"=>"netatalk" ,"IMG"=>"netatalkimg"));
/* Pictures for Extensions */
- $usrimg ="<input class='center' type='image' src='images/select_user.png' alt='"._("GOsa")."'
+ $usrimg ="<input class='center' type='image' src='plugins/users/images/select_user.png' alt='"._("GOsa")."'
name='user_edit_%KEY%-user' title='"._("Edit generic properties")."'>";
$posiximg = "<input class='center' type='image' src='images/penguin.png' alt='"._("Posix")."'
name='user_edit_%KEY%-posixAccount' title='"._("Edit UNIX properties")."'>";
$num_user_str = _("Number of listed users");
$num_dep_str = _("Number of listed departments");
- $str = "<img class='center' src='images/select_user.png'
+ $str = "<img class='center' src='plugins/users/images/select_user.png'
title='".$num_user_str."' alt='".$num_user_str."'> ".$num_users." ";
$str.= "<img class='center' src='images/lists/folder.png'
title='".$num_dep_str."' alt='".$num_dep_str."'> ".$num_deps." ";
diff --git a/gosa-core/plugins/generic/references/class_reference.inc b/gosa-core/plugins/generic/references/class_reference.inc
index 0d421fb940d90bc28922262a5cd88a8d7e51b6d2..765b5b903397bcb919714c3497e4bc9600e0b60f 100644 (file)
"gosaAccount" => array( "text" => _("Generic"),
"image" => "images/penguin.png"),
"posixAccount" => array( "text" =>_("UNIX"),
- "image" => "images/select_user.png"),
+ "image" => "plugins/users/images/select_user.png"),
"gosaMailAccount" => array("text" => _("Mail"),
"image" => "images/mailto.png"),
"sambaSamAccount" => array("text" => _("Samba"),