Skip to content

Commit

Permalink
完善看板编辑页面操作按钮描述
Browse files Browse the repository at this point in the history
  • Loading branch information
datageartech committed Nov 26, 2020
1 parent ae75467 commit a18e628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -795,14 +795,15 @@ dashboard.confirmDeleteSelectedResource=确认删除选中的看板资源吗?
dashboard.pleaseSaveDashboardFirst=请先保存看板
dashboard.copyResourceNameToClipboard=复制资源名到剪切板
dashboard.addResource=新建资源
dashboard.addResource.desc=新建可编辑的HTML、CSS、JS等文本类资源
dashboard.addResource.desc=新建HTML、CSS、JS等文本类资源
dashboard.addResource.name=资源名称
dashboard.addResource.name.desc=例如:index.html、style.css、script.js、res/style.css
dashboard.editResource=编辑资源
dashboard.editResource.desc=编辑HTML、CSS、JS等文本类资源
dashboard.uploadResource=上传资源
dashboard.uploadResource.select=选择文件
dashboard.uploadResource.savePath=存储路径
dashboard.uploadResource.savePath.desc=例如:bg.png、images/bg.png
dashboard.editResource=编辑资源
dashboard.deleteResource=删除资源
dashboard.refreshResource=刷新资源列表
dashboard.resourceAsTemplate=将普通资源设置为看板模板
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ readonly 是否只读操作,允许为null
</#if>
<div class="resource-button-wrapper rbw-right">
<#if !readonly>
<button type='button' class='editResBtn resource-button ui-button ui-corner-all ui-widget ui-button-icon-only' title="<@spring.message code='dashboard.editResource' />"><span class='ui-icon ui-icon-pencil'></span><span class='ui-button-icon-space'></span></button>
<button type='button' class='editResBtn resource-button ui-button ui-corner-all ui-widget ui-button-icon-only' title="<@spring.message code='dashboard.editResource.desc' />"><span class='ui-icon ui-icon-pencil'></span><span class='ui-button-icon-space'></span></button>
<#else>
<button type='button' class='editResBtn resource-button ui-button ui-corner-all ui-widget ui-button-icon-only'><span class='ui-icon ui-icon-search'></span><span class='ui-button-icon-space'></span></button>
</#if>
Expand Down

0 comments on commit a18e628

Please sign in to comment.