Code

Updated some fai images.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:25:34 +0000 (10:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:25:34 +0000 (10:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11788 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/branch_selector.tpl
gosa-plugins/fai/admin/fai/class_divListFai.inc
gosa-plugins/fai/html/images/branch.png [new file with mode: 0644]
gosa-plugins/fai/html/images/branch_small.png [new file with mode: 0644]
gosa-plugins/fai/html/images/branch_small_grey.png [new file with mode: 0644]
gosa-plugins/fai/html/images/freeze_grey.png [new file with mode: 0644]

index 6d69981431955aef19fe4bcdfbc406fe86e0c506..268a995cb2f65d375883aa9b92a39cb018abcc0f 100644 (file)
      <tr>
       <td>
     {if $allow_create}
-        <input class="center" type="image" name="branch_branch" src="images/branch_small.png">
+        <input class="center" type="image" name="branch_branch" src="plugins/fai/images/branch_small.png">
         <a href="?plug={$plug_id}&act=branch_branch">{t}Create release{/t}</a>
         <br>
-        <input class="center" type="image" name="freeze_branch" src="images/freeze.png">
+        <input class="center" type="image" name="freeze_branch" src="plugins/fai/images/freeze.png">
                <a href="?plug={$plug_id}&act=freeze_branch">{t}Create read-only release{/t}</a>
     {else}
-        <img src="images/branch_small_grey.png" alt='{t}Release{/t}' class='center'>
+        <img src="plugins/fai/images/branch_small_grey.png" alt='{t}Release{/t}' class='center'>
         {t}Create release{/t}
         <br>
-        <img src="images/freeze_grey.png" alt='{t}Freeze{/t}' class='center'>
+        <img src="plugins/fai/images/freeze_grey.png" alt='{t}Freeze{/t}' class='center'>
                {t}Create read-only release{/t}
     {/if}
 
index 3e4aaace63ba6b2a7539d321e88ae858f34dbac0..4b0dda5645101211e0c4a78daa9ae3b95b37113a 100644 (file)
@@ -86,7 +86,7 @@ class divListFai extends MultiSelectWindow
       $smarty->assign("allow_remove", $r);
       $smarty->assign("fai_release" , $releases[$this->parent->fai_release]);
       $smarty->assign("fai_base"    , $releases[$this->parent->fai_base]);
-      $smarty->assign("branchimage","images/branch.png");
+      $smarty->assign("branchimage","plugins/fai/images/branch.png");
       $smarty->assign("fai_releases", $releases);
       $plug_id = 0;       
       if(isset($_GET['plug'])){
diff --git a/gosa-plugins/fai/html/images/branch.png b/gosa-plugins/fai/html/images/branch.png
new file mode 100644 (file)
index 0000000..7eb7909
Binary files /dev/null and b/gosa-plugins/fai/html/images/branch.png differ
diff --git a/gosa-plugins/fai/html/images/branch_small.png b/gosa-plugins/fai/html/images/branch_small.png
new file mode 100644 (file)
index 0000000..d632c85
Binary files /dev/null and b/gosa-plugins/fai/html/images/branch_small.png differ
diff --git a/gosa-plugins/fai/html/images/branch_small_grey.png b/gosa-plugins/fai/html/images/branch_small_grey.png
new file mode 100644 (file)
index 0000000..85dedaf
Binary files /dev/null and b/gosa-plugins/fai/html/images/branch_small_grey.png differ
diff --git a/gosa-plugins/fai/html/images/freeze_grey.png b/gosa-plugins/fai/html/images/freeze_grey.png
new file mode 100644 (file)
index 0000000..65fa982
Binary files /dev/null and b/gosa-plugins/fai/html/images/freeze_grey.png differ