* Modify dynamic language.
This commit is contained in:
@@ -241,3 +241,11 @@ $lang->product->moreSelects['changingstory'] = $lang->product->changingStory;
|
||||
$lang->product->moreSelects['reviewingstory'] = $lang->product->reviewingStory;
|
||||
$lang->product->moreSelects['willclose'] = $lang->product->willClose;
|
||||
$lang->product->moreSelects['closedstory'] = $lang->product->closedStory;
|
||||
|
||||
$lang->product->featureBar['dynamic']['all'] = 'All';
|
||||
$lang->product->featureBar['dynamic']['today'] = 'Today';
|
||||
$lang->product->featureBar['dynamic']['yesterday'] = 'Yesterday';
|
||||
$lang->product->featureBar['dynamic']['thisWeek'] = 'This Week';
|
||||
$lang->product->featureBar['dynamic']['lastWeek'] = 'Last Week';
|
||||
$lang->product->featureBar['dynamic']['thisMonth'] = 'This Month';
|
||||
$lang->product->featureBar['dynamic']['lastMonth'] = 'Last Month';
|
||||
|
||||
@@ -241,3 +241,11 @@ $lang->product->moreSelects['changingstory'] = $lang->product->changingStory;
|
||||
$lang->product->moreSelects['reviewingstory'] = $lang->product->reviewingStory;
|
||||
$lang->product->moreSelects['willclose'] = $lang->product->willClose;
|
||||
$lang->product->moreSelects['closedstory'] = $lang->product->closedStory;
|
||||
|
||||
$lang->product->featureBar['dynamic']['all'] = 'All';
|
||||
$lang->product->featureBar['dynamic']['today'] = 'Today';
|
||||
$lang->product->featureBar['dynamic']['yesterday'] = 'Yesterday';
|
||||
$lang->product->featureBar['dynamic']['thisWeek'] = 'This Week';
|
||||
$lang->product->featureBar['dynamic']['lastWeek'] = 'Last Week';
|
||||
$lang->product->featureBar['dynamic']['thisMonth'] = 'This Month';
|
||||
$lang->product->featureBar['dynamic']['lastMonth'] = 'Last Month';
|
||||
|
||||
@@ -241,3 +241,11 @@ $lang->product->moreSelects['changingstory'] = $lang->product->changingStory;
|
||||
$lang->product->moreSelects['reviewingstory'] = $lang->product->reviewingStory;
|
||||
$lang->product->moreSelects['willclose'] = $lang->product->willClose;
|
||||
$lang->product->moreSelects['closedstory'] = $lang->product->closedStory;
|
||||
|
||||
$lang->product->featureBar['dynamic']['all'] = 'All';
|
||||
$lang->product->featureBar['dynamic']['today'] = 'Today';
|
||||
$lang->product->featureBar['dynamic']['yesterday'] = 'Yesterday';
|
||||
$lang->product->featureBar['dynamic']['thisWeek'] = 'This Week';
|
||||
$lang->product->featureBar['dynamic']['lastWeek'] = 'Last Week';
|
||||
$lang->product->featureBar['dynamic']['thisMonth'] = 'This Month';
|
||||
$lang->product->featureBar['dynamic']['lastMonth'] = 'Last Month';
|
||||
|
||||
@@ -241,3 +241,11 @@ $lang->product->moreSelects['changingstory'] = $lang->product->changingStory;
|
||||
$lang->product->moreSelects['reviewingstory'] = $lang->product->reviewingStory;
|
||||
$lang->product->moreSelects['willclose'] = $lang->product->willClose;
|
||||
$lang->product->moreSelects['closedstory'] = $lang->product->closedStory;
|
||||
|
||||
$lang->product->featureBar['dynamic']['all'] = '全部';
|
||||
$lang->product->featureBar['dynamic']['today'] = '今天';
|
||||
$lang->product->featureBar['dynamic']['yesterday'] = '昨天';
|
||||
$lang->product->featureBar['dynamic']['thisWeek'] = '本周';
|
||||
$lang->product->featureBar['dynamic']['lastWeek'] = '上周';
|
||||
$lang->product->featureBar['dynamic']['thisMonth'] = '本月';
|
||||
$lang->product->featureBar['dynamic']['lastMonth'] = '上月';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div id="mainMenu" class="clearfix">
|
||||
<div class="btn-toolbar pull-left">
|
||||
<?php foreach($lang->action->periods as $period => $label):?>
|
||||
<?php foreach($lang->product->featureBar['dynamic'] as $period => $label):?>
|
||||
<?php
|
||||
$label = "<span class='text'>$label</span>";
|
||||
$active = '';
|
||||
|
||||
Reference in New Issue
Block a user