Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
a7edadae
Commit
a7edadae
authored
Jan 22, 2013
by
wmainlove@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 插件设置的功能(后台木有实现,先提交)
parent
480aa973
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
war/src/main/resources/lang_en_US.properties
war/src/main/resources/lang_en_US.properties
+1
-0
war/src/main/resources/lang_zh_CN.properties
war/src/main/resources/lang_zh_CN.properties
+1
-0
war/src/main/webapp/admin-label.ftl
war/src/main/webapp/admin-label.ftl
+1
-0
war/src/main/webapp/js/admin/pluginList.js
war/src/main/webapp/js/admin/pluginList.js
+3
-1
No files found.
war/src/main/resources/lang_en_US.properties
View file @
a7edadae
...
...
@@ -77,6 +77,7 @@ enabledLabel=Enabled
disabledLabel
=
Disabled
enableLabel
=
Enable
disableLabel
=
Disable
settingLabel
=
setting
preferenceLabel
=
Preference
localeString1Label
=
Language:
timeZoneId1Label
=
Time Zone:
...
...
war/src/main/resources/lang_zh_CN.properties
View file @
a7edadae
...
...
@@ -77,6 +77,7 @@ enabledLabel=\u5df2\u542f\u7528
disabledLabel=
\u
5df2
\u7981\u7528
enableLabel=
\u
542f
\u7528
disableLabel=
\u7981\u7528
settingLabel=
\u
8bbe
\u
7f6e
preferenceLabel
=
\u
504f
\u
597d
\u
8bbe
\u
5b9a
localeString1Label
=
\u
8bed
\u
8a00
\u
ff1a
timeZoneId1Label
=
\u
65f6
\u
533a
\u
ff1a
...
...
war/src/main/webapp/admin-label.ftl
View file @
a7edadae
...
...
@@ -78,6 +78,7 @@
"editorPostLabel": "${editorPostLabel}",
"enableLabel": "${enableLabel}",
"disableLabel": "${disableLabel}",
"settingLabel": "${settingLabel}",
"linkEmptyLabel": "${linkEmptyLabel}",
"openMethodLabel": "${openMethodLabel}",
"typeLabel": "${typeLabel}",
...
...
war/src/main/webapp/js/admin/pluginList.js
View file @
a7edadae
...
...
@@ -90,7 +90,9 @@ admin.pluginList = {
datas
[
i
].
status
=
Label
.
disabledLabel
;
datas
[
i
].
expendRow
+=
Label
.
enableLabel
;
}
datas
[
i
].
expendRow
+=
"
</a>
"
;
datas
[
i
].
expendRow
+=
"
</a>
"
;
datas
[
i
].
expendRow
+=
"
<a href='javascript:void(0)'>
"
+
Label
.
settingLabel
+
"
</a>
"
;
}
that
.
tablePagination
.
updateTablePagination
(
result
.
plugins
,
pageNum
,
result
.
pagination
);
...
...
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