summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: faf7d57)
raw | patch | inline | side by side (parent: faf7d57)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:04:49 +0000 (07:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:04:49 +0000 (07:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11905 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/class_gotomasses.inc | patch | blob | history | |
gosa-plugins/goto/admin/systems/goto/terminalService.tpl | patch | blob | history | |
gosa-plugins/goto/admin/systems/goto/workstationService.tpl | patch | blob | history | |
gosa-plugins/goto/html/images/mouse.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/goto/html/images/prio_decrease.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/goto/html/images/prio_increase.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/goto/addons/goto/class_gotomasses.inc b/gosa-plugins/goto/addons/goto/class_gotomasses.inc
index 4bc1094c9c91909edb373cbdd40d0b864d5a1397..e094be422ff0fd8cfe317ba64cc07c7204d14931 100644 (file)
/* If WAITING add priority action
*/
if(in_array($task['STATUS'],array("waiting"))){
- $prio_actions.= "<input class='center' type='image' src='images/prio_increase.png'
+ $prio_actions.= "<input class='center' type='image' src='plugins/goto/images/prio_increase.png'
title='"._("Move up")."' name='prio_up_".$key."'> ";
- $prio_actions.= "<input class='center' type='image' src='images/prio_decrease.png'
+ $prio_actions.= "<input class='center' type='image' src='plugins/goto/images/prio_decrease.png'
title='"._("Move down")."' name='prio_down_".$key."'> ";
}
diff --git a/gosa-plugins/goto/admin/systems/goto/terminalService.tpl b/gosa-plugins/goto/admin/systems/goto/terminalService.tpl
index 0b401d641b6c4782c66adf0d2f46e53f2a2dabf9..4695db94c546312efbd5aa93253e773b06d16665 100644 (file)
</td>
<td style="vertical-align:top;width:32%">
- <h2><img class="center" alt="" align="middle" src="images/mouse.png"> {t}Mouse{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="plugins/goto/images/mouse.png"> {t}Mouse{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="gotoXMouseType">{t}Type{/t}</LABEL></td>
diff --git a/gosa-plugins/goto/admin/systems/goto/workstationService.tpl b/gosa-plugins/goto/admin/systems/goto/workstationService.tpl
index ea09f245a5679f32d37955847b6a53f3da2bd92b..74ae8787b45c64f824b52b630029cfdc0fbf8f28 100644 (file)
</td>
<td style="vertical-align:top;width:32%">
- <h2><img class="center" alt="" align="middle" src="images/mouse.png"> {t}Mouse{/t}</h2>
+ <h2><img class="center" alt="" align="middle" src="plugins/goto/images/mouse.png"> {t}Mouse{/t}</h2>
<table summary="">
<tr>
<td><LABEL for="gotoXMouseType">{t}Type{/t}</LABEL></td>
diff --git a/gosa-plugins/goto/html/images/mouse.png b/gosa-plugins/goto/html/images/mouse.png
new file mode 100644 (file)
index 0000000..3c0d31d
Binary files /dev/null and b/gosa-plugins/goto/html/images/mouse.png differ
index 0000000..3c0d31d
Binary files /dev/null and b/gosa-plugins/goto/html/images/mouse.png differ
diff --git a/gosa-plugins/goto/html/images/prio_decrease.png b/gosa-plugins/goto/html/images/prio_decrease.png
new file mode 100644 (file)
index 0000000..697fc98
Binary files /dev/null and b/gosa-plugins/goto/html/images/prio_decrease.png differ
index 0000000..697fc98
Binary files /dev/null and b/gosa-plugins/goto/html/images/prio_decrease.png differ
diff --git a/gosa-plugins/goto/html/images/prio_increase.png b/gosa-plugins/goto/html/images/prio_increase.png
new file mode 100644 (file)
index 0000000..9d9856c
Binary files /dev/null and b/gosa-plugins/goto/html/images/prio_increase.png differ
index 0000000..9d9856c
Binary files /dev/null and b/gosa-plugins/goto/html/images/prio_increase.png differ