summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8e36a5)
raw | patch | inline | side by side (parent: f8e36a5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Apr 2008 12:17:16 +0000 (12:17 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Apr 2008 12:17:16 +0000 (12:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10469 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/images/lists/sort-down.png | [new file with mode: 0644] | patch | blob |
gosa-core/html/images/lists/sort-up.png | [new file with mode: 0644] | patch | blob |
gosa-core/html/images/select_acl.png | [deleted file] | patch | blob | history |
gosa-core/html/images/select_acl_role.png | [deleted file] | patch | blob | history |
gosa-core/html/images/sort_down.png | [deleted file] | patch | blob | history |
gosa-core/html/images/sort_up.png | [deleted file] | patch | blob | history |
gosa-core/include/class_acl.inc | patch | blob | history | |
gosa-core/plugins/admin/acl/class_aclRole.inc | patch | blob | history | |
gosa-core/plugins/admin/acl/class_divListACL.inc | patch | blob | history | |
gosa-core/plugins/generic/references/class_reference.inc | patch | blob | history |
diff --git a/gosa-core/html/images/lists/sort-down.png b/gosa-core/html/images/lists/sort-down.png
new file mode 100644 (file)
index 0000000..0d99fd7
Binary files /dev/null and b/gosa-core/html/images/lists/sort-down.png differ
index 0000000..0d99fd7
Binary files /dev/null and b/gosa-core/html/images/lists/sort-down.png differ
diff --git a/gosa-core/html/images/lists/sort-up.png b/gosa-core/html/images/lists/sort-up.png
new file mode 100644 (file)
index 0000000..59e98a1
Binary files /dev/null and b/gosa-core/html/images/lists/sort-up.png differ
index 0000000..59e98a1
Binary files /dev/null and b/gosa-core/html/images/lists/sort-up.png differ
diff --git a/gosa-core/html/images/select_acl.png b/gosa-core/html/images/select_acl.png
deleted file mode 100644 (file)
index 04a05c1..0000000
Binary files a/gosa-core/html/images/select_acl.png and /dev/null differ
index 04a05c1..0000000
Binary files a/gosa-core/html/images/select_acl.png and /dev/null differ
diff --git a/gosa-core/html/images/select_acl_role.png b/gosa-core/html/images/select_acl_role.png
deleted file mode 100644 (file)
index 8f69e2b..0000000
Binary files a/gosa-core/html/images/select_acl_role.png and /dev/null differ
index 8f69e2b..0000000
Binary files a/gosa-core/html/images/select_acl_role.png and /dev/null differ
diff --git a/gosa-core/html/images/sort_down.png b/gosa-core/html/images/sort_down.png
deleted file mode 100644 (file)
index 0d99fd7..0000000
Binary files a/gosa-core/html/images/sort_down.png and /dev/null differ
index 0d99fd7..0000000
Binary files a/gosa-core/html/images/sort_down.png and /dev/null differ
diff --git a/gosa-core/html/images/sort_up.png b/gosa-core/html/images/sort_up.png
deleted file mode 100644 (file)
index 59e98a1..0000000
Binary files a/gosa-core/html/images/sort_up.png and /dev/null differ
index 59e98a1..0000000
Binary files a/gosa-core/html/images/sort_up.png and /dev/null differ
index 6f88cec17bb49c05fb953a02510db9602a6d2a01..b173f68e99baa89a78fae376554b31789a1edc4e 100644 (file)
foreach ($this->gosaAclEntry as $key => $entry){
$field1= array("string" => $this->aclTypes[$entry['type']], "attach" => "style='width:150px'");
$field2= array("string" => $this->assembleAclSummary($entry));
- $action= "<input type='image' name='sortup_$key' alt='up' title='"._("Up")."' src='images/sort_up.png' align='top'>";
- $action.= "<input type='image' name='sortdown_$key' alt='down' title='"._("Down")."' src='images/sort_down.png'>";
+ $action= "<input type='image' name='sortup_$key' alt='up' title='"._("Up")."' src='images/lists/sort-up.png' align='top'>";
+ $action.= "<input type='image' name='sortdown_$key' alt='down' title='"._("Down")."' src='images/lists/sort-down.png'>";
$action.= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("Edit")."' name='acl_edit_$key' title='".msgPool::editButton(_("ACL"))."'>";
$action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='acl_del_$key' title='".msgPool::delButton(_("ACL"))."'>";
diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc
index 03a843fc21eda4dd07f0c2727c9213a9f96507df..f77c9361fce4477f9a9809151174c614f27b954e 100644 (file)
foreach ($this->gosaAclTemplate as $key => $entry){
$field1= array("string" => $this->aclTypes[$entry['type']], "attach" => "style='width:100px'");
$field2= array("string" => $this->assembleAclSummary($entry));
- $action= "<input type='image' name='sortup_$key' alt='up' title='"._("Up")."' src='images/sort_up.png' align='top'>";
- $action.= "<input type='image' name='sortdown_$key' alt='down' title='"._("Down")."' src='images/sort_down.png'>";
+ $action= "<input type='image' name='sortup_$key' alt='up' title='"._("Up")."' src='images/lists/sort-up.png' align='top'>";
+ $action.= "<input type='image' name='sortdown_$key' alt='down' title='"._("Down")."' src='images/lists/sort-down.png'>";
$action.= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("Edit")."' name='acl_edit_$key' title='".msgPool::editButton(_("ACL"))."'>";
$action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='acl_del_$key' title='".msgPool::delButton(_("ACL"))."'>";
diff --git a/gosa-core/plugins/admin/acl/class_divListACL.inc b/gosa-core/plugins/admin/acl/class_divListACL.inc
index fad49a5ae4734a7b58fe7e3a69695105f786a03c..c688f56be5df500a6014a6e89a185926f6b1bb9b 100644 (file)
/* Role handling */
$editlink = "<a href='?plug=".$_GET['plug']."&id=%s&act=list_edit_role'>%s</a>";
- $list_left_icon = "<img src='images/select_acl_role.png' alt='"._("Role")."'>";
+ $list_left_icon = "<img src='plugins/acl/images/role.png' alt='"._("Role")."'>";
$cn = htmlentities(utf8_decode($acl_entry['cn'][0])) ;
if(isset($acl_entry['description'][0])){
/* Acl handling */
$editlink = "<a href='?plug=".$_GET['plug']."&id=%s&act=list_edit_entry'>%s</a>";
- $list_left_icon = "<img src='images/select_acl.png' alt='"._("ACL")."'>";
+ $list_left_icon = "<img src='plugins/acl/images/acl.png' alt='"._("ACL")."'>";
$cn = htmlentities(utf8_decode($acl_entry['dn']));
/* Add actions depending on acls */
diff --git a/gosa-core/plugins/generic/references/class_reference.inc b/gosa-core/plugins/generic/references/class_reference.inc
index 13a20874440bd49beb64ad397a580e0e96720b8b..e2bb1839b89e5f6f70ad30273293245b43ea0597 100644 (file)
if ($addon == ""){
$img= "images/expand.png";
} else {
- $img= "images/sort_down.png";
+ $img= "images/lists/sort-down.png";
}
$this->objectlist.= '<tr style="background-color:'.$cycle[$id&1].';"><td class="phonelist" title="'.$attrs['cn'][0].'"><a href="main.php?plug='.$_GET['plug'].'&start=&show='.base64_encode($attrs['dn']).'"><img alt="" src="'.$img.'" border=0> '.$attrs['cn'][0].'</a></td><td>'.$description.'</td><td>'.$content.'</td> </tr>'.$addon;