mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
extend directurl description (Fix Bug 79000)
This commit is contained in:
@ -127,7 +127,7 @@
|
|||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
<label class="side-option">
|
<label class="side-option">
|
||||||
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
||||||
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server." src="content/images/info.svg" />
|
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server. Open each file in only one way." src="content/images/info.svg" />
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -129,7 +129,7 @@
|
|||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
<label class="side-option">
|
<label class="side-option">
|
||||||
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
||||||
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server." src="app_themes/images/info.svg" />
|
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server. Open each file in only one way." src="app_themes/images/info.svg" />
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -116,7 +116,7 @@
|
|||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
<label class="side-option">
|
<label class="side-option">
|
||||||
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
||||||
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server." src="static/images/info.svg" />
|
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server. Open each file in only one way." src="static/images/info.svg" />
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -126,7 +126,7 @@
|
|||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
<label class="side-option">
|
<label class="side-option">
|
||||||
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
||||||
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server." src="css/img/info.svg" />
|
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server. Open each file in only one way." src="css/img/info.svg" />
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -112,7 +112,7 @@
|
|||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
<label class="side-option">
|
<label class="side-option">
|
||||||
<input id="directUrl" type="checkbox" class="checkbox collectable" name="directUrl" />Try opening on client
|
<input id="directUrl" type="checkbox" class="checkbox collectable" name="directUrl" />Try opening on client
|
||||||
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server." src="images/info.svg" />
|
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server. Open each file in only one way." src="images/info.svg" />
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -123,7 +123,7 @@
|
|||||||
<input id="directUrl" type="checkbox" class="checkbox" />
|
<input id="directUrl" type="checkbox" class="checkbox" />
|
||||||
Try opening on client
|
Try opening on client
|
||||||
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's
|
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's
|
||||||
browser without connecting to the document server." src="/images/info.svg" />
|
browser without connecting to the document server. Open each file in only one way." src="/images/info.svg" />
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -104,7 +104,8 @@
|
|||||||
<img id="directUrlInfo" class="info info-tooltip"
|
<img id="directUrlInfo" class="info info-tooltip"
|
||||||
data-id="directUrlInfo" data-tooltip=
|
data-id="directUrlInfo" data-tooltip=
|
||||||
"Some files can be opened in the user's
|
"Some files can be opened in the user's
|
||||||
browser without connecting to the document server."
|
browser without connecting to the document server.
|
||||||
|
Open each file in only one way."
|
||||||
src="assets/images/info.svg" />
|
src="assets/images/info.svg" />
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@ -116,7 +116,7 @@
|
|||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
<label class="side-option">
|
<label class="side-option">
|
||||||
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
||||||
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server." src="{% static "images/info.svg" %}" />
|
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server. Open each file in only one way." src="{% static "images/info.svg" %}" />
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -97,7 +97,7 @@
|
|||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
<label class="side-option">
|
<label class="side-option">
|
||||||
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
<input id="directUrl" type="checkbox" class="checkbox" />Try opening on client
|
||||||
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server." src="assets/info.svg" />
|
<img id="directUrlInfo" class="info info-tooltip" data-id="directUrlInfo" data-tooltip="Some files can be opened in the user's browser without connecting to the document server. Open each file in only one way." src="assets/info.svg" />
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user