Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy Button: copy.gif fehlt bei Initialisierung? #76

Closed
theDyingMountain opened this issue Mar 24, 2020 · 1 comment
Closed

Copy Button: copy.gif fehlt bei Initialisierung? #76

theDyingMountain opened this issue Mar 24, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@theDyingMountain
Copy link

Bei der Initialisierung des Button Arrays fehlt die Verknüpfung des copy.gif Images. Hat das einen Grund? Siehe hier

protected $arrButtons = [
        'new'    => 'new.gif',
        'delete' => 'delete.gif',
        'move'   => 'drag.gif',
+        'copy'   => 'copy.gif'
    ];
@zonky2 zonky2 added the duplicate This issue or pull request already exists label Mar 24, 2020
@zonky2
Copy link
Contributor

zonky2 commented Mar 24, 2020

ja, hat einen Grund: ist noch nicht implementiert...
menatwork#18

@zonky2 zonky2 closed this as completed Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants