|
@@ -111,7 +114,7 @@
if(common::hasPriv('projectrelease', 'unlinkStory') and $canBeChanged)
{
$unlinkURL = $this->createLink('projectrelease', 'unlinkStory', "releaseID=$release->id&story=$story->id");
- echo html::a("javascript:ajaxDelete(\"$unlinkURL\", \"storyList\", confirmUnlinkStory)", '', '', "class='btn' title='{$lang->release->unlinkStory}'");
+ echo html::a($unlinkURL, '', 'hiddenwin', "class='btn' title='{$lang->release->unlinkStory}'");
}
?>
|
@@ -137,6 +140,8 @@
}
?>
+
+ app->getViewType() != 'xhtml'):?>