本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
註冊
登入
DedeBIZ
/
DedeV6
關注
2
收藏
0
複製
0
程式碼
合併請求
0
版本發佈
26
活動
瀏覽代碼
富文本高度
tags/6.2.0
xushubieli
2 年之前
父節點
42b54cb916
當前提交
525f372fc3
共有
3 個檔案被更改
,包括
3 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/admin/templets/vote_add.htm
+1
-1
src/admin/templets/vote_edit.htm
+1
-1
src/static/ckeditor/config.js
+ 1
- 1
src/admin/templets/vote_add.htm
查看文件
@@ -109,7 +109,7 @@
</tr>
<tr>
<td>投票时间间隔:</td>
<td><input type="text" name="spec" value="" class="spec" style="width:260px">(N天后可再次投票,0
表示此ip地址只能投一次)</td>
<td><input type="text" name="spec" value="" class="spec" style="width:260px">(N天后可再次投票,0表示此ip地址只能投一次)</td>
</tr>
<tr>
<td>是否多选:</td>
+ 1
- 1
src/admin/templets/vote_edit.htm
查看文件
@@ -89,7 +89,7 @@
</tr>
<tr>
<td>投票时间间隔:</td>
<td><input type="text" name="spec" value="<?php echo $row['spec'] ?>" class="spec">(N天后可再次投票,0
表示此ip地址只能投一次)</td>
<td><input type="text" name="spec" value="<?php echo $row['spec'] ?>" class="spec">(N天后可再次投票,0表示此ip地址只能投一次)</td>
</tr>
<tr>
<td>是否多选:</td>
+ 1
- 1
src/static/ckeditor/config.js
查看文件
@@ -18,7 +18,7 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'colors', groups: ['colors'] },
{ name: 'tools', groups: ['tools'] }
];
config.height = 4
5
0;
config.height = 4
0
0;
config.removePlugins = 'exportpdf';
config.extraPlugins = 'html5video,dedepagebreak,textindent';
config.removeButtons = 'Save,NewPage,Print,Preview,Templates,Smiley,About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField';
Write
Preview
Loading…
取消
儲存