Commit f965d4f4 authored by Liang's avatar Liang

💄 fixed #12400

parent 9723647f
...@@ -2,19 +2,19 @@ ...@@ -2,19 +2,19 @@
<div class="module-header"> <div class="module-header">
<h2>${aboutLabel}</h2> <h2>${aboutLabel}</h2>
</div> </div>
<div class="module-body padding12"> <div class="module-body padding12 fn__flex">
<div class="about-logo"> <div class="about-logo">
<a href="https://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img width="128" src="${staticServePath}/images/logo.png" alt="Solo" title="Solo" /> <img width="128" src="${staticServePath}/images/logo.png" alt="Solo" title="Solo" />
</a> </a>
</div> </div>
<div class="left content-reset" style="margin-left: 20px;"> <div class="left content-reset about__panel" style="margin-left: 20px;">
<div id="aboutLatest" class="about-margin left"> <div id="aboutLatest" class="about-margin left">
${checkingVersionLabel} ${checkingVersionLabel}
</div> </div>
<iframe src="https://ghbtns.com/github-btn.html?user=b3log&repo=solo&type=star&count=true&size=large" <iframe src="https://ghbtns.com/github-btn.html?user=b3log&repo=solo&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="160px" height="30px" frameborder="0" scrolling="0" width="160px" height="30px" class="about__iframe"
style="margin: 21px 0 0 20px;border: 0" style="margin: 21px 0 0 20px;border: 0"
class="left"></iframe> class="left"></iframe>
<div class="clear"></div> <div class="clear"></div>
......
...@@ -4,12 +4,16 @@ ...@@ -4,12 +4,16 @@
<input id="title" type="text"/> <input id="title" type="text"/>
</div> </div>
<div> <div>
<label>${content1Label}</label> <label>${content1Label}</label>
<div class="right"> <div class="right">
<label for="articleThumbnail">${useTumbnailLabel}</label> <label for="articleThumbnail" style="margin-bottom: 0">
<input type="checkbox" id="articleThumbnail" onclick="$('.article__thumbnail').slideToggle()" /> ${useTumbnailLabel}
</div> <input type="checkbox" style="vertical-align: middle;"
<div class="article__thumbnail fn-clear"> id="articleThumbnail" onclick="$('.article__thumbnail').slideToggle()" />
</label>
</div>
<div class="clear"></div>
<div class="article__thumbnail">
<div class="thumbnail__img"></div> <div class="thumbnail__img"></div>
<button id="articleThumbnailBtn">${chageLabel}</button> <button id="articleThumbnailBtn">${chageLabel}</button>
</div> </div>
...@@ -20,7 +24,7 @@ ...@@ -20,7 +24,7 @@
</div> </div>
<div> <div>
<label>${tags1WithTips1Label}</label> <label>${tags1WithTips1Label}</label>
<div class="fn__flex"> <div class="tag__select">
<input id="tag" type="text"/> <input id="tag" type="text"/>
</div> </div>
</div> </div>
...@@ -32,10 +36,10 @@ ...@@ -32,10 +36,10 @@
</div> </div>
<div class="fn__flex"> <div class="fn__flex">
<div class="fn__flex fn__flex1" style="align-items: center"> <div class="fn__flex fn__flex1" style="align-items: center">
<label for="permalink" style="margin-bottom: 0">${permalink1Label}</label> <label for="permalink" class="permalink__label" style="margin-bottom: 0">${permalink1Label}</label>
<input id="permalink" class="fn__flex1" type="text" style="margin: 0 12px 0 6px;" /> <input id="permalink" class="fn__flex1" type="text" style="margin: 0 12px 0 6px;" />
</div> </div>
<div class="right"> <div class="right viewpwd__panel">
<label for="viewPwd">${articleViewPwd1Label}</label> <label for="viewPwd">${articleViewPwd1Label}</label>
<input id="viewPwd" type="text" style="width: 156px" /> <input id="viewPwd" type="text" style="width: 156px" />
</div> </div>
...@@ -48,7 +52,7 @@ ...@@ -48,7 +52,7 @@
<button id="articleSign3">${signLabel}3</button> <button id="articleSign3">${signLabel}3</button>
<button id="articleSign0">${noSignLabel}</button> <button id="articleSign0">${noSignLabel}</button>
</span> </span>
<div class="right"> <div class="right article-commentable__panel">
<label for="articleCommentable" style="margin: 13px 0 0 0">${allowComment1Label}</label> <label for="articleCommentable" style="margin: 13px 0 0 0">${allowComment1Label}</label>
<input type="checkbox" id="articleCommentable" checked="checked" /> <input type="checkbox" id="articleCommentable" checked="checked" />
<span id="postToCommunityPanel" class="none"> <span id="postToCommunityPanel" class="none">
......
...@@ -3,102 +3,32 @@ ...@@ -3,102 +3,32 @@
<div id="categoryPagination" class="margin12 right"></div> <div id="categoryPagination" class="margin12 right"></div>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
<table class="form" width="100%" cellpadding="0px" cellspacing="9px"> <div class="form form__no-table">
<thead> ${addCategoryLabel}
<tr> <label for="categoryName">${linkTitle1Label}</label>
<th style="text-align: left" colspan="2"> <input id="categoryName" type="text"/>
${addCategoryLabel} <label for="categoryURI">URI:</label>
</th> <input id="categoryURI" type="text"/>
</tr> <label for="categoryDesc">${linkDescription1Label}</label>
</thead> <input id="categoryDesc" type="text"/>
<tbody> <label for="categoryTags">${tags1Label}</label>
<tr> <span class="tag__select">
<th width="48px"> <input id="categoryTags" type="text"/>
<label for="categoryName">${linkTitle1Label}</label> </span><br>
</th> <button onclick="admin.categoryList.add();" class="right">${saveLabel}</button>
<td> <div class="clear"></div>
<input id="categoryName" type="text"/> </div>
</td> <div id="categoryUpdate" class="none form__no-table form">
</tr> ${updateCategoryLabel}
<tr> <label for="categoryNameUpdate">${linkTitle1Label}</label>
<th> <input id="categoryNameUpdate" type="text"/>
<label for="categoryURI">URI:</label> <label for="categoryURIUpdate">URI:</label>
</th> <input id="categoryURIUpdate" type="text"/>
<td> <label for="categoryDescUpdate">${linkDescription1Label}</label>
<input id="categoryURI" type="text"/> <input id="categoryDescUpdate" type="text"/>
</td> <label for="categoryTagsUpdate">${tags1Label}</label>
</tr> <input id="categoryTagsUpdate" type="text"/> <br><br>
<tr> <button onclick="admin.categoryList.update();" class="right">${updateLabel}</button>
<th> <div class="clear"></div>
<label for="categoryDesc">${linkDescription1Label}</label>
</th>
<td>
<input id="categoryDesc" type="text"/>
</td>
</tr>
<tr>
<th
<label for="categoryTags">${tags1Label}</label>
</th>
<td class="fn__flex">
<input id="categoryTags" type="text"/>
</td>
</tr>
<tr>
<td colspan="2" align="right">
<button onclick="admin.categoryList.add();">${saveLabel}</button>
</td>
</tr>
</tbody>
</table>
<div id="categoryUpdate" class="none">
<table class="form" width="100%" cellpadding="0px" cellspacing="9px">
<thead>
<tr>
<th style="text-align: left" colspan="2">
${updateCategoryLabel}
</th>
</tr>
</thead>
<tbody>
<tr>
<th width="48px">
<label for="categoryNameUpdate">${linkTitle1Label}</label>
</th>
<td>
<input id="categoryNameUpdate" type="text"/>
</td>
</tr>
<tr>
<th>
<label for="categoryURIUpdate">URI:</label>
</th>
<td>
<input id="categoryURIUpdate" type="text"/>
</td>
</tr>
<tr>
<th>
<label for="categoryDescUpdate">${linkDescription1Label}</label>
</th>
<td>
<input id="categoryDescUpdate" type="text"/>
</td>
</tr>
<tr>
<th>
<label for="categoryTagsUpdate">${tags1Label}</label>
</th>
<td>
<input id="categoryTagsUpdate" type="text"/>
</td>
</tr>
<tr>
<td colspan="2" align="right">
<button onclick="admin.categoryList.update();">${updateLabel}</button>
</td>
</tr>
</tbody>
</table>
</div> </div>
${plugins} ${plugins}
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
<a href="${servePath}" target="_blank" class="hover"> <a href="${servePath}" target="_blank" class="hover">
Solo Solo
</a> </a>
<span class="icon-unordered-list top__menu none"
onclick="admin.toggleMenu()"></span>
<span class="right"> <span class="right">
<a href="${servePath}" title='${indexLabel}'> <a href="${servePath}" title='${indexLabel}'>
<div class="avatar" style="background-image: url(${gravatar})"></div> <div class="avatar" style="background-image: url(${gravatar})"></div>
...@@ -126,6 +127,7 @@ ...@@ -126,6 +127,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="tabs__bg" onclick="admin.toggleMenu()"></div>
<div id="tabsPanel"> <div id="tabsPanel">
<div id="tabsPanel_main" class="none"></div> <div id="tabsPanel_main" class="none"></div>
<div id="tabsPanel_article" class="none"></div> <div id="tabsPanel_article" class="none"></div>
......
...@@ -3,86 +3,26 @@ ...@@ -3,86 +3,26 @@
<div id="linkPagination" class="margin12 right"></div> <div id="linkPagination" class="margin12 right"></div>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
<table class="form" width="100%" cellpadding="0px" cellspacing="9px"> <div class="form form__no-table">
<thead> ${addLinkLabel}
<tr> <label>${linkTitle1Label}</label>
<th style="text-align: left" colspan="2"> <input id="linkTitle" type="text"/>
${addLinkLabel} <label>${url1Label}</label>
</th> <input id="linkAddress" type="text"/>
</tr> <label>${linkDescription1Label}</label>
</thead> <input id="linkDescription" type="text"/> <br><br>
<tbody> <button onclick="admin.linkList.add();" class="right">${saveLabel}</button>
<tr> <div class="clear"></div>
<th width="48px"> </div>
${linkTitle1Label} <div id="updateLink" class="none form form__no-table">
</th> ${updateLinkLabel}
<td> <label>${linkTitle1Label}</label>
<input id="linkTitle" type="text"/> <input id="linkTitleUpdate" type="text"/>
</td> <label>${url1Label}</label>
</tr> <input id="linkAddressUpdate" type="text"/>
<tr> <label>${linkDescription1Label}</label>
<th> <input id="linkDescriptionUpdate" type="text"/><br><br>
${url1Label} <button onclick="admin.linkList.update();" class="right">${updateLabel}</button>
</th> <div class="clear"></div>
<td>
<input id="linkAddress" type="text"/>
</td>
</tr>
<tr>
<th>
${linkDescription1Label}
</th>
<td>
<input id="linkDescription" type="text"/>
</td>
</tr>
<tr>
<td colspan="2" align="right">
<button onclick="admin.linkList.add();">${saveLabel}</button>
</td>
</tr>
</tbody>
</table>
<div id="updateLink" class="none">
<table class="form" width="100%" cellpadding="0px" cellspacing="9px">
<thead>
<tr>
<th style="text-align: left" colspan="2">
${updateLinkLabel}
</th>
</tr>
</thead>
<tbody>
<tr>
<th width="48px">
${linkTitle1Label}
</th>
<td>
<input id="linkTitleUpdate" type="text"/>
</td>
</tr>
<tr>
<th>
${url1Label}
</th>
<td>
<input id="linkAddressUpdate" type="text"/>
</td>
</tr>
<tr>
<th>
${linkDescription1Label}
</th>
<td>
<input id="linkDescriptionUpdate" type="text"/>
</td>
</tr>
<tr>
<td colspan="2" align="right">
<button onclick="admin.linkList.update();">${updateLabel}</button>
</td>
</tr>
</tbody>
</table>
</div> </div>
${plugins} ${plugins}
\ No newline at end of file
...@@ -13,32 +13,13 @@ ...@@ -13,32 +13,13 @@
</ul> </ul>
</div> </div>
<div id="tabOthersPanel" class="sub-tabs-main"> <div id="tabOthersPanel" class="sub-tabs-main">
<div id="tabOthersPanel_email"> <div id="tabOthersPanel_email" class="form form__no-table">
<table class="form" width="98%" cellpadding="0" cellspacing="9px"> <label for="replayEmailTemplateTitle">${emailSubject1Label}</label>
<tbody> <input id="replayEmailTemplateTitle" type="text"/>
<tr> <label for="replayEmailTemplateBody">${emailContent1Label}</label>
<th width="90px" valign="top"> <textarea rows="9" id="replayEmailTemplateBody"></textarea><br><br>
<label for="replayEmailTemplateTitle">${emailSubject1Label}</label> <button onclick="admin.others.update()" class="right">${updateLabel}</button>
</th> <div class="clear"></div>
<td>
<input id="replayEmailTemplateTitle" type="text" />
</td>
</tr>
<tr>
<th valign="top">
<label for="replayEmailTemplateBody">${emailContent1Label}</label>
</th>
<td>
<textarea rows="9" id="replayEmailTemplateBody"></textarea>
</td>
</tr>
<tr>
<td colspan="3" align="right">
<button onclick="admin.others.update()">${updateLabel}</button>
</td>
</tr>
</tbody>
</table>
<div class="content-reset"> <div class="content-reset">
${replayEmailExplanationLabel} ${replayEmailExplanationLabel}
</div> </div>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<option value="_parent">${targetParentLabel}</option> <option value="_parent">${targetParentLabel}</option>
<option value="_top">${targetTopLabel}</option> <option value="_top">${targetTopLabel}</option>
</select>&nbsp;&nbsp;&nbsp;&nbsp; </select>&nbsp;&nbsp;&nbsp;&nbsp;
<label>${type1Label}</label> <label class="page-list__label">${type1Label}</label>
<button data-type="link" class="selected fn-type">${pageLinkLabel}</button> <button data-type="link" class="selected fn-type">${pageLinkLabel}</button>
<button data-type="page" class="fn-type">${pageLabel}</button> <button data-type="page" class="fn-type">${pageLabel}</button>
</div> </div>
......
This diff is collapsed.
...@@ -3,118 +3,34 @@ ...@@ -3,118 +3,34 @@
<div id="userPagination" class="margin12 right"></div> <div id="userPagination" class="margin12 right"></div>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
<table class="form" width="100%" cellpadding="0px" cellspacing="9px"> <div class="form form__no-table">
<thead> ${addUserLabel}
<tr> <label for="userName">${commentName1Label}</label>
<th style="text-align: left" colspan="2"> <input id="userName" type="text"/>
${addUserLabel} <label for="userEmail">${commentEmail1Label}</label>
</th> <input id="userEmail" type="text"/>
</tr> <label for="userURL">${userURL1Label}</label>
</thead> <input id="userURL" type="text"/>
<tbody> <label for="userPassword">${userPassword1Label}</label>
<tr> <input id="userPassword" type="password" autocomplete="new-password"/>
<th width="48px"> <label for="userAvatar">${userAvatar1Label}</label>
<label for="userName">${commentName1Label}</label> <input id="userAvatar" type="text"/><br><br>
</th> <button onclick="admin.userList.add();" class="right">${saveLabel}</button>
<td> <div class="clear"></div>
<input id="userName" type="text"/> </div>
</td> <div id="userUpdate" class="none form form__table">
</tr> ${updateUserLabel}
<tr> <label for="userNameUpdate">${commentName1Label}</label>
<th> <input id="userNameUpdate" type="text"/>
<label for="userEmail">${commentEmail1Label}</label> <label for="userEmailUpdate">${commentEmail1Label}</label>
</th> <input id="userEmailUpdate" type="text"/>
<td> <label for="userURLUpdate">${userURL1Label}</label>
<input id="userEmail" type="text"/> <input id="userURLUpdate" type="text"/>
</td> <label for="userPasswordUpdate">${userPassword1Label}</label>
</tr> <input id="userPasswordUpdate" type="password"/>
<tr> <label for="userAvatarUpdate">${userAvatar1Label}</label>
<th> <input id="userAvatarUpdate" type="text"/> <br><br>
<label for="userURL">${userURL1Label}</label> <button onclick="admin.userList.update();" class="right">${updateLabel}</button>
</th> <div class="clear"></div>
<td>
<input id="userURL" type="text"/>
</td>
</tr>
<tr>
<th>
<label for="userPassword">${userPassword1Label}</label>
</th>
<td>
<input id="userPassword" type="password" autocomplete="new-password"/>
</td>
</tr>
<tr>
<th>
<label for="userAvatar">${userAvatar1Label}</label>
</th>
<td>
<input id="userAvatar" type="text"/>
</td>
</tr>
<tr>
<td colspan="2" align="right">
<button onclick="admin.userList.add();">${saveLabel}</button>
</td>
</tr>
</tbody>
</table>
<div id="userUpdate" class="none">
<table class="form" width="100%" cellpadding="0px" cellspacing="9px">
<thead>
<tr>
<th style="text-align: left" colspan="2">
${updateUserLabel}
</th>
</tr>
</thead>
<tbody>
<tr>
<th width="48px">
<label for="userNameUpdate">${commentName1Label}</label>
</th>
<td>
<input id="userNameUpdate" type="text"/>
</td>
</tr>
<tr>
<th>
<label for="userEmailUpdate">${commentEmail1Label}</label>
</th>
<td>
<input id="userEmailUpdate" type="text"/>
</td>
</tr>
<tr>
<th>
<label for="userURLUpdate">${userURL1Label}</label>
</th>
<td>
<input id="userURLUpdate" type="text"/>
</td>
</tr>
<tr>
<th>
<label for="userPasswordUpdate">${userPassword1Label}</label>
</th>
<td>
<input id="userPasswordUpdate" type="password"/>
</td>
</tr>
<tr>
<th>
<label for="userAvatarUpdate">${userAvatar1Label}</label>
</th>
<td>
<input id="userAvatarUpdate" type="text"/>
</td>
</tr>
<tr>
<td colspan="2" align="right">
<button onclick="admin.userList.update();">${updateLabel}</button>
</td>
</tr>
</tbody>
</table>
</div> </div>
${plugins} ${plugins}
This diff is collapsed.
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* @description index for admin * @description index for admin
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.1.3.2, Mar 31, 2017 * @version 1.2.0.0, Apr 5, 2018
*/ */
var Admin = function () { var Admin = function () {
this.register = {}; this.register = {};
...@@ -36,6 +36,15 @@ $.extend(Admin.prototype, { ...@@ -36,6 +36,15 @@ $.extend(Admin.prototype, {
logout: function () { logout: function () {
window.location.href = latkeConfig.servePath + "/logout?goto=" + latkeConfig.servePath; window.location.href = latkeConfig.servePath + "/logout?goto=" + latkeConfig.servePath;
}, },
toggleMenu: function () {
if ($('#tabs').css('left') === '-240px') {
$('#tabs').css('left', 0);
$('.tabs__bg').show();
} else {
$('#tabs').css('left', '-240px');
$('.tabs__bg').hide();
}
},
/** /**
* @description 清除提示 * @description 清除提示
*/ */
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.2.5, Aug 23, 2016 * @version 1.0.2.6, Apr 5, 2018
*/ */
/* article-list 相关操作 */ /* article-list 相关操作 */
...@@ -50,7 +50,7 @@ admin.articleList = { ...@@ -50,7 +50,7 @@ admin.articleList = {
index: "articleViewCount", index: "articleViewCount",
style: "padding-left: 12px;" style: "padding-left: 12px;"
}, { }, {
text: Label.createDateLabel, text: Label.dateLabel,
index: "date", index: "date",
width: 90, width: 90,
style: "padding-left: 12px;" style: "padding-left: 12px;"
......
...@@ -60,7 +60,7 @@ admin.categoryList = { ...@@ -60,7 +60,7 @@ admin.categoryList = {
$("#categoryUpdate").dialog({ $("#categoryUpdate").dialog({
width: 700, width: 700,
height: 260, height: 358,
"modal": true, "modal": true,
"hideFooter": true "hideFooter": true
}); });
......
...@@ -35,17 +35,16 @@ admin.commentList = { ...@@ -35,17 +35,16 @@ admin.commentList = {
this.tablePagination.buildTable([{ this.tablePagination.buildTable([{
text: Label.commentContentLabel, text: Label.commentContentLabel,
index: "content", index: "content",
minWidth: 300, minWidth: 174,
style: "padding-left: 12px;" style: "padding-left: 12px;"
}, { }, {
text: Label.authorLabel, text: Label.authorLabel,
index: "title", index: "title",
width: 230,
style: "padding-left: 12px;" style: "padding-left: 12px;"
}, { }, {
text: Label.dateLabel, text: Label.dateLabel,
index: "date", index: "date",
width: 90, width: 60,
style: "padding-left: 12px;" style: "padding-left: 12px;"
}]); }]);
this.tablePagination.initPagination(); this.tablePagination.initPagination();
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.1.4, Feb 23, 2013 * @version 1.0.1.5, Apr 5, 2018
*/ */
/* draft-list 相关操作 */ /* draft-list 相关操作 */
...@@ -50,7 +50,7 @@ admin.draftList = { ...@@ -50,7 +50,7 @@ admin.draftList = {
index: "articleViewCount", index: "articleViewCount",
style: "padding-left: 12px;" style: "padding-left: 12px;"
}, { }, {
text: Label.createDateLabel, text: Label.dateLabel,
index: "date", index: "date",
width: 90, width: 90,
style: "padding-left: 12px;" style: "padding-left: 12px;"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.1.1.4, Apr 9, 2017 * @version 1.1.1.5, Apr 5, 2018
*/ */
/* link-list 相关操作 */ /* link-list 相关操作 */
...@@ -60,7 +60,7 @@ admin.linkList = { ...@@ -60,7 +60,7 @@ admin.linkList = {
$("#updateLink").dialog({ $("#updateLink").dialog({
width: 700, width: 700,
height: 210, height: 290,
"modal": true, "modal": true,
"hideFooter": true "hideFooter": true
}); });
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.2.3.6, Sep 21, 2017 * @version 1.2.3.7, Apr 5, 2018
*/ */
/* page-list 相关操作 */ /* page-list 相关操作 */
...@@ -50,7 +50,7 @@ admin.pageList = { ...@@ -50,7 +50,7 @@ admin.pageList = {
style: "padding-left: 12px;", style: "padding-left: 12px;",
text: Label.permalinkLabel, text: Label.permalinkLabel,
index: "pagePermalink", index: "pagePermalink",
minWidth: 300 minWidth: 100
}, { }, {
style: "padding-left: 12px;", style: "padding-left: 12px;",
text: Label.openMethodLabel, text: Label.openMethodLabel,
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.1.4, May 28, 2013 * @version 1.0.1.5, Apr 5, 2018
*/ */
/* plugin-list 相关操作 */ /* plugin-list 相关操作 */
...@@ -42,7 +42,7 @@ admin.pluginList = { ...@@ -42,7 +42,7 @@ admin.pluginList = {
style: "padding-left: 12px;", style: "padding-left: 12px;",
text: Label.statusLabel, text: Label.statusLabel,
index: "status", index: "status",
minWidth: 180 minWidth: 80
}, { }, {
style: "padding-left: 12px;", style: "padding-left: 12px;",
text: Label.authorLabel, text: Label.authorLabel,
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.1.1.7, Oct 17, 2015 * @version 1.1.1.8, Apr 5, 2018
*/ */
/* user-list 相关操作 */ /* user-list 相关操作 */
...@@ -59,7 +59,7 @@ admin.userList = { ...@@ -59,7 +59,7 @@ admin.userList = {
$("#userUpdate").dialog({ $("#userUpdate").dialog({
width: 700, width: 700,
height: 300, height: 360,
"modal": true, "modal": true,
"hideFooter": true "hideFooter": true
}); });
......
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