summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fd736d1)
raw | patch | inline | side by side (parent: fd736d1)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Apr 2008 14:11:51 +0000 (14:11 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Apr 2008 14:11:51 +0000 (14:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10433 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-core/html/images/list_seperator.png b/gosa-core/html/images/list_seperator.png
deleted file mode 100644 (file)
index d6ef0eb..0000000
Binary files a/gosa-core/html/images/list_seperator.png and /dev/null differ
index d6ef0eb..0000000
Binary files a/gosa-core/html/images/list_seperator.png and /dev/null differ
diff --git a/gosa-core/html/images/lists/seperator.png b/gosa-core/html/images/lists/seperator.png
new file mode 100644 (file)
index 0000000..d6ef0eb
Binary files /dev/null and b/gosa-core/html/images/lists/seperator.png differ
index 0000000..d6ef0eb
Binary files /dev/null and b/gosa-core/html/images/lists/seperator.png differ
diff --git a/gosa-core/ihtml/themes/default/MultiSelectWindow.tpl b/gosa-core/ihtml/themes/default/MultiSelectWindow.tpl
index 5c20585bb70673b02de59f6cae47df55c0d99392..fd06dde101b802ff1a7f6df8c447db550dac0365 100644 (file)
</td>
{if $HeaderDropDown != ""}
<td>
- <img src='images/list_seperator.png' alt='-' align='middle' height='16' width='1' class='center'>
+ <img src='images/lists/seperator.png' alt='-' align='middle' height='16' width='1' class='center'>
<img src='images/rocket.png' alt='' class='center'>
</td>
<td>
diff --git a/gosa-core/include/class_CopyPasteHandler.inc b/gosa-core/include/class_CopyPasteHandler.inc
index ed01b1cf835d93ac4e943b581eb39d2c8aa59c12..c7367c5b943189692db38463f05e96d298766b19 100644 (file)
/* returns the paste icon for headpages */
function generatePasteIcon()
{
- $Copy_Paste= " <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ";
+ $Copy_Paste= " <img class='center' src='images/lists/seperator.png' align='middle' alt='' height='16' width='1'> ";
if($this->entries_queued()){
$img= "images/copypaste.png";
$Copy_Paste.= "<input type='image' name='editPaste' class='center'
diff --git a/gosa-core/include/class_MultiSelectWindow.inc b/gosa-core/include/class_MultiSelectWindow.inc
index dd4b50e6912648c9f95704fe12a353e438b60a50..898916456ffe9f8c27dbb76f5ee67851ce7edd1a 100644 (file)
/* And at least draw reload button, this button is enabled everytime */
$listhead .= " <input class='center' type='image' src='images/lists/reload.png' align='middle'
title='"._("Reload list")."' name='submit_department' alt='"._("Submit")."'> ".
- " <img class='center' src='images/list_seperator.png' align='middle' alt='-' height='16' width='1'> ";
+ " <img class='center' src='images/lists/seperator.png' align='middle' alt='-' height='16' width='1'> ";
return ($listhead);
}
$str = "<img class='center' src='images/lists/restore_grey.png' alt=''> ";
}
}
-# $str .= "<img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ";
+# $str .= "<img class='center' src='images/lists/seperator.png' align='middle' alt='' height='16' width='1'> ";
}
return($str);
}
diff --git a/gosa-plugins/dfs/addons/godfs/class_dfsManagment.inc b/gosa-plugins/dfs/addons/godfs/class_dfsManagment.inc
index a73d1749fc239fb31723ca3c9ef2528f99c2f403..492f786132e23412fab0d35d6eb739e7baaedcc1 100644 (file)
" <input type='image' class='center' src='images/lists/up.png' align='middle' title='"._("Go up one dfsshare")."' name='dfs_back' alt='"._("Up")."'> ".
" <input type='image' class='center' src='images/lists/root.png' align='middle' title='"._("Go to dfs root")."' name='dfs_root' alt='"._("Root")."'> ".
" <input class='center' type='image' src='images/dtree.png' align='middle' alt='"._("Create new dfsshare")."' name='dfs_new'> ".
- " <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ".
+ " <img class='center' src='images/lists/seperator.png' align='middle' alt='' height='16' width='1'> ".
_("Base")." <select name='depselect' onChange='mainform.submit()' class='center'>$options</select>".
" <input class='center' type='image' src='images/list_submit.png' align='middle' title='"._("Submit department")."' name='submit_department' alt='"._("Submit").
"'> </div>";
diff --git a/gosa-plugins/fai/admin/fai/class_divListFai.inc b/gosa-plugins/fai/admin/fai/class_divListFai.inc
index f5c4fd45fb37f2d3157a30dd11a15185c4092af5..d1bfdf117ec12884a29cb710548b1bb626c3030d 100644 (file)
/* Add additional seperator */
if($add_sep){
- $listhead .=" <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ";
+ $listhead .=" <img class='center' src='images/lists/seperator.png' align='middle' alt='' height='16' width='1'> ";
}
$s = ".|"._("Actions")."|\n";
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiSelectUser.inc b/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiSelectUser.inc
index 381a31fa60b3d32d285458958e959ff70a9e0da4..c5878d3bf680d3a6d9ae56958d4fccf48e7ca510 100644 (file)
" <input class='center' type='image' align='middle'
src='images/lists/home.png' title='"._("Go to users department")."' alt='"._("Home")."' name='dep_home'> ".
" <input class='center' type='image' src='images/lists/reload.png' align='middle' title='"._("Reload list")."' name='submit_department' alt='"._("Submit")."'> ".
-" <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> "._("Base")." ".
+" <img class='center' src='images/lists/seperator.png' align='middle' alt='' height='16' width='1'> "._("Base")." ".
" <select name='depselect' onChange='mainform.submit()' class='center'>$options</select>".
" <input class='center' type='image' src='images/list_submit.png' align='middle'
title='"._("Submit department")."' name='submit_department' alt='". _("Submit")."'> ".
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystemService.inc b/gosa-plugins/systems/admin/systems/class_divListSystemService.inc
index a80170763ee18cf7a8b2b6f7b96a1a3f34e8a2d6..ab64a6a04554fda33cb203548cbb9c6f66a2e45e 100644 (file)
$listhead = "<div style='background:#F0F0F9;height:16px;padding:0px;'>".
" <input type='image' align='middle' src='images/select_new_server.png' class='center'
name='addNewService' alt='"._("Add service")."' title='"._("Add new service")."'> ".
- " <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ".
+ " <img class='center' src='images/lists/seperator.png' align='middle' alt='' height='16' width='1'> ".
" <input type='image' align='middle' src='images/status_start_all.png' class='center'
name='startServices' alt='"._("Start all")."' title='"._("Start all services")."'> ".
" <input type='image' align='middle' src='images/status_stop_all.png' class='center'