-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Offerel
committed
Jan 4, 2018
1 parent
fa7af55
commit 28c609d
Showing
10 changed files
with
150 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<?php | ||
$labels = array(); | ||
$labels['storage'] = 'Dateien'; | ||
$labels['saveattachment'] = 'Auf Server speichern'; | ||
<?php | ||
$labels = array(); | ||
$labels['storage'] = 'Dateien'; | ||
$labels['saveattachment'] = 'Auf Server speichern'; | ||
$labels['loadattachment'] = 'Vom Server öffnen'; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
#taskbar a.button-elfinder { | ||
#taskbar a.button-storage { | ||
background: url(images/user-home.png) 0px 1px no-repeat; | ||
} | ||
|
||
.iframebox.storage_ { | ||
height: 100%; | ||
} | ||
|
||
ul.toolbarmenu li #attachmentmenusave { | ||
background: url("images/user-home-16.png") 0 0 no-repeat; | ||
background-size: 14px 14px; | ||
margin-left: 9px !important; | ||
display: box; | ||
} | ||
|
||
ul.toolbarmenu li span.saveatt { | ||
margin-left: -9px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters