Version Notes
Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface
Download this release
Release Info
Developer | Francesco Magazzu |
Extension | robots_txt |
Version | 1.7.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.0 to 1.7.2
app/design/adminhtml/default/default/template/robots/robotsadd.phtml
CHANGED
@@ -21,7 +21,7 @@ else
|
|
21 |
<div class="content-header">
|
22 |
<table cellspacing="0" class="grid-header">
|
23 |
<tr>
|
24 |
-
<td><h3
|
25 |
<td class="a-right">
|
26 |
<button onclick="editForm.submit()" class="scalable save" type="button"><span>Save Content</span></button>
|
27 |
</td>
|
@@ -30,15 +30,15 @@ else
|
|
30 |
</div>
|
31 |
<div class="entry-edit">
|
32 |
<div class="entry-edit-head">
|
33 |
-
<h4 class="icon-head head-edit-form fieldset-legend"
|
34 |
</div>
|
35 |
<fieldset id="my-fieldset">
|
36 |
<?php /***Add Form Starts***/ ?>
|
37 |
-
<form id="edit_form" name="edit_form" method="post" action="
|
38 |
<input name="form_key" type="hidden" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />
|
39 |
<table cellspacing="0" class="form-list">
|
40 |
<tr>
|
41 |
-
<td class="label"
|
42 |
<td class="input-ele"><textarea rows="20" cols="80" name="content" id="content"><?php echo $theData;?></textarea></td>
|
43 |
</tr>
|
44 |
</table>
|
21 |
<div class="content-header">
|
22 |
<table cellspacing="0" class="grid-header">
|
23 |
<tr>
|
24 |
+
<td><h3><?php echo $this->__('Robots Content')?></h3></td>
|
25 |
<td class="a-right">
|
26 |
<button onclick="editForm.submit()" class="scalable save" type="button"><span>Save Content</span></button>
|
27 |
</td>
|
30 |
</div>
|
31 |
<div class="entry-edit">
|
32 |
<div class="entry-edit-head">
|
33 |
+
<h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Save Content')?></h4>
|
34 |
</div>
|
35 |
<fieldset id="my-fieldset">
|
36 |
<?php /***Add Form Starts***/ ?>
|
37 |
+
<form id="edit_form" name="edit_form" method="post" action="<?php echo $this->getUrl('*/*/save')?>">
|
38 |
<input name="form_key" type="hidden" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />
|
39 |
<table cellspacing="0" class="form-list">
|
40 |
<tr>
|
41 |
+
<td class="label"><?php echo $this->__('Content')?></td>
|
42 |
<td class="input-ele"><textarea rows="20" cols="80" name="content" id="content"><?php echo $theData;?></textarea></td>
|
43 |
</tr>
|
44 |
</table>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>robots_txt</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</description>
|
11 |
<notes>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</notes>
|
12 |
<authors><author><name>CueBlocks.com</name><user>CueBlocks</user><email>pancham@cueblocks.com</email></author></authors>
|
13 |
-
<date>2012-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="CueBlocks_Robots.xml" hash="70e95a838a261031bcb97326117ca1fe"/></dir></target><target name="magecommunity"><dir name="CueBlocks"><dir name="Robots"><dir name="Block"><dir name="Adminhtml"><dir name="Robots"><dir name="Edit"><file name="Tabs.php" hash="ecc231e63a0f854d8baa6b5bdc4d3b05"/></dir><file name="Edit.php" hash="00a3081303cd7de46112b5a7ec2738e4"/></dir><file name="Robots.php" hash="cddb7ca64431cd0d0ba03d0298816974"/></dir></dir><dir name="Helper"><file name="Data.php" hash="bf21a8f4891b2ca8ac5c4fad3899f3ef"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="RobotsController.php" hash="131658f5654f2a24d4038f908487ed6f"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a05ae708a5341b0162868de5909ae9ec"/><file name="config.xml" hash="7bd70d2073244224683bbb9024a12359"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="robots.xml" hash="2f81bd14161e4637a6af1251b4e405bb"/></dir><dir name="template"><dir name="robots"><file name="robotsadd.phtml" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.0.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>robots_txt</name>
|
4 |
+
<version>1.7.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</description>
|
11 |
<notes>Makes it easy to edit Robots.txt - you can access Robots.txt file directly from Magento Admin interface</notes>
|
12 |
<authors><author><name>CueBlocks.com</name><user>CueBlocks</user><email>pancham@cueblocks.com</email></author></authors>
|
13 |
+
<date>2012-11-07</date>
|
14 |
+
<time>12:23:13</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="CueBlocks_Robots.xml" hash="70e95a838a261031bcb97326117ca1fe"/></dir></target><target name="magecommunity"><dir name="CueBlocks"><dir name="Robots"><dir name="Block"><dir name="Adminhtml"><dir name="Robots"><dir name="Edit"><file name="Tabs.php" hash="ecc231e63a0f854d8baa6b5bdc4d3b05"/></dir><file name="Edit.php" hash="00a3081303cd7de46112b5a7ec2738e4"/></dir><file name="Robots.php" hash="cddb7ca64431cd0d0ba03d0298816974"/></dir></dir><dir name="Helper"><file name="Data.php" hash="bf21a8f4891b2ca8ac5c4fad3899f3ef"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="RobotsController.php" hash="131658f5654f2a24d4038f908487ed6f"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a05ae708a5341b0162868de5909ae9ec"/><file name="config.xml" hash="7bd70d2073244224683bbb9024a12359"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="robots.xml" hash="2f81bd14161e4637a6af1251b4e405bb"/></dir><dir name="template"><dir name="robots"><file name="robotsadd.phtml" hash="a8cc076c0bb2727feef3d610f8be4f73"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.0.2</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|