mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
parent
f0dbc21956
commit
abfdb0a853
|
|
@ -21,9 +21,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* \file admin/booking_extrafields.php
|
||||
* \ingroup bookcal
|
||||
* \brief Page to setup extra fields of booking
|
||||
* \file htdocs/bookcal/admin/booking_extrafields.php
|
||||
* \ingroup bookcal
|
||||
* \brief Page to setup extra fields of booking
|
||||
*/
|
||||
|
||||
// Load Dolibarr environment
|
||||
|
|
@ -87,13 +87,6 @@ require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_view.tpl.php';
|
|||
print dol_get_fiche_end();
|
||||
|
||||
|
||||
// Buttons
|
||||
if ($action != 'create' && $action != 'edit') {
|
||||
print '<div class="tabsAction">';
|
||||
print '<a class="butAction reposition" href="'.$_SERVER["PHP_SELF"].'?action=create">'.$langs->trans("NewAttribute").'</a>';
|
||||
print "</div>";
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Creation of an optional field
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user