summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e3e4fd)
raw | patch | inline | side by side (parent: 4e3e4fd)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Oct 2005 06:04:46 +0000 (06:04 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Oct 2005 06:04:46 +0000 (06:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1662 594d385d-05f5-0310-b6e9-bd551577e9d8
TODO | patch | blob | history | |
html/images/smallenv.png | [new file with mode: 0644] | patch | blob |
plugins/admin/users/class_userManagement.inc | patch | blob | history |
index 2466d142a43cad17bfa73fceb8745789021daaa8..af3202e6344d125f5ac173d22914c6592ffed8cd 100644 (file)
--- a/TODO
+++ b/TODO
* Rework environment tab
* Rework printer tabs
+ -> lpstat?
* FAI management
- Add package configuration dialog
diff --git a/html/images/smallenv.png b/html/images/smallenv.png
new file mode 100644 (file)
index 0000000..f4ef81c
Binary files /dev/null and b/html/images/smallenv.png differ
index 0000000..f4ef81c
Binary files /dev/null and b/html/images/smallenv.png differ
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index e39db69e9cef853db56373d5411b99b4d94cfbe8..fc9fe82bde10c0d1d788f500ac9ed938feb4b227 100644 (file)
name='user_edit_%KEY%-user' title='"._("Edit generic properties")."'>";
$posiximg = "<input type='image' src='images/select_user.png' alt='"._("Posix")."'
name='user_edit_%KEY%-posixAccount' title='"._("Edit UNIX properties")."'>";
- $eviroimg = "<input type='image' src='images/network.png' alt='"._("Environment")."'
+ $eviroimg = "<input type='image' src='images/smallenv.png' alt='"._("Environment")."'
name='user_edit_%KEY%-environment' title='"._("Edit environment properties")."'>";
$mailimg = "<input type='image' src='images/mailto.png' alt='"._("Mail")."'
name='user_edit_%KEY%-mailAccount' title='"._("Edit mail properties")."'>";