summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9686f10)
raw | patch | inline | side by side (parent: 9686f10)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:43:22 +0000 (08:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:43:22 +0000 (08:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11959 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/html/images/sieve_add_new_bottom.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/mail/html/images/sieve_add_new_top.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/mail/html/images/sieve_add_test.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/mail/html/images/sieve_del_object.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/mail/html/images/sieve_move_object_down.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/mail/html/images/sieve_move_object_up.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/mail/personal/mail/sieve/templates/object_container.tpl | patch | blob | history | |
gosa-plugins/mail/personal/mail/sieve/templates/object_container_clear.tpl | patch | blob | history | |
gosa-plugins/mail/personal/mail/sieve/templates/object_test_container.tpl | patch | blob | history |
diff --git a/gosa-plugins/mail/html/images/sieve_add_new_bottom.png b/gosa-plugins/mail/html/images/sieve_add_new_bottom.png
new file mode 100644 (file)
index 0000000..5cbe3c3
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_add_new_bottom.png differ
index 0000000..5cbe3c3
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_add_new_bottom.png differ
diff --git a/gosa-plugins/mail/html/images/sieve_add_new_top.png b/gosa-plugins/mail/html/images/sieve_add_new_top.png
new file mode 100644 (file)
index 0000000..bbd14e5
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_add_new_top.png differ
index 0000000..bbd14e5
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_add_new_top.png differ
diff --git a/gosa-plugins/mail/html/images/sieve_add_test.png b/gosa-plugins/mail/html/images/sieve_add_test.png
new file mode 100644 (file)
index 0000000..ec67203
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_add_test.png differ
index 0000000..ec67203
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_add_test.png differ
diff --git a/gosa-plugins/mail/html/images/sieve_del_object.png b/gosa-plugins/mail/html/images/sieve_del_object.png
new file mode 100644 (file)
index 0000000..f5cb2b8
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_del_object.png differ
index 0000000..f5cb2b8
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_del_object.png differ
diff --git a/gosa-plugins/mail/html/images/sieve_move_object_down.png b/gosa-plugins/mail/html/images/sieve_move_object_down.png
new file mode 100644 (file)
index 0000000..b6ad215
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_move_object_down.png differ
index 0000000..b6ad215
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_move_object_down.png differ
diff --git a/gosa-plugins/mail/html/images/sieve_move_object_up.png b/gosa-plugins/mail/html/images/sieve_move_object_up.png
new file mode 100644 (file)
index 0000000..4699e69
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_move_object_up.png differ
index 0000000..4699e69
Binary files /dev/null and b/gosa-plugins/mail/html/images/sieve_move_object_up.png differ
diff --git a/gosa-plugins/mail/personal/mail/sieve/templates/object_container.tpl b/gosa-plugins/mail/personal/mail/sieve/templates/object_container.tpl
index 14925b1a5e533b3610bd605ad5bfe95283625cfc..537a66a8462bf2ee8627bc958afe57c6af3fd038 100644 (file)
</td>
<td class='object_container_cell_top_right'>
- <input type='image' src='images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}'
title='{t}Move object up one position{/t}' alt='{t}Up{/t}' class='center'>
<a href='{$plug}&Move_Up_Object_ID={$ID}'>{t}Move up{/t}</a>
- <input type='image' src='images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}'
title='{t}Move object down one position{/t}' alt='{t}Down{/t}' class='center'>
<a href='{$plug}&Move_Down_Object_ID={$ID}'>{t}Move down{/t}</a>
- <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_del_object.png' name='Remove_Object_{$ID}'
title='{t}Remove object{/t}' alt='R' class='center'>
<a href='{$plug}&Remove_Object_ID={$ID}'>{t}Remove element{/t}</a>
<option value='sieve_elsif'>{t}Else If{/t}</option>
</select>
- <input type='image' src='images/sieve_add_new_top.png' name='Add_Object_Top_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_add_new_top.png' name='Add_Object_Top_{$ID}'
alt='{t}Add new{/t}' title='{t}Add a new object above this one.{/t}' class='center'>
- <input type='image' src='images/truly_not_available_image' name='Add_Object_Top_{$ID}'
+ <input type='image' src='plugins/mail/images/truly_not_available_image' name='Add_Object_Top_{$ID}'
alt='{t}Add element above{/t}' title='{t}Add a new object above this one.{/t}' class='center'>
- <input type='image' src='images/sieve_add_new_bottom.png' name='Add_Object_Bottom_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_add_new_bottom.png' name='Add_Object_Bottom_{$ID}'
alt='{t}Add new{/t}' title='{t}Add a new object below this one.{/t}' class='center'>
- <input type='image' src='images/truly_not_available_image' name='Add_Object_Bottom_{$ID}'
+ <input type='image' src='plugins/mail/images/truly_not_available_image' name='Add_Object_Bottom_{$ID}'
alt='{t}Add element below{/t}' title='{t}Add a new object below this one.{/t}' class='center'>
</td>
</tr>
diff --git a/gosa-plugins/mail/personal/mail/sieve/templates/object_container_clear.tpl b/gosa-plugins/mail/personal/mail/sieve/templates/object_container_clear.tpl
index 4f5579fe554be94d9a6ba05114b6a5834063aeed..b9d4de490606b3281ea18d1971fe5956009a55fb 100644 (file)
</td>
<td class='object_container_cell_top_right'>
- <input type='image' src='images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}'
title='{t}Move this object up one position{/t}' alt='{t}Up{/t}' class='center'>
<a href='{$plug}&Move_Up_Object_ID={$ID}'>{t}Move up{/t}</a>
- <input type='image' src='images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}'
title='{t}Move this object down one position{/t}' alt='{t}Down{/t}' class='center'>
<a href='{$plug}&Move_Down_Object_ID={$ID}'>{t}Move down{/t}</a>
- <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_del_object.png' name='Remove_Object_{$ID}'
title='{t}Remove this object{/t}' alt='R' class='center'>
<a href='{$plug}&Remove_Object_ID={$ID}'>{t}Remove element{/t}</a>
diff --git a/gosa-plugins/mail/personal/mail/sieve/templates/object_test_container.tpl b/gosa-plugins/mail/personal/mail/sieve/templates/object_test_container.tpl
index e1577177ab8e443618abf460535f2afd7923df1b..01ef58138f5deec903b668241cb95e7c016a5ee7 100644 (file)
<tr>
<td style='width:20px; ; text-align:center; vertical-align:top;'>
{if $DisplayAdd}
- <input type='image' src='images/sieve_add_test.png' name='Add_Test_Object_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_add_test.png' name='Add_Test_Object_{$ID}'
title='{t}Add object{/t}' alt='R' class='center'>
{/if}
{if $DisplayDel}
- <input type='image' src='images/sieve_del_object.png' name='Remove_Test_Object_{$ID}'
+ <input type='image' src='plugins/mail/images/sieve_del_object.png' name='Remove_Test_Object_{$ID}'
title='{t}Remove object{/t}' alt='R' class='center'>
{/if}
</td>