Commit 183ba177 authored by Liang's avatar Liang

💄 update dialog height

parent 36797681
...@@ -60,7 +60,7 @@ admin.categoryList = { ...@@ -60,7 +60,7 @@ admin.categoryList = {
$("#categoryUpdate").dialog({ $("#categoryUpdate").dialog({
width: 700, width: 700,
height: 250, height: 260,
"modal": true, "modal": true,
"hideFooter": true "hideFooter": true
}); });
......
...@@ -3930,7 +3930,7 @@ admin.categoryList = { ...@@ -3930,7 +3930,7 @@ admin.categoryList = {
$("#categoryUpdate").dialog({ $("#categoryUpdate").dialog({
width: 700, width: 700,
height: 250, height: 260,
"modal": true, "modal": true,
"hideFooter": true "hideFooter": true
}); });
......
...@@ -60,7 +60,7 @@ admin.linkList = { ...@@ -60,7 +60,7 @@ admin.linkList = {
$("#updateLink").dialog({ $("#updateLink").dialog({
width: 700, width: 700,
height: 180, height: 210,
"modal": true, "modal": true,
"hideFooter": true "hideFooter": true
}); });
......
...@@ -171,6 +171,6 @@ admin.register["plugin-list"] = { ...@@ -171,6 +171,6 @@ admin.register["plugin-list"] = {
"obj": admin.pluginList, "obj": admin.pluginList,
"init": admin.pluginList.init, "init": admin.pluginList.init,
"refresh": function() { "refresh": function() {
admin.claerTip(); $("#loadMsg").text("");
} }
}; };
...@@ -59,7 +59,7 @@ admin.userList = { ...@@ -59,7 +59,7 @@ admin.userList = {
$("#userUpdate").dialog({ $("#userUpdate").dialog({
width: 700, width: 700,
height: 250, height: 300,
"modal": true, "modal": true,
"hideFooter": true "hideFooter": true
}); });
......
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
<header><h2>${categoryLabel}</h2></header> <header><h2>${categoryLabel}</h2></header>
<main> <main>
<#list mostUsedTags as tag> <#list mostUsedTags as tag>
<a rel="tag" title="${tag.tagTitle}(${tag.tagPublishedRefCount})" <a href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}"
href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}"
class="tag tooltipped tooltipped-n" aria-label="${tag.tagPublishedRefCount} ${countLabel}${articleLabel}"> class="tag tooltipped tooltipped-n" aria-label="${tag.tagPublishedRefCount} ${countLabel}${articleLabel}">
${tag.tagTitle}</a> ${tag.tagTitle}</a>
</#list> </#list>
...@@ -25,7 +24,7 @@ ...@@ -25,7 +24,7 @@
<header><h2>${tagsLabel}</h2></header> <header><h2>${tagsLabel}</h2></header>
<main> <main>
<#list mostUsedTags as tag> <#list mostUsedTags as tag>
<a rel="tag" title="${tag.tagTitle}(${tag.tagPublishedRefCount})" <a rel="tag"
href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}" href="${servePath}/tags/${tag.tagTitle?url('UTF-8')}"
class="tag tooltipped tooltipped-n" aria-label="${tag.tagPublishedRefCount} ${countLabel}${articleLabel}"> class="tag tooltipped tooltipped-n" aria-label="${tag.tagPublishedRefCount} ${countLabel}${articleLabel}">
${tag.tagTitle}</a> ${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