Fianet_Sceau - Version 1.0.2

Version Notes

third official commit

Download this release

Release Info

Developer FIA-NET
Extension Fianet_Sceau
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

app/code/community/Fianet/Sceau/Block/Logo/Abstract.php CHANGED
@@ -15,10 +15,5 @@ abstract class Fianet_Sceau_Block_Logo_Abstract extends Mage_Core_Block_Template
15
  }
16
  return false;
17
  }
18
-
19
- public function getLoginSceau()
20
- {
21
- return Mage::getStoreConfig('sceau/sceauconfg/login');
22
- }
23
 
24
  }
15
  }
16
  return false;
17
  }
 
 
 
 
 
18
 
19
  }
app/code/community/Fianet/Sceau/Helper/Data.php CHANGED
@@ -146,6 +146,10 @@ class Fianet_Sceau_Helper_Data extends Mage_Core_Helper_Abstract {
146
  }
147
  return Mage::getStoreConfig('sceau/sceauconfg/siteid');
148
  }
 
 
 
 
149
 
150
  static function activateWidgetComments() {
151
  return Mage::getStoreConfig('sceau/widgetconf/commentaires');
146
  }
147
  return Mage::getStoreConfig('sceau/sceauconfg/siteid');
148
  }
149
+
150
+ static function getLogin() {
151
+ return Mage::getStoreConfig('sceau/sceauconfg/login');
152
+ }
153
 
154
  static function activateWidgetComments() {
155
  return Mage::getStoreConfig('sceau/widgetconf/commentaires');
app/code/community/Fianet/Sceau/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Fianet_Sceau>
5
- <version>1.0.1</version>
6
  </Fianet_Sceau>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Fianet_Sceau>
5
+ <version>1.0.2</version>
6
  </Fianet_Sceau>
7
  </modules>
8
  <global>
app/design/frontend/base/default/template/fianet_sceau/page/html/logo.phtml CHANGED
@@ -1,6 +1,6 @@
1
  <?php if ($this->canDisplay()): ?>
2
 
3
- <a target="_blank" href="http://www.fia-net.com/annuaire/<?php echo Fianet_Sceau_Helper_Data::getSiteId(); ?>/<?php echo $this->getLoginSceau(); ?>.html" >
4
  <center><img width="150px" src="<?php echo $this->getSkinUrl('images/sceau/logo_fianet_sceau.png') ?>">
5
  </center>
6
  </a>
1
  <?php if ($this->canDisplay()): ?>
2
 
3
+ <a target="_blank" href="http://www.fia-net.com/annuaire/<?php echo Fianet_Sceau_Helper_Data::getSiteId(); ?>/<?php echo Fianet_Sceau_Helper_Data::getLogin(); ?>.html" >
4
  <center><img width="150px" src="<?php echo $this->getSkinUrl('images/sceau/logo_fianet_sceau.png') ?>">
5
  </center>
6
  </a>
app/design/frontend/base/default/template/fianet_sceau/page/html/sceau.phtml CHANGED
@@ -5,7 +5,7 @@ if (Fianet_Sceau_Helper_Data::activateWidgetComments()){
5
  else
6
  {
7
  echo "<div id='widget'>
8
- <a target='_blank' href='http://www.fia-net.com/annuaire/". Fianet_Sceau_Helper_Data::getSiteId()."'><img height='70' border='0' width='160' title='Voir les avis et commentaires sur le site FIA-NET.com' alt='Evaluation FIA-NET' src='http://static.fia-net.com/widgets/".Fianet_Sceau_Helper_Data::getWidgetTransparent()."/". Fianet_Sceau_Helper_Data::getSiteId().".png'> </a>
9
  <script type='text/javascript'> xt_imgpub = new Image(); xtdmedpub = new Date(); xt_imgpub.src = '&type=ad&hl=' + xtdmedpub.getHours() + 'x' + xtdmedpub.getMinutes() + 'x' + xtdmedpub.getSeconds(); </script>
10
  <br><br></div>";
11
  }
5
  else
6
  {
7
  echo "<div id='widget'>
8
+ <a target='_blank' href='http://www.fia-net.com/annuaire/". Fianet_Sceau_Helper_Data::getSiteId()."/".Fianet_Sceau_Helper_Data::getLogin().".html'><img height='70' border='0' width='160' title='Voir les avis et commentaires sur le site FIA-NET.com' alt='Evaluation FIA-NET' src='http://static.fia-net.com/widgets/".Fianet_Sceau_Helper_Data::getWidgetTransparent()."/". Fianet_Sceau_Helper_Data::getSiteId().".png'> </a>
9
  <script type='text/javascript'> xt_imgpub = new Image(); xtdmedpub = new Date(); xt_imgpub.src = '&type=ad&hl=' + xtdmedpub.getHours() + 'x' + xtdmedpub.getMinutes() + 'x' + xtdmedpub.getSeconds(); </script>
10
  <br><br></div>";
11
  }
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Sceau</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FIA-NET Sceau de Confiance</summary>
10
  <description>Seal of trust FIA-NET</description>
11
- <notes>second official commit</notes>
12
  <authors><author><name>FIA-NET</name><user>FIA-NET</user><email>support-boutique@fia-net.com</email></author></authors>
13
- <date>2013-05-27</date>
14
- <time>07:49:32</time>
15
- <contents><target name="magecommunity"><dir name="Fianet"><dir name="Sceau"><dir name="Block"><dir name="Logo"><file name="Abstract.php" hash="61fe9dce2bfadbede1d30966d1898d97"/><file name="Footer.php" hash="af103617947cbbd5d5a32468757b691b"/><file name="Left.php" hash="87fb4aab3af002792282eaea5f806cf4"/><file name="Right.php" hash="692839ed3361af84561468245c15e4e3"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="1728f5da74fa5ab799f603dfd338a1e1"/></dir><file name="Order.php" hash="8caae3cbc5d66a55505664027138d866"/></dir><dir name="Widget"><file name="Abstract.php" hash="34081f22dc73992f7b4fc6575ca7fd01"/><file name="Footer.php" hash="46b8ff738bebeb17b4c80bab3f8414a2"/><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="97b2dadc4011ce836781cc7d7d6a244b"/></dir><dir name="Renderer"><file name="Fianet.php" hash="ddb152623c2fd3f832e0c22f81819a32"/></dir></dir></dir><file name="Left.php" hash="9a81ebcfd5dbd11a6f0a4a23158157ed"/><file name="Right.php" hash="807cf3507a6d4177f3bbdc8be3f14f11"/></dir></dir><dir name="Helper"><file name="Data.php" hash="afefb0789c9ff0298b829aa6462f5b82"/></dir><dir name="Model"><file name="Observer.php" hash="318e24eeaa741e963e88408c9b7a1076"/><file name="Order.php" hash="026f7cdddd49bc71a6e60a1574d634e4"/><dir name="Source"><file name="Mode.php" hash="ac805c9b29096a3f6b317809733298a8"/><file name="Status.php" hash="55a727b776e617289242db7bfeb46fce"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="f530a33b70b8f9d71762ebd9a283e399"/></dir><dir name="etc"><file name="config.xml" hash="7acd58b2a1e66a885b8f77fdd22d0d0e"/><file name="system.xml" hash="3f6b129f84f29f54c265c1730d86a11a"/></dir><dir name="sql"><dir name="fianet_sceau_setup"><file name="mysql4-install-1.0.0.php" hash="9f0b46620626a410a4e2006498760f55"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="fianet_sceau.xml" hash="60e2e663727d881bfe171e6a74ff9a83"/></dir><dir name="template"><dir name="fianet_sceau"><dir name="page"><dir name="html"><file name="logo.phtml" hash="7326d798735c646958c10d36562bb268"/><file name="sceau.phtml" hash="82d1a56f0518a7e2cd78e172eb6e7563"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="zFianet_Sceau.xml" hash="67bebe992318bda3fa18f94c045d6c8c"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Sceau.csv" hash="22d1904630a097040c0cf1f9db82dfc9"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="sceau"><file name="ko.PNG" hash="fe3a3f44292e6f6f3e7d6c90d22ddd54"/><file name="ok.JPG" hash="ce957f7ccb1e07277f9302f0e1fe4908"/><file name="ok.PNG" hash="f751d2b0e1eb1883144c60a8c87db2cb"/><file name="top_left_block_login.png" hash="30eb50342a004e39ac69faa0f7654701"/><file name="warning.gif" hash="c774f46bf0af9b2e5bde5789901c5083"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="sceau"><file name="logo_fianet_sceau.png" hash="befd6502a28deb2384674f696b9e1aa3"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.9</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Sceau</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FIA-NET Sceau de Confiance</summary>
10
  <description>Seal of trust FIA-NET</description>
11
+ <notes>third official commit</notes>
12
  <authors><author><name>FIA-NET</name><user>FIA-NET</user><email>support-boutique@fia-net.com</email></author></authors>
13
+ <date>2013-09-06</date>
14
+ <time>07:56:20</time>
15
+ <contents><target name="magecommunity"><dir name="Fianet"><dir name="Sceau"><dir name="Block"><dir name="Logo"><file name="Abstract.php" hash="c3b9d566fb937f5093e5d49b021e82df"/><file name="Footer.php" hash="af103617947cbbd5d5a32468757b691b"/><file name="Left.php" hash="87fb4aab3af002792282eaea5f806cf4"/><file name="Right.php" hash="692839ed3361af84561468245c15e4e3"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="1728f5da74fa5ab799f603dfd338a1e1"/></dir><file name="Order.php" hash="8caae3cbc5d66a55505664027138d866"/></dir><dir name="Widget"><file name="Abstract.php" hash="34081f22dc73992f7b4fc6575ca7fd01"/><file name="Footer.php" hash="46b8ff738bebeb17b4c80bab3f8414a2"/><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="97b2dadc4011ce836781cc7d7d6a244b"/></dir><dir name="Renderer"><file name="Fianet.php" hash="ddb152623c2fd3f832e0c22f81819a32"/></dir></dir></dir><file name="Left.php" hash="9a81ebcfd5dbd11a6f0a4a23158157ed"/><file name="Right.php" hash="807cf3507a6d4177f3bbdc8be3f14f11"/></dir></dir><dir name="Helper"><file name="Data.php" hash="51d845c17321cc2432558a561b3d638c"/></dir><dir name="Model"><file name="Observer.php" hash="318e24eeaa741e963e88408c9b7a1076"/><file name="Order.php" hash="026f7cdddd49bc71a6e60a1574d634e4"/><dir name="Source"><file name="Mode.php" hash="ac805c9b29096a3f6b317809733298a8"/><file name="Status.php" hash="55a727b776e617289242db7bfeb46fce"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="f530a33b70b8f9d71762ebd9a283e399"/></dir><dir name="etc"><file name="config.xml" hash="5f8c817cc7c53807d2d078a933d9a3ba"/><file name="system.xml" hash="3f6b129f84f29f54c265c1730d86a11a"/></dir><dir name="sql"><dir name="fianet_sceau_setup"><file name="mysql4-install-1.0.0.php" hash="9f0b46620626a410a4e2006498760f55"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="fianet_sceau.xml" hash="60e2e663727d881bfe171e6a74ff9a83"/></dir><dir name="template"><dir name="fianet_sceau"><dir name="page"><dir name="html"><file name="logo.phtml" hash="642dc18c04fea9ef9b00e9cd56f23134"/><file name="sceau.phtml" hash="ef2c379a26b4b367b6608ef3f0c390e9"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="zFianet_Sceau.xml" hash="67bebe992318bda3fa18f94c045d6c8c"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Sceau.csv" hash="22d1904630a097040c0cf1f9db82dfc9"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="sceau"><file name="ko.PNG" hash="fe3a3f44292e6f6f3e7d6c90d22ddd54"/><file name="ok.JPG" hash="ce957f7ccb1e07277f9302f0e1fe4908"/><file name="ok.PNG" hash="f751d2b0e1eb1883144c60a8c87db2cb"/><file name="top_left_block_login.png" hash="30eb50342a004e39ac69faa0f7654701"/><file name="warning.gif" hash="c774f46bf0af9b2e5bde5789901c5083"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="sceau"><file name="logo_fianet_sceau.png" hash="befd6502a28deb2384674f696b9e1aa3"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.9</min><max>6.0.0</max></php></required></dependencies>
18
  </package>