summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fbfe6ff)
raw | patch | inline | side by side (parent: fbfe6ff)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 10:25:34 +0000 (10:25 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/fai/admin/fai/class_divListFai.inc | patch | blob | history | |
gosa-plugins/fai/html/images/branch.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/fai/html/images/branch_small.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/fai/html/images/branch_small_grey.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/fai/html/images/freeze_grey.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/fai/admin/fai/branch_selector.tpl b/gosa-plugins/fai/admin/fai/branch_selector.tpl
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}
diff --git a/gosa-plugins/fai/admin/fai/class_divListFai.inc b/gosa-plugins/fai/admin/fai/class_divListFai.inc
index 3e4aaace63ba6b2a7539d321e88ae858f34dbac0..4b0dda5645101211e0c4a78daa9ae3b95b37113a 100644 (file)
$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
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
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
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
index 0000000..65fa982
Binary files /dev/null and b/gosa-plugins/fai/html/images/freeze_grey.png differ