summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6915d0f)
raw | patch | inline | side by side (parent: 6915d0f)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 06:07:52 +0000 (06:07 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 06:07:52 +0000 (06:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3733 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/macro/class_divListMacros.inc | patch | blob | history |
diff --git a/plugins/gofon/macro/class_divListMacros.inc b/plugins/gofon/macro/class_divListMacros.inc
index b86f1dce02cc114df87d6410b06c5de1df007228..1ab12136faea67482208af0a8087de8888cdca92 100755 (executable)
/* set Page header */
$this->AddHeader(array("string" => " ", "attach" => "style='text-align:center;width:20px;'"));
- $this->AddHeader(array("string" => _("Username")." / "._("Department"), "attach" => "style=''"));
+ $this->AddHeader(array("string" => _("macro name")." / "._("Department"), "attach" => "style=''"));
$this->AddHeader(array("string" => _("Visible"), "attach" => "style='width:50px;'"));
$this->AddHeader(array("string" => _("Actions"), "attach" => "style='width:60px;border-right:0px;text-align:right;'" ));
{
$action = "<input class='center' type='image' src='images/edit.png' alt='"._("edit")."'
- name='user_edit_%KEY%' title='"._("Edit user")."'>";
+ name='user_edit_%KEY%' title='"._("Edit macro")."'>";
$action .= "<input class='center' type='image' src='images/edittrash.png' alt='"._("delete")."'
- name='user_del_%KEY%' title='"._("Delete user")."'>";
+ name='user_del_%KEY%' title='"._("Delete macro")."'>";
$empty = "<img class='center' src='images/nothing.png' style='width:16px;height:16px;' alt=''>";
$macroimg = "<img class='center' src='images/list_macro.png' alt='"._("Macro")."' title='%s'>";