* finihsh task #6669.

This commit is contained in:
wangyidong
2019-12-12 08:59:19 +08:00
parent 5688747029
commit b68c0ace0f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ $uid = uniqid('');
$.extend(options,
{
items: editorTool,
placeholder: $editor.attr('placeholder') || options.placeholder || ''
placeholder: $editor.attr('placeholder') || options.placeholder || '',
pasteImage: {postUrl: createLink('file', 'ajaxPasteImage', 'uid=' + kuid), placeholder: $editor.attr('placeholder') || <?php echo json_encode($lang->noticePasteImg);?>},
});
try
+1 -1
View File
@@ -164,7 +164,7 @@
<th><?php echo $lang->story->spec;?></th>
<td colspan="4">
<?php echo $this->fetch('user', 'ajaxPrintTemplates', 'type=story&link=spec');?>
<?php echo html::textarea('spec', $spec, "rows='9' class='form-control kindeditor disabled-ie-placeholder' hidefocus='true' placeholder='" . htmlspecialchars($lang->story->specTemplate) . "'");?>
<?php echo html::textarea('spec', $spec, "rows='9' class='form-control kindeditor disabled-ie-placeholder' hidefocus='true' placeholder='" . htmlspecialchars($lang->story->specTemplate . "\n" . $lang->noticePasteImg) . "'");?>
</td>
</tr>
<?php if(strpos(",$showFields,", ',verify,') !== false):?>