diff --git a/www/api/class/centreon_administration_widget.class.php b/www/api/class/centreon_administration_widget.class.php index 4e51e81a0de328a0f5e986329c2d6ec4ac948f4c..9d8d21c7ffa2e42951400b9c194fcfab3e07af3e 100644 --- a/www/api/class/centreon_administration_widget.class.php +++ b/www/api/class/centreon_administration_widget.class.php @@ -162,7 +162,7 @@ class CentreonAdministrationWidget extends CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/centreon_clapi.class.php b/www/api/class/centreon_clapi.class.php index 56fdfe0f829967f5edf33cf51ccb0f055602592e..8ff296eceb6cf8a7588d6ec83ec41c7ee2a9bb13 100644 --- a/www/api/class/centreon_clapi.class.php +++ b/www/api/class/centreon_clapi.class.php @@ -205,7 +205,7 @@ class CentreonClapi extends CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/centreon_configuration_objects.class.php b/www/api/class/centreon_configuration_objects.class.php index 7e28f99aeebed050eeef29c8bd8fcb94783d6bf2..58d271849b48dca976e5f43a571aa09093f41dee 100644 --- a/www/api/class/centreon_configuration_objects.class.php +++ b/www/api/class/centreon_configuration_objects.class.php @@ -272,7 +272,7 @@ class CentreonConfigurationObjects extends CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/centreon_home_customview.class.php b/www/api/class/centreon_home_customview.class.php index 1bec3bb16e5299b5313b103115cd690757d19030..2d980d563bdd0030b4383a8e877401e8630cc7cc 100644 --- a/www/api/class/centreon_home_customview.class.php +++ b/www/api/class/centreon_home_customview.class.php @@ -328,7 +328,7 @@ class CentreonHomeCustomview extends CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/centreon_keepalive.class.php b/www/api/class/centreon_keepalive.class.php index 51b377c7fa66c9421ddeef3a7b5d78481f2264bb..fa4a0a7b5eb5353b7afeec32534715ce37446e4d 100644 --- a/www/api/class/centreon_keepalive.class.php +++ b/www/api/class/centreon_keepalive.class.php @@ -64,7 +64,7 @@ class CentreonKeepalive extends CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/centreon_metric.class.php b/www/api/class/centreon_metric.class.php index ca0b642d367036e9367939d911d1b4e219e9ce89..ad158e48694387662d2f312c8972db7803b21bc1 100644 --- a/www/api/class/centreon_metric.class.php +++ b/www/api/class/centreon_metric.class.php @@ -680,7 +680,7 @@ class CentreonMetric extends CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/centreon_proxy.class.php b/www/api/class/centreon_proxy.class.php index a047e8b4b3ff8f2116d1275e526bb25606a28ce0..13980cfbad9c6da31e383baf1deebb7ff6bfa67a 100644 --- a/www/api/class/centreon_proxy.class.php +++ b/www/api/class/centreon_proxy.class.php @@ -33,7 +33,7 @@ class CentreonProxy extends CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/centreon_realtime_base.class.php b/www/api/class/centreon_realtime_base.class.php index ad3f21ad55ec6b9488fcc17e88d00b1d13ec2734..633b69f06f84d155517d11818653afccd3e7c864 100644 --- a/www/api/class/centreon_realtime_base.class.php +++ b/www/api/class/centreon_realtime_base.class.php @@ -255,7 +255,7 @@ class CentreonRealtimeBase extends CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/centreon_results_acceptor.class.php b/www/api/class/centreon_results_acceptor.class.php index 0d4a099f309891ad061fb7b0a002a2f5ec390e66..e01536b5a9a7c11aec40adc553072c0ee1c2c633 100644 --- a/www/api/class/centreon_results_acceptor.class.php +++ b/www/api/class/centreon_results_acceptor.class.php @@ -242,7 +242,7 @@ class CentreonResultsAcceptor extends CentreonConfigurationObjects * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/centreon_wiki.class.php b/www/api/class/centreon_wiki.class.php index 79a04deb573269bca1a6bfad01a1244e767b880e..2b9b08a0e6f13a83083fd188212acc91fc9d59a6 100644 --- a/www/api/class/centreon_wiki.class.php +++ b/www/api/class/centreon_wiki.class.php @@ -87,7 +87,7 @@ class CentreonWiki extends CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal) { diff --git a/www/api/class/webService.class.php b/www/api/class/webService.class.php index aa10f8c34ce96ae7cf703225aaaba2b17dff7411..a7c58a03140591c74d5a716eb2b389602e35f50a 100644 --- a/www/api/class/webService.class.php +++ b/www/api/class/webService.class.php @@ -127,7 +127,7 @@ class CentreonWebService * @param string $action The action name * @param array $user The current user * @param boolean $isInternal If the api is call in internal - * @return boolean If the has access to the action + * @return boolean If the user has access to the action */ public function authorize($action, $user, $isInternal = false) { diff --git a/www/include/configuration/configObject/contact/formContact.ihtml b/www/include/configuration/configObject/contact/formContact.ihtml index 29f99daae61a43cbc825639b1de9807ded0bb686..6291be53ddcd6f73e81a536290a28d8a8b9cd04e 100644 --- a/www/include/configuration/configObject/contact/formContact.ihtml +++ b/www/include/configuration/configObject/contact/formContact.ihtml @@ -118,7 +118,13 @@ {if $displayAdminFlag == 1} <tr class="list_two"><td class="FormRowField"><img class="helpTooltip" name="admin"> {$form.contact_admin.label}</td><td class="FormRowValue">{$form.contact_admin.html}</td></tr> <tr class="list_one"><td class="FormRowField"><img class="helpTooltip" name="reach_api"> {$form.reach_api.label}</td><td class="FormRowValue">{$form.reach_api.html}</td></tr> - <tr class="list_two"><td class="FormRowField"><img class="helpTooltip" name="reach_api_rt"> {$form.reach_api_rt.label}</td><td class="FormRowValue">{$form.reach_api_rt.html}</td></tr> + <tr class="list_two"> + <td class="FormRowField"> + <img class="helpTooltip" name="reach_api_rt"> + {$form.reach_api_rt.label} + </td> + <td class="FormRowValue">{$form.reach_api_rt.html}</td> + </tr> {/if} <tr class="list_lvl_1"> <td class="ListColLvl1_name" colspan="2">