* finish task #4967.

This commit is contained in:
wangyidong
2018-10-12 14:00:09 +08:00
parent fbe9d854e5
commit 0558da4e38
7 changed files with 41 additions and 16 deletions
+3
View File
@@ -813,6 +813,9 @@ EOD;
{
if(isonlybody() and strpos($extraClass, 'showinonlybody') === false) return false;
/* Remove iframe for operation button in modal. Prevent pop up in modal. */
if(isonlybody() and strpos($extraClass, 'showinonlybody') !== false) $extraClass = str_replace('iframe', '', $extraClass);
global $app, $lang;
/* Judge the $method of $module clickable or not, default is clickable. */