extend directurl description (Fix Bug 79000)

This commit is contained in:
Sergey Linnik
2025-12-08 17:17:33 +03:00
parent 5361a94c57
commit b1191be00d
9 changed files with 10 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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