Code

'Updated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 07:04:49 +0000 (07:04 +0000)
committerhickert <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
gosa-plugins/goto/admin/systems/goto/terminalService.tpl
gosa-plugins/goto/admin/systems/goto/workstationService.tpl
gosa-plugins/goto/html/images/mouse.png [new file with mode: 0644]
gosa-plugins/goto/html/images/prio_decrease.png [new file with mode: 0644]
gosa-plugins/goto/html/images/prio_increase.png [new file with mode: 0644]

index 4bc1094c9c91909edb373cbdd40d0b864d5a1397..e094be422ff0fd8cfe317ba64cc07c7204d14931 100644 (file)
@@ -417,9 +417,9 @@ class gotomasses extends plugin
       /* 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."'>&nbsp;";
-        $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."'>&nbsp;";
       }
     
index 0b401d641b6c4782c66adf0d2f46e53f2a2dabf9..4695db94c546312efbd5aa93253e773b06d16665 100644 (file)
@@ -42,7 +42,7 @@
   </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>
index ea09f245a5679f32d37955847b6a53f3da2bd92b..74ae8787b45c64f824b52b630029cfdc0fbf8f28 100644 (file)
@@ -48,7 +48,7 @@
   </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
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
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