Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
c3845c24
Commit
c3845c24
authored
Sep 09, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#17608 【SRL Web
1.6.1】閲覧履歴の公開日/閲覧日の区切りの「:」が大文字・小文字が統一されていない為、日付がずれて表示されている
parent
9aa075d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
abvw/js/contentsearch.js
+1
-1
abvw/js/history.js
+1
-1
No files found.
abvw/js/contentsearch.js
View file @
c3845c24
...
@@ -255,7 +255,7 @@ CONTENTSEARCH.renderContent = function(id, text, division, type, order, offset,
...
@@ -255,7 +255,7 @@ CONTENTSEARCH.renderContent = function(id, text, division, type, order, offset,
+
' </a>'
+
' </a>'
+
' <div class="info">'
+
' <div class="info">'
+
' <ul class="date">'
+
' <ul class="date">'
+
' <li><span class="lang" lang="txtPubDt"> </span>
:
'
+
outputDate
+
'</li>'
+
' <li><span class="lang" lang="txtPubDt"> </span>
:
'
+
outputDate
+
'</li>'
+
' <li><span class="lang" lang="txtViewDt"> </span>:<span id="lblVdate'
+
post
.
contentId
+
'"> </span></li>'
+
' <li><span class="lang" lang="txtViewDt"> </span>:<span id="lblVdate'
+
post
.
contentId
+
'"> </span></li>'
+
' </ul>'
+
' </ul>'
+
' <ul class="pic">'
+
' <ul class="pic">'
...
...
abvw/js/history.js
View file @
c3845c24
...
@@ -1380,7 +1380,7 @@ HISTORY.renderContentAfterSort = function(contentSortArr) {
...
@@ -1380,7 +1380,7 @@ HISTORY.renderContentAfterSort = function(contentSortArr) {
+
' </a>'
+
' </a>'
+
' <div class="info">'
+
' <div class="info">'
+
' <ul class="date">'
+
' <ul class="date">'
+
' <li><span class="lang" lang="txtPubDt">'
+
I18N
.
i18nText
(
"txtPubDt"
)
+
'</span>
:
'
+
outputDeliveryDate
+
'</li>'
+
' <li><span class="lang" lang="txtPubDt">'
+
I18N
.
i18nText
(
"txtPubDt"
)
+
'</span>
:
'
+
outputDeliveryDate
+
'</li>'
+
' <li><span class="lang" lang="txtViewDt">'
+
I18N
.
i18nText
(
"txtViewDt"
)
+
'</span>:<span id="lblVdate'
+
post
.
contentid
+
'"> </span></li>'
+
' <li><span class="lang" lang="txtViewDt">'
+
I18N
.
i18nText
(
"txtViewDt"
)
+
'</span>:<span id="lblVdate'
+
post
.
contentid
+
'"> </span></li>'
+
' </ul>'
+
' </ul>'
+
' <ul class="pic">'
+
' <ul class="pic">'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment