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
4e7a8442
Commit
4e7a8442
authored
Apr 30, 2015
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#16037 Web版 リスト表示でコンテンツ名の表示文字数が少ない
parent
418ccb6d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
abvw/js/settings.js
+1
-0
abvw/settings.html
+1
-1
No files found.
abvw/js/settings.js
View file @
4e7a8442
...
...
@@ -78,6 +78,7 @@ $(document).ready(function () {
$
(
"#txtOptBkCfm"
).
css
(
'visibility'
,
'hidden'
);
$
(
"#txtBkResCap"
).
css
(
'visibility'
,
'hidden'
);
$
(
'#regionOptionBackup'
).
css
(
'visibility'
,
'hidden'
);
$
(
'#backup_default'
).
css
(
'visibility'
,
'hidden'
);
}
else
{
...
...
abvw/settings.html
View file @
4e7a8442
...
...
@@ -154,7 +154,7 @@
</label>
<br
/>
<!--<label class="option_backup">-->
<p
class=
"option_backup"
style=
"font-size: 13px;margin-left:50px"
>
<p
class=
"option_backup"
id=
"backup_default"
style=
"font-size: 13px;margin-left:50px"
>
<label
id=
"txtBkDefault"
lang=
"txtBkDefault"
class=
"lang"
>
<!--バックアップのデフォルト : -->
</label>
<input
type=
"checkbox"
id=
"chkBkMarking"
class=
"chkbx"
checked=
"checked"
/><label
id=
"txtBkMarking"
for=
"chkBkMarking"
lang=
"txtBkMarking"
class=
"lang"
>
<!--マーキング-->
</label>
<input
type=
"checkbox"
id=
"chkBkMemo"
class=
"chkbx"
checked=
"checked"
/><label
id=
"txtBkMemo"
for=
"chkBkMemo"
lang=
"txtBkMemo"
class=
"lang"
>
<!--メモ-->
</label>
...
...
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