* Fix bug for checkedSummary.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<?php js::set('confirmUnlinkBug', $lang->release->confirmUnlinkBug)?>
|
||||
<?php js::set('storySummary', $summary);?>
|
||||
<?php js::set('storyCommon', $lang->SRCommon);?>
|
||||
<?php js::set('checkedSummary', str_replace('%storyCommon%', $lang->SRCommon, $lang->product->checkedSummary));?>
|
||||
<?php js::set('checkedSummary', $lang->product->checkedSRSummary);?>
|
||||
<div id='mainMenu' class='clearfix'>
|
||||
<div class='btn-toolbar pull-left'>
|
||||
<?php $browseLink = $this->session->releaseList ? $this->session->releaseList : inlink('browse', "productID=$release->product");?>
|
||||
|
||||
Reference in New Issue
Block a user