summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 371ce70)
raw | patch | inline | side by side (parent: 371ce70)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Dec 2005 07:30:27 +0000 (07:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Dec 2005 07:30:27 +0000 (07:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2284 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servRepository.inc | patch | blob | history | |
plugins/admin/systems/servRepository.tpl | patch | blob | history |
diff --git a/plugins/admin/systems/class_servRepository.inc b/plugins/admin/systems/class_servRepository.inc
index 1aad83f56c0c822289e7cc70d165405d77439ceb..c1fd41eeacba32662de4ebd9d11e889998e14453 100644 (file)
/* Smarty vars*/
$smarty->assign("infoimage", get_template_path('images/info.png'));
$smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("launchimage", get_template_path('images/launch.png'));
+ $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("alphabet", generate_alphabet());
$smarty->assign("apply", apply_filter());
index 7b31b9141a637992c9360df751d2207aa5be92dd..3ad75c9f150a45b84de10016bb37d942d4cd5658 100644 (file)
<div class="contentboxh">
<p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
</div>
- <div class="contentboxb" style="padding:0px;margin:0px;" >
- <p class="contentboxb">
+ <div class="contentboxb" style="padding:0px;margin:0px;" ><p class="contentboxb">
{t}This menu allows you to create, delete and edit repository settings.{/t}
</p>
</div>