More work on the applications editor

This commit is contained in:
jengo 2000-08-19 14:05:56 +00:00
parent 9dc06ae503
commit 487c6dccba
2 changed files with 7 additions and 2 deletions

View File

@ -27,9 +27,9 @@
. '<td align="center">' . lang_admin("Installed applications") . '</td></tr>';
echo "<tr bgcolor=" . $phpgw_info["theme"]["th_bg"] . "><td>"
. $phpgw->nextmatchs->show_sort_order($sort,"app_title",$order,"applications.php",lang_common("title")) . "</td><td>"
. $phpgw->nextmatchs->show_sort_order($sort,"app_title",$order,"applications.php",lang_admin("title")) . "</td><td>"
. lang_common("Edit") . "</td> <td> " . lang_common("Delete") . " </td> <td> "
. lang_common("Enabled") . " </td> <td></tr>";
. lang_admin("Enabled") . " </td> <td></tr>";
$phpgw->db->query("select * from applications $ordermethod");

View File

@ -38,6 +38,11 @@
case "last time read": $s = "Last Time Read"; break;
case "manager": $s = "Manager"; break;
case "permissions": $s = "Permissions"; break;
case "title": $s = "Title"; break;
case "enabled": $s = "Enabled"; break;
case "installed applications":
$s = "Installed applications"; break;
case "are you sure you want to delete this group ?":
$s = "Are you sure you want to delete this group ?"; break;