related to #1455 Site manager put in a tab, useless title removed and tab title shortened

This commit is contained in:
Matthieu Leproux
2021-07-22 14:31:37 +02:00
parent 78c71b6e1a
commit 42d56b3c65
5 changed files with 18 additions and 6 deletions
+12
View File
@@ -34,6 +34,18 @@ if (!empty($_POST) or isset($_GET['action']))
// +-----------------------------------------------------------------------+
$template->set_filenames(array('site_manager'=>'site_manager.tpl'));
// +-----------------------------------------------------------------------+
// | tabs |
// +-----------------------------------------------------------------------+
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$my_base_url = get_root_url().'admin.php?page=';
$tabsheet = new tabsheet();
$tabsheet->set_id('site_update');
$tabsheet->select('site_maager');
$tabsheet->assign();
// +-----------------------------------------------------------------------+
// | new site creation form |
// +-----------------------------------------------------------------------+