* finihsh task #6669.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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):?>
|
||||
|
||||
Reference in New Issue
Block a user