Code

highlight terminal / workstation name if printer is no standalone printer
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Sep 2005 14:17:38 +0000 (14:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Sep 2005 14:17:38 +0000 (14:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1310 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_printGeneric.inc

index a25df8639065b1d0151015eabae7ec8901ab3c5b..380a04abf276992b7326febb5913c783376eafaa 100644 (file)
@@ -323,9 +323,9 @@ class printgeneric extends plugin
     asort($adminlist);
     if($this->is_terminalBased){
       if($this->is_terminalBased == "Terminal"){
-        $smarty->assign("desc"    ,sprintf(_("This printer belongs to terminal %s. You can't rename this printer."),$this->cn));
+        $smarty->assign("desc"    ,sprintf(_("This printer belongs to terminal %s. You can't rename this printer."),"<b>".$this->cn."</b>"));
       }else{
-        $smarty->assign("desc"    ,sprintf(_("This printer belongs to workstation %s. You can't rename this printer."),$this->cn));
+        $smarty->assign("desc"    ,sprintf(_("This printer belongs to workstation %s. You can't rename this printer."),"<b>".$this->cn."</b>"));
       }
       $smarty->assign("cnACL"    ," disabled ");
     }else{