|
C
|
cgphp 1/22/2013 |
|
Delete it from the editor. |
|
|
|
Sergey Kornilov admin 1/23/2013 |
|
Another option. If you waqnt to hide this button dynamically based on some sort of condition use BeforeDisplay event of the page in question and the following code: $xt->assign("back_button", false); |
|
|
D
|
dkasing author 1/23/2013 |
|
Dear Cristian: |
|
|
D
|
dkasing author 1/23/2013 |
|
Dear Sergey: |
|
|
|
rbh 1/30/2013 |
|
Another option. If you waqnt to hide this button dynamically based on some sort of condition use BeforeDisplay event of the page in question and the following code: $xt->assign("back_button", false);
$xt->assign("Import_Button", false);
|
|