Browse Source

富文本高度

tags/6.2.0
xushubieli 1 year ago
parent
commit
525f372fc3
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/admin/templets/vote_add.htm
  2. +1
    -1
      src/admin/templets/vote_edit.htm
  3. +1
    -1
      src/static/ckeditor/config.js

+ 1
- 1
src/admin/templets/vote_add.htm View File

@@ -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 View File

@@ -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 View File

@@ -18,7 +18,7 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'colors', groups: ['colors'] },
{ name: 'tools', groups: ['tools'] }
];
config.height = 450;
config.height = 400;
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';


Loading…
Cancel
Save