mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +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"]["currentapp"] = "admin";
|
||||||
$phpgw_info["flags"]["disable_message_class"] = True;
|
$phpgw_info["flags"]["disable_message_class"] = True;
|
||||||
$phpgw_info["flags"]["disable_send_class"] = True;
|
$phpgw_info["flags"]["disable_send_class"] = True;
|
||||||
|
$phpgw_info["flags"]["parent_page"] = "index.php";
|
||||||
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
||||||
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
. $phpgw_info["server"]["auth_type"] . ".inc.php");
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
$phpgw_info["flags"] = array("nonavbar" => True, "noheader" => True);
|
$phpgw_info["flags"] = array("nonavbar" => True, "noheader" => True);
|
||||||
}
|
}
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
$phpgw_info["flags"]["currentapp"] = "admin";
|
||||||
|
$phpgw_info["flags"]["parent_page"] = "accounts.php";
|
||||||
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_"
|
||||||
@ -106,7 +107,7 @@
|
|||||||
<td>Last login</td><td> <?php
|
<td>Last login</td><td> <?php
|
||||||
|
|
||||||
if (! $userData["lastlogin"])
|
if (! $userData["lastlogin"])
|
||||||
echo "Never";
|
echo lang("Never");
|
||||||
else
|
else
|
||||||
echo $phpgw->common->show_date($userData["lastlogin"]);
|
echo $phpgw->common->show_date($userData["lastlogin"]);
|
||||||
|
|
||||||
@ -117,7 +118,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$phpgw->common->phpgw_footer();
|
$phpgw->common->phpgw_footer();
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user