Commit 183ba177 authored by Liang's avatar Liang

💄 update dialog height

parent 36797681
......@@ -60,7 +60,7 @@ admin.categoryList = {
$("#categoryUpdate").dialog({
width: 700,
height: 250,
height: 260,
"modal": true,
"hideFooter": true
});
......
......@@ -3930,7 +3930,7 @@ admin.categoryList = {
$("#categoryUpdate").dialog({
width: 700,
height: 250,
height: 260,
"modal": true,
"hideFooter": true
});
......
......@@ -60,7 +60,7 @@ admin.linkList = {
$("#updateLink").dialog({
width: 700,
height: 180,
height: 210,
"modal": true,
"hideFooter": true
});
......
......@@ -171,6 +171,6 @@ admin.register["plugin-list"] = {
"obj": admin.pluginList,
"init": admin.pluginList.init,
"refresh": function() {
admin.claerTip();
$("#loadMsg").text("");
}
};
......@@ -59,7 +59,7 @@ admin.userList = {
$("#userUpdate").dialog({
width: 700,
height: 250,
height: 300,
"modal": true,
"hideFooter": true
});
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment