mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
a simple up button, and some german translations
This commit is contained in:
parent
0aadaa7a12
commit
764a469406
@ -14,6 +14,8 @@
|
||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
||||
$phpgw_info["flags"]["parent_page"] = "index.php";
|
||||
|
||||
include("../header.inc.php");
|
||||
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
||||
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
||||
|
@ -16,6 +16,7 @@
|
||||
$phpgw_info["flags"] = array("nonavbar" => True, "noheader" => True);
|
||||
}
|
||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
||||
$phpgw_info["flags"]["parent_page"] = "accounts.php";
|
||||
|
||||
include("../header.inc.php");
|
||||
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
||||
@ -106,7 +107,7 @@
|
||||
<td>Last login</td><td> <?php
|
||||
|
||||
if (! $userData["lastlogin"])
|
||||
echo "Never";
|
||||
echo lang("Never");
|
||||
else
|
||||
echo $phpgw->common->show_date($userData["lastlogin"]);
|
||||
|
||||
@ -117,7 +118,6 @@
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
|
||||
<?php
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user