Skip to content

Commit

Permalink
Pimcore 6 adoptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctippler committed Feb 25, 2020
1 parent 6c70ed1 commit 818c33c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/Elements/Bundle/ExportToolkitBundle/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,9 @@ public function delete()
{
$this->getDao()->delete();
}

public static function getList() {
$config = new self(null);
return $config->getDao()->getList();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
background: url(/bundles/pimcoreadmin/img/icon/cog_go.png) no-repeat !important;

}
#pimcore_menu_exporttoolkit{
background-image: url(/bundles/pimcoreadmin/img/flat-color-icons/go.svg) !important;
}


.plugin_exporttoolkit_status {
background: url(/bundles/pimcoreadmin/img/icon/cog_go.png) no-repeat !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pimcore.plugin.ExportToolkit = Class.create(pimcore.plugin.admin, {
this.navEl = Ext.get(
searchButton.insertHtml(
"afterEnd",
'<li id="pimcore_menu_exporttoolkit" data-menu-tooltip="Export Toolkit" class="pimcore_menu_item icon-upload">' + t('plugin_exporttoolkit_mainmenu') + '</li>'
'<li id="pimcore_menu_exporttoolkit" data-menu-tooltip="Export Toolkit" class="pimcore_menu_item icon-upload"><img src="/bundles/pimcoreadmin/img/flat-white-icons/right.svg"></li>'
)
);

Expand Down

0 comments on commit 818c33c

Please sign in to comment.