From 906196311b3ddfc739b70ab321225830d5a75000 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 2 Mar 2010 09:04:25 +0000 Subject: [PATCH] Remplaced some images git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15830 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/generic/generic.tpl | 17 +++++++++++------ .../plugins/personal/generic/generic_certs.tpl | 3 ++- .../personal/generic/generic_picture.tpl | 6 ++++-- .../plugins/personal/generic/paste_generic.tpl | 3 ++- 4 files changed, 19 insertions(+), 10 deletions(-) diff --git a/gosa-core/plugins/personal/generic/generic.tpl b/gosa-core/plugins/personal/generic/generic.tpl index 5e0264fd9..0d02ca03d 100644 --- a/gosa-core/plugins/personal/generic/generic.tpl +++ b/gosa-core/plugins/personal/generic/generic.tpl @@ -17,9 +17,11 @@ {if !$userPicture_is_readable} - {t}Personal picture{/t} + {image path="plugins/users/images/default.jpg"} + {else} - {t}Personal picture{/t} + {image path="getbin.php?rand={$rand}"} + {/if} @@ -35,7 +37,8 @@ -

{t}Certificates{/t}

+

{image path="images/lists/key.png"} {t}Certificates{/t} +

diff --git a/gosa-core/plugins/personal/generic/generic_picture.tpl b/gosa-core/plugins/personal/generic/generic_picture.tpl index de7225509..07fd4522d 100644 --- a/gosa-core/plugins/personal/generic/generic_picture.tpl +++ b/gosa-core/plugins/personal/generic/generic_picture.tpl @@ -2,7 +2,8 @@ @@ -12,7 +13,8 @@
-

{t}Personal picture{/t}

+

{image path="plugins/generic/images/head.png"} {t}Personal picture{/t} +

- {t}Personal picture{/t} + {image path="getbin.php?rand={$rand}"} +
diff --git a/gosa-core/plugins/personal/generic/paste_generic.tpl b/gosa-core/plugins/personal/generic/paste_generic.tpl index ae722ea00..11e36c10a 100644 --- a/gosa-core/plugins/personal/generic/paste_generic.tpl +++ b/gosa-core/plugins/personal/generic/paste_generic.tpl @@ -34,7 +34,8 @@
- {t}Personal picture{/t} + {image path="getbin.php?rand={$rand}"} +
-- 2.30.2