mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°2847 - Rework iTopWebPage layout (WIP Part IX)
- Refactor some CSS classes to something more semantic and cross app (.ibo-<COMPONENT>--is-<STATE> => .ibo-<STATE>) - AjaxWebPage: Deprecated AddToMenu method
This commit is contained in:
@@ -130,6 +130,7 @@ class ajax_page extends WebPage implements iTabbedPage
|
||||
|
||||
/**
|
||||
* @param string $sHtml
|
||||
* @deprecated Will be removed in 2.8.0
|
||||
*/
|
||||
public function AddToMenu($sHtml)
|
||||
{
|
||||
|
||||
@@ -688,6 +688,7 @@ JS
|
||||
|
||||
/**
|
||||
* @param string $sHtml
|
||||
* @deprecated Will be removed in 2.8.0
|
||||
*/
|
||||
public function AddToMenu($sHtml)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user