diff --git a/main/admin/index.php b/main/admin/index.php
index d7e9e15bda..2a73c6866a 100644
--- a/main/admin/index.php
+++ b/main/admin/index.php
@@ -1,4 +1,4 @@
-
-
+
-
+
-
+
@@ -161,7 +161,7 @@ if(api_is_platform_admin()) {
}
if (get_setting('allow_reservation')=='true') {
- echo ''.get_lang('BookingSystem').' ('.get_lang('ConfigureResourceType').')';
+ echo ''.get_lang('BookingSystem').'';
}
?>
diff --git a/main/notebook/index.php b/main/notebook/index.php
index b31e14e856..1dcdf5dde7 100755
--- a/main/notebook/index.php
+++ b/main/notebook/index.php
@@ -90,7 +90,7 @@ if (isset($_GET['action']) && $_GET['action'] == 'addnote')
else
{
echo '';
$token = Security::get_token();
$form->addElement('hidden','sec_token');