mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
nodejs: form type is pdf
This commit is contained in:
@ -172,8 +172,7 @@ label .checkbox {
|
||||
background-image: url("../images/file_pptx.svg");
|
||||
}
|
||||
|
||||
.try-editor.pdf,
|
||||
.try-editor.form {
|
||||
.try-editor.pdf {
|
||||
background-image: url("../images/file_pdf.svg");
|
||||
}
|
||||
|
||||
|
||||
@ -70,7 +70,7 @@
|
||||
<a class="try-editor slide reload-page action-link" target="_blank" href="editor?fileExt=pptx" title="Create new presentation">Presentation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="try-editor form reload-page action-link" target="_blank" href="editor?fileExt=pdf" title="Create new PDF form">PDF form</a>
|
||||
<a class="try-editor pdf reload-page action-link" target="_blank" href="editor?fileExt=pdf" title="Create new PDF form">PDF form</a>
|
||||
</li>
|
||||
</ul>
|
||||
<label class="side-option">
|
||||
|
||||
Reference in New Issue
Block a user