|
35 | 35 | <i data-swoff-text="OFF" data-swon-text="ON"></i>
|
36 | 36 | Destruct after the first download
|
37 | 37 | <a tooltip-placement="right"
|
38 |
| - tooltip="The files will be removed from the server right after the first download.">?</a> |
| 38 | + uib-tooltip="The files will be removed from the server right after the first download.">?</a> |
39 | 39 | </label>
|
40 | 40 | </div>
|
41 | 41 | <!-- STREAMING -->
|
|
44 | 44 | <input name="checkbox-destruct" type="checkbox" ng-model="upload.stream">
|
45 | 45 | <i data-swoff-text="OFF" data-swon-text="ON"></i> Streaming
|
46 | 46 | <a tooltip-placement="right"
|
47 |
| - tooltip="The files will not be stored on the server. Upload will begin when the remote user starts downloading.">?</a> |
| 47 | + uib-tooltip="The files will not be stored on the server. Upload will begin when the remote user starts downloading.">?</a> |
48 | 48 | </label>
|
49 | 49 | </div>
|
50 | 50 | <!-- REMOVABLE -->
|
|
53 | 53 | <input name="checkbox-removable" type="checkbox" ng-model="upload.removable">
|
54 | 54 | <i data-swoff-text="OFF" data-swon-text="ON"></i> Removable
|
55 | 55 | <a tooltip-placement="right"
|
56 |
| - tooltip="Allow to manually remove the uploaded files from the server at any moment.">?</a> |
| 56 | + uib-tooltip="Allow to manually remove the uploaded files from the server at any moment.">?</a> |
57 | 57 | </label>
|
58 | 58 | </div>
|
59 | 59 | <!-- PASSWORD -->
|
|
63 | 63 | ng-change="upload.password = ''">
|
64 | 64 | <i data-swoff-text="OFF" data-swon-text="ON"></i> Password
|
65 | 65 | <a tooltip-placement="right"
|
66 |
| - tooltip="Protect your upload with credentials. You will be prompted for them before the upload and before the download.">?</a> |
| 66 | + uib-tooltip="Protect your upload with credentials. You will be prompted for them before the upload and before the download.">?</a> |
67 | 67 | </label>
|
68 | 68 | </div>
|
69 | 69 | <!-- YUBIKEY -->
|
|
73 | 73 | ng-change="upload.yubikey = ''">
|
74 | 74 | <i data-swoff-text="OFF" data-swon-text="ON"></i> Yubikey
|
75 | 75 | <a tooltip-placement="right"
|
76 |
| - tooltip="Protect you upload with a Yubikey. You will be prompted for OTP before the upload and before the download.">?</a> |
| 76 | + uib-tooltip="Protect you upload with a Yubikey. You will be prompted for OTP before the upload and before the download.">?</a> |
77 | 77 | </label>
|
78 | 78 | </div>
|
79 | 79 | <!-- COMMENTS -->
|
|
83 | 83 | <i data-swoff-text="OFF" data-swon-text="ON"></i> Comments (<a
|
84 | 84 | href="http://daringfireball.net/projects/markdown/syntax" target="_blank">Markdown</a>)
|
85 | 85 | <a tooltip-placement="right"
|
86 |
| - tooltip="Add some comments to the upload. Markdown language supported and live preview.">?</a> |
| 86 | + uib-tooltip="Add some comments to the upload. Markdown language supported and live preview.">?</a> |
87 | 87 | </label>
|
88 | 88 | </div>
|
89 | 89 | <div class="menu-item">
|
|
119 | 119 |
|
120 | 120 | <div class="" style="text-align:center;">
|
121 | 121 | <a href="" class="small" ng-click="newUpload(true);"
|
122 |
| - tooltip-placement="bottom" tooltip="Allow to add files to an upload afterward it's creation."> |
| 122 | + tooltip-placement="bottom" uib-tooltip="Allow to add files to an upload afterward it's creation."> |
123 | 123 | Create empty upload
|
124 | 124 | </a>
|
125 | 125 | </div>
|
|
137 | 137 | </div>
|
138 | 138 | <div class="menu-item text-center" ng-if="upload.uploadToken">
|
139 | 139 | <a href="" class="small" ng-click="setAdminUrl()"
|
140 |
| - tooltip-placement="bottom" tooltip="Allow to add/remove files to an upload afterward it's creation."> |
| 140 | + tooltip-placement="bottom" uib-tooltip="Allow to add/remove files to an upload afterward it's creation."> |
141 | 141 | Admin url
|
142 | 142 | </a>
|
143 | 143 | </div>
|
|
0 commit comments