")
{
- xuanAction += '
';
- $('body').append(xuanAction);
+ var params = window.location.search;
+ if(params.indexOf('displayNotice=card') == -1)
+ {
+ xuanAction += '
@@ -47,6 +49,7 @@
app->getViewType() == 'xhtml'):?>
+
diff --git a/module/story/js/x.view.js b/module/story/js/x.view.js
index df0847aed9..a6bb8d7182 100644
--- a/module/story/js/x.view.js
+++ b/module/story/js/x.view.js
@@ -31,8 +31,12 @@ $(function()
if(xuanAction != "
';
+ $('body').append(xuanAction);
+ }
}
else
{
diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php
index c107fd4106..807e5899c2 100644
--- a/module/story/view/view.html.php
+++ b/module/story/view/view.html.php
@@ -14,6 +14,7 @@
session->storyList ? $app->session->storyList : $this->createLink('product', 'browse', "productID=$story->product");?>
+
app->getViewType() == 'xhtml'):?>
@@ -72,6 +73,7 @@
app->getViewType() == 'xhtml'):?>
+
diff --git a/module/task/js/x.view.js b/module/task/js/x.view.js
index c04574a4c3..9ebf997bc6 100644
--- a/module/task/js/x.view.js
+++ b/module/task/js/x.view.js
@@ -30,8 +30,12 @@ $(function()
if(xuanAction != "
';
+ $('body').append(xuanAction);
+ }
}
else
{
diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php
index 52d43918f4..243a63e820 100644
--- a/module/task/view/view.html.php
+++ b/module/task/view/view.html.php
@@ -14,6 +14,7 @@
session->taskList != false ? $app->session->taskList : $this->createLink('execution', 'browse', "executionID=$task->execution");?>
+
")
{
- xuanAction += '
';
- $('body').append(xuanAction);
+ var params = window.location.search;
+ if(params.indexOf('displayNotice=card') == -1)
+ {
+ xuanAction += '
app->getViewType() == 'xhtml'):?>
@@ -56,6 +57,7 @@
app->getViewType() == 'xhtml'):?>
+