瀏覽代碼

Update editor.php

hide save button
Bhikkhu-Kosalla 5 年之前
父節點
當前提交
93eb8f7858
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/studio/editor.php

+ 1 - 1
app/studio/editor.php

@@ -368,7 +368,7 @@ foreach($plugin_list as $info){
 					</button> 
 					</button> 
 				
 				
 				<!--Save-->
 				<!--Save-->
-				<button id="B_Save" class="icon_btn" onclick="editor_save()" type="button" title="<?php echo $module_gui_str['editor']['1017'];?>">
+				<button id="B_Save" class="icon_btn" onclick="editor_save()" type="button" style="display:none;" title="<?php echo $module_gui_str['editor']['1017'];?>">
 						<svg class="icon">
 						<svg class="icon">
 							<use xlink:href="svg/icon.svg#ic_save"></use>
 							<use xlink:href="svg/icon.svg#ic_save"></use>
 						</svg>
 						</svg>