Project

General

Profile

Bug #51585 ยป 89b1232576621ed27c81348d6944c9ef9e26d825.diff.txt

Patch for uri action - Achim Fritz, 2013-09-25 08:48

 
diff --git a/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Index.html b/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Index.html
index 62fe427..7155e71 100644
--- a/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Index.html
+++ b/typo3/sysext/extensionmanager/Resources/Private/Templates/List/Index.html
@@ -78,7 +78,7 @@
{extension.version}
</td>
<td class="icons">
- <em:configureExtension extension="{extension}"><f:be.buttons.icon icon="actions-system-extension-configure" title="{f:translate(key:'extensionList.configure')}" /></em:configureExtension>
+ <em:configureExtension extension="{extension}"><f:be.buttons.icon uri="{f:uri.action(action:'showConfigurationForm',controller:'Configuration',arguments:'{extension:extension}')}" icon="actions-system-extension-configure" title="{f:translate(key:'extensionList.configure')}" /></em:configureExtension>
<em:updateScript extensionKey="{extension.key}" />
<em:removeExtension extension="{extension}" />
<f:be.buttons.icon uri="{f:uri.action(action:'downloadExtensionZip',controller:'Action',arguments:'{extension:extension.key}')}" icon="actions-system-extension-download" title="{f:translate(key:'extensionList.downloadzip')}"/>
    (1-1/1)