show profile name

This commit is contained in:
Roland Gruber 2012-11-02 18:16:36 +00:00
parent 709090b0dd
commit ed37f97d7d
5 changed files with 20 additions and 3 deletions

View File

@ -1,6 +1,7 @@
December 2012
- account profiles and PDF structures are now bound to server profile
- IMAP: support "/" as path separator (RFE 3575692)
- show server profile name on config pages (RFE 3579768)
25.09.2012 3.9

View File

@ -163,6 +163,10 @@ foreach ($jsFiles as $jsEntry) {
<td align="left" height="30">
<a class="lamHeader" href="http://www.ldap-account-manager.org/" target="new_window">&nbsp;<img src="../../graphics/logo32.png" width=24 height=24 class="align-middle" alt="LDAP Account Manager">&nbsp;&nbsp;LDAP Account Manager</a>
</td>
<td align="right">
<?php echo _('Server profile') . ': ' . $conf->getName(); ?>
&nbsp;&nbsp;
</td>
</tr>
</table>
<br>

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2004 - 2011 Roland Gruber
Copyright (C) 2004 - 2012 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -133,6 +133,10 @@ foreach ($jsFiles as $jsEntry) {
<td align="left" height="30">
<a class="lamHeader" href="http://www.ldap-account-manager.org/" target="new_window">&nbsp;<img src="../../graphics/logo32.png" width=24 height=24 class="align-middle" alt="LDAP Account Manager">&nbsp;&nbsp;LDAP Account Manager</a>
</td>
<td align="right">
<?php echo _('Server profile') . ': ' . $conf->getName(); ?>
&nbsp;&nbsp;
</td>
</tr>
</table>
<br>

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2004 - 2011 Roland Gruber
Copyright (C) 2004 - 2012 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -151,6 +151,10 @@ foreach ($jsFiles as $jsEntry) {
<td align="left" height="30">
<a class="lamHeader" href="http://www.ldap-account-manager.org/" target="new_window">&nbsp;<img src="../../graphics/logo32.png" width=24 height=24 class="align-middle" alt="LDAP Account Manager">&nbsp;&nbsp;LDAP Account Manager</a>
</td>
<td align="right">
<?php echo _('Server profile') . ': ' . $conf->getName(); ?>
&nbsp;&nbsp;
</td>
</tr>
</table>
<br>

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2009 - 2011 Roland Gruber
Copyright (C) 2009 - 2012 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -132,6 +132,10 @@ foreach ($jsFiles as $jsEntry) {
<td align="left" height="30">
<a class="lamHeader" href="http://www.ldap-account-manager.org/" target="new_window">&nbsp;<img src="../../graphics/logo32.png" width=24 height=24 class="align-middle" alt="LDAP Account Manager">&nbsp;&nbsp;LDAP Account Manager</a>
</td>
<td align="right">
<?php echo _('Server profile') . ': ' . $conf->getName(); ?>
&nbsp;&nbsp;
</td>
</tr>
</table>
<br>