Code

fixed image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Dec 2005 07:30:27 +0000 (07:30 +0000)
committerhickert <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
plugins/admin/systems/servRepository.tpl

index 1aad83f56c0c822289e7cc70d165405d77439ceb..c1fd41eeacba32662de4ebd9d11e889998e14453 100644 (file)
@@ -62,7 +62,7 @@ class servrepository extends plugin
     /* 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)
@@ -15,8 +15,7 @@
    <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>