summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 89809d7)
raw | patch | inline | side by side (parent: 89809d7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Jun 2005 12:47:47 +0000 (12:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Jun 2005 12:47:47 +0000 (12:47 +0000) |
plugins/gofon/macro/class_gofonMacroParameters.inc | patch | blob | history |
diff --git a/plugins/gofon/macro/class_gofonMacroParameters.inc b/plugins/gofon/macro/class_gofonMacroParameters.inc
index 5f0beab9d1cebee4686abdb18797438abc55c5ba..def581f1b5d20820128077f80b5e46eb78353f81 100755 (executable)
$vars.=_("Ok");
$vars.=" <td></td>";
}else{
- $vars.=_("Unused");
+ $vars.="<b>"._("Unused")."</b>";
$vars.=" <td><input name='del".$key."' value='delete' type='submit'></td>";
}