Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
fix close button in german i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Oct 15, 2021
1 parent f524fba commit 8320d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zimlet/OwnCloudApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function OwnCloudApp(zimletCtxt, app, settings, davConnector, ownCloudConnector)
toolbar.addSelectionListener("SaveDocument", new AjxListener(this, this._OnlyOfficeSaveDocument));
zimletInstance.OnlyOfficeSaveID = toolbar._buttons.SaveDocument.__internalId;
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.position = 'absolute';
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.right = '3px';
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.right = '35px';
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.width = '48px';
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.top = '0px';
document.getElementById(zimletInstance.OnlyOfficeSaveID).style.display = 'block';
Expand Down
2 changes: 1 addition & 1 deletion zimlet/tk_barrydegraaff_owncloud_zimlet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ along with this program. If not, see http://www.gnu.org/licenses/.
-->
<zimlet name="tk_barrydegraaff_owncloud_zimlet"
version="1.4.2"
version="1.4.3"
target="main compose-window view-window"
label="Nextcloud"
description="Attach from and save to Nextcloud">
Expand Down

0 comments on commit 8320d64

Please sign in to comment.