responsive
This commit is contained in:
parent
691ccbc477
commit
bf34dd43bc
|
@ -1,9 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
$Id$
|
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2010 - 2017 Roland Gruber
|
Copyright (C) 2010 - 2018 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -40,7 +39,7 @@ enforceUserIsLoggedIn();
|
||||||
|
|
||||||
setlanguage();
|
setlanguage();
|
||||||
|
|
||||||
include '../main_header.php';
|
include '../../lib/adminHeader.inc';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div id="tabcontent" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
|
<div id="tabcontent" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
|
||||||
|
@ -59,5 +58,5 @@ window.onresize = resizeIframe;
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include '../main_footer.php';
|
include '../../lib/adminFooter.inc';
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue