summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 392030e)
raw | patch | inline | side by side (parent: 392030e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Mar 2010 13:55:58 +0000 (13:55 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Mar 2010 13:55:58 +0000 (13:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15861 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_baseSelector.inc | patch | blob | history | |
gosa-core/update-gosa | patch | blob | history |
index ba182b7f71c4042f4d582938186a37f2c070504f..f2a852abe0d163750bc309078dfc8417943804b5 100644 (file)
}
$selected= $this->base == $base?" class='treeListSelected'":"";
$link= "onclick=\"\$('bs_rebase_".$this->pid."').value='".base64_encode($base)."';$('submit_tree_base_".$this->pid."').click();\"";
- $this->tree.= "<li><a$selected $link>".
- image($config->department_info[$base]['img'])." ".
+ $this->tree.= "<li>".
+ image($config->department_info[$base]['img'])." <a$selected $link>".
$this->gennonbreaks($config->department_info[$base]['name']).
($config->department_info[$base]['description']==''?'':' <span class="informal">['.$this->gennonbreaks($config->department_info[$base]['description']).']</span>').
"</a>";
diff --git a/gosa-core/update-gosa b/gosa-core/update-gosa
index 1a9a0f1d9e4069e2cd96afa988fdce20d5a4c270..c94fe9809fc0b7fc9212729fc86ed57d57cf831b 100755 (executable)
--- a/gosa-core/update-gosa
+++ b/gosa-core/update-gosa
}
// New image if it is not already one
- if (preg_match('/new/', $indexPath)) {
+ if (preg_match('/new/', $indexPath) && !preg_match('/new\.png$/', $indexPath)) {
echo "!";
$warnings[]= "Warning: skipped possible *new* image $path";
flush();