<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Agence de Développement Informatique du Nord &#187; dashboard</title>
	<atom:link href="http://blog.adin.pro/tag/dashboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Magento link in backend redirect to dashboard</title>
		<link>http://blog.adin.pro/2014-09-22/magento-link-in-backend-redirect-to-dashboard/</link>
		<comments>http://blog.adin.pro/2014-09-22/magento-link-in-backend-redirect-to-dashboard/#comments</comments>
		<pubDate>Mon, 22 Sep 2014 09:18:51 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=404</guid>
		<description><![CDATA[<p>You are working on Magento backoffice and make a link to a new page but when you click on your anchor, you are redirected to the dashboard ? Here how to make a proper link : Something like doesn&#8217;t work, &#8230; <a href="http://blog.adin.pro/2014-09-22/magento-link-in-backend-redirect-to-dashboard/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-09-22/magento-link-in-backend-redirect-to-dashboard/">Magento link in backend redirect to dashboard</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You are working on Magento backoffice and make a link to a new page but when you click on your anchor, you are redirected to the dashboard ?</p>
<p>Here how to make a proper link :</p>
<pre class="brush: php; title: ; notranslate">
   echo &quot;&lt;a href='&quot;.Mage::helper('adminhtml')-&gt;getUrl('*/*/displaydetail', array('id' =&gt; $cour['id'])).&quot;' &gt;&quot;.$cour['name'].&quot;&lt;/a&gt;&quot;;
</pre>
<p>Something like </p>
<pre class="brush: php; title: ; notranslate">
 Mage::getUrl('*/*/displaydetail/id/'.$cour['id'])
</pre>
<p>doesn&#8217;t work, even if I had the FormKey. But you can use it for ajax request</p>
<pre class="brush: jscript; title: ; notranslate">
 jQuery.ajax({
        url: &quot;&lt;?php echo Mage::getUrl('*/*/classroomfromplaceAjax') ?&gt;&quot;,
        type: &quot;POST&quot;,
        dataType: 'json',
        data: 'place_id=' + place_id + '&amp;index=' + index + '&amp;form_key=' + window.FORM_KEY,
        success: function (data) {
            jQuery('#classroom_' + index).html(data.html);
        },
    });
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-09-22/magento-link-in-backend-redirect-to-dashboard/">Magento link in backend redirect to dashboard</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2014-09-22/magento-link-in-backend-redirect-to-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
