Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
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-1
Commits
183ba177
Commit
183ba177
authored
Apr 08, 2017
by
Liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💄
update dialog height
parent
36797681
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
8 deletions
+7
-8
src/main/webapp/js/admin/categoryList.js
src/main/webapp/js/admin/categoryList.js
+1
-1
src/main/webapp/js/admin/latkeAdmin.js
src/main/webapp/js/admin/latkeAdmin.js
+1
-1
src/main/webapp/js/admin/linkList.js
src/main/webapp/js/admin/linkList.js
+1
-1
src/main/webapp/js/admin/pluginList.js
src/main/webapp/js/admin/pluginList.js
+1
-1
src/main/webapp/js/admin/userList.js
src/main/webapp/js/admin/userList.js
+1
-1
src/main/webapp/skins/9IPHP/side.ftl
src/main/webapp/skins/9IPHP/side.ftl
+2
-3
No files found.
src/main/webapp/js/admin/categoryList.js
View file @
183ba177
...
...
@@ -60,7 +60,7 @@ admin.categoryList = {
$
(
"
#categoryUpdate
"
).
dialog
({
width
:
700
,
height
:
2
5
0
,
height
:
2
6
0
,
"
modal
"
:
true
,
"
hideFooter
"
:
true
});
...
...
src/main/webapp/js/admin/latkeAdmin.js
View file @
183ba177
...
...
@@ -3930,7 +3930,7 @@ admin.categoryList = {
$
(
"
#categoryUpdate
"
).
dialog
({
width
:
700
,
height
:
2
5
0
,
height
:
2
6
0
,
"
modal
"
:
true
,
"
hideFooter
"
:
true
});
...
...
src/main/webapp/js/admin/linkList.js
View file @
183ba177
...
...
@@ -60,7 +60,7 @@ admin.linkList = {
$
(
"
#updateLink
"
).
dialog
({
width
:
700
,
height
:
18
0
,
height
:
21
0
,
"
modal
"
:
true
,
"
hideFooter
"
:
true
});
...
...
src/main/webapp/js/admin/pluginList.js
View file @
183ba177
...
...
@@ -171,6 +171,6 @@ admin.register["plugin-list"] = {
"
obj
"
:
admin
.
pluginList
,
"
init
"
:
admin
.
pluginList
.
init
,
"
refresh
"
:
function
()
{
admin
.
claerTip
(
);
$
(
"
#loadMsg
"
).
text
(
""
);
}
};
src/main/webapp/js/admin/userList.js
View file @
183ba177
...
...
@@ -59,7 +59,7 @@ admin.userList = {
$
(
"
#userUpdate
"
).
dialog
({
width
:
700
,
height
:
25
0
,
height
:
30
0
,
"
modal
"
:
true
,
"
hideFooter
"
:
true
});
...
...
src/main/webapp/skins/9IPHP/side.ftl
View file @
183ba177
...
...
@@ -11,8 +11,7 @@
<header><h2>${categoryLabel}</h2></header>
<main>
<#list mostUsedTags as tag>
<a rel="tag" title="${tag.tagTitle}(${tag.tagPublishedRefCount})"
href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}"
<a href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}"
class="tag tooltipped tooltipped-n" aria-label="${tag.tagPublishedRefCount} ${countLabel}${articleLabel}">
${tag.tagTitle}</a>
</#list>
...
...
@@ -25,7 +24,7 @@
<header><h2>${tagsLabel}</h2></header>
<main>
<#list mostUsedTags as tag>
<a rel="tag"
title="${tag.tagTitle}(${tag.tagPublishedRefCount})"
<a rel="tag"
href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}"
class="tag tooltipped tooltipped-n" aria-label="${tag.tagPublishedRefCount} ${countLabel}${articleLabel}">
${tag.tagTitle}</a>
...
...
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