Browse Source

提交审核、保存发布

limeng 1 year ago
parent
commit
8c1a10779b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/cms/content_input.html

+ 1 - 1
src/main/resources/templates/cms/content_input.html

@@ -320,7 +320,7 @@
 </div>
 </div>
 <div class="bjui-pageFooter">
 <div class="bjui-pageFooter">
     <ul>
     <ul>
-        <li><button onclick="content_save()" type="submit" class="btn btn-blue" data-icon="pencil">暂存草稿</button></li>
+        <li><button onclick="content_save()" type="submit" class="btn btn-blue" data-icon="pencil">提交审核</button></li>
         @if(shiro.hasPermission("content:save")){
         @if(shiro.hasPermission("content:save")){
         <li><button onclick="content_save_post()" type="submit" class="btn btn-green" data-icon="send">保存发布</button></li>
         <li><button onclick="content_save_post()" type="submit" class="btn btn-green" data-icon="send">保存发布</button></li>
         @}
         @}