Version Notes
Added login form
Download this release
Release Info
Developer | Tentura Team |
Extension | Tentura_Atemplategray |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
app/design/adminhtml/default/atemplate-gray/template/forgotpassword.phtml
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
-
<?php
|
5 |
-
$settings = Mage::getModel('atemplate/atemplate')->load(2);
|
6 |
-
$settings = unserialize($settings->getSettings());
|
7 |
-
?>
|
8 |
-
|
9 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10 |
<title><?php echo Mage::helper('adminhtml')->__('Log into Magento Admin Page'); ?></title>
|
11 |
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('reset.css'); ?>" media="all" />
|
@@ -30,7 +25,7 @@ $settings = unserialize($settings->getSettings());
|
|
30 |
<div class="login-container">
|
31 |
<div class="login-logo">
|
32 |
<div class="login-logo-img">
|
33 |
-
<img src='<?php
|
34 |
</div>
|
35 |
</div>
|
36 |
<div class="login-box">
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 |
<html lang="en">
|
3 |
<head>
|
|
|
|
|
|
|
|
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5 |
<title><?php echo Mage::helper('adminhtml')->__('Log into Magento Admin Page'); ?></title>
|
6 |
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('reset.css'); ?>" media="all" />
|
25 |
<div class="login-container">
|
26 |
<div class="login-logo">
|
27 |
<div class="login-logo-img">
|
28 |
+
<img src='<?php echo $this->getSkinUrl('images/logo.gif'); ?>' />
|
29 |
</div>
|
30 |
</div>
|
31 |
<div class="login-box">
|
app/design/adminhtml/default/atemplate-gray/template/login.phtml
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
-
<?php
|
5 |
-
$settings = Mage::getModel('atemplate/atemplate')->load(2);
|
6 |
-
$settings = unserialize($settings->getSettings());
|
7 |
-
?>
|
8 |
-
|
9 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10 |
<title><?php echo Mage::helper('adminhtml')->__('Log into Magento Admin Page') ?></title>
|
11 |
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('reset.css') ?>" media="all" />
|
@@ -32,7 +27,7 @@ $settings = unserialize($settings->getSettings());
|
|
32 |
<div class="login-container">
|
33 |
<div class="login-logo">
|
34 |
<div class="login-logo-img">
|
35 |
-
<img src='<?php
|
36 |
</div>
|
37 |
</div>
|
38 |
<div class="login-box">
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 |
<html lang="en">
|
3 |
<head>
|
|
|
|
|
|
|
|
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5 |
<title><?php echo Mage::helper('adminhtml')->__('Log into Magento Admin Page') ?></title>
|
6 |
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('reset.css') ?>" media="all" />
|
27 |
<div class="login-container">
|
28 |
<div class="login-logo">
|
29 |
<div class="login-logo-img">
|
30 |
+
<img src='<?php echo $this->getSkinUrl('images/logo.gif'); ?>' />
|
31 |
</div>
|
32 |
</div>
|
33 |
<div class="login-box">
|
app/design/adminhtml/default/atemplate-gray/template/resetforgottenpassword.phtml
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
-
<?php
|
5 |
-
$settings = Mage::getModel('atemplate/atemplate')->load(2);
|
6 |
-
$settings = unserialize($settings->getSettings());
|
7 |
-
?>
|
8 |
-
|
9 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10 |
<title><?php echo Mage::helper('adminhtml')->__('Reset a Password'); ?></title>
|
11 |
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('reset.css'); ?>" media="all" />
|
@@ -28,7 +23,7 @@ $settings = unserialize($settings->getSettings());
|
|
28 |
<div class="login-container">
|
29 |
<div class="login-logo">
|
30 |
<div class="login-logo-img">
|
31 |
-
<img src='<?php
|
32 |
</div>
|
33 |
</div>
|
34 |
<div class="login-box">
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 |
<html lang="en">
|
3 |
<head>
|
|
|
|
|
|
|
|
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5 |
<title><?php echo Mage::helper('adminhtml')->__('Reset a Password'); ?></title>
|
6 |
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('reset.css'); ?>" media="all" />
|
23 |
<div class="login-container">
|
24 |
<div class="login-logo">
|
25 |
<div class="login-logo-img">
|
26 |
+
<img src='<?php echo $this->getSkinUrl('images/logo.gif'); ?>' />
|
27 |
</div>
|
28 |
</div>
|
29 |
<div class="login-box">
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tentura_Atemplategray</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
@@ -13,16 +13,11 @@
|
|
13 |
Our Free Gray Magento Admin Template. Replace your default Magento Admin Template with a nice gray design.
|
14 |
</p>
|
15 |
</description>
|
16 |
-
<notes
|
17 |
-
<br /><br />
|
18 |
-
<p>
|
19 |
-
Our Free Gray Magento Admin Template. Replace your default Magento Admin Template with a nice gray design.
|
20 |
-
</p>
|
21 |
-
</notes>
|
22 |
<authors><author><name>Tentura Team</name><user>tentura</user><email>info@tentura.eu</email></author></authors>
|
23 |
-
<date>2013-01-
|
24 |
-
<time>
|
25 |
-
<contents><target name="magelocal"><dir name="Tentura"><dir name="Arewrite"><dir name="Controller"><file name="Observer.php" hash="e3f1a8aa342fbbab0b2c97ead16db1ec"/></dir><dir name="etc"><file name="config.xml" hash="6707980650533b0f5a73005a920342e9"/><file name="system.xml" hash="0f094c32d49379fc191427abba2e0b02"/></dir><file name=".DS_Store" hash="7d032a27b5313abae5f9e931cd3b69ff"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tentura_Arewrite.xml" hash="6d4e0607ce7d82c50382459b634dcec9"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="atemplate-gray"><dir name="layout"><file name="atemplate.xml" hash="efa2e60c227a69bb2952711b9774f22f"/></dir><dir name="template"><file name="forgotpassword.phtml" hash="
|
26 |
<compatible/>
|
27 |
<dependencies><required><php><min>5.2.13</min><max>5.4.9</max></php></required></dependencies>
|
28 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tentura_Atemplategray</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
13 |
Our Free Gray Magento Admin Template. Replace your default Magento Admin Template with a nice gray design.
|
14 |
</p>
|
15 |
</description>
|
16 |
+
<notes>Added login form</notes>
|
|
|
|
|
|
|
|
|
|
|
17 |
<authors><author><name>Tentura Team</name><user>tentura</user><email>info@tentura.eu</email></author></authors>
|
18 |
+
<date>2013-01-21</date>
|
19 |
+
<time>12:08:49</time>
|
20 |
+
<contents><target name="magelocal"><dir name="Tentura"><dir name="Arewrite"><dir name="Controller"><file name="Observer.php" hash="e3f1a8aa342fbbab0b2c97ead16db1ec"/></dir><dir name="etc"><file name="config.xml" hash="6707980650533b0f5a73005a920342e9"/><file name="system.xml" hash="0f094c32d49379fc191427abba2e0b02"/></dir><file name=".DS_Store" hash="7d032a27b5313abae5f9e931cd3b69ff"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tentura_Arewrite.xml" hash="6d4e0607ce7d82c50382459b634dcec9"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="atemplate-gray"><dir name="layout"><file name="atemplate.xml" hash="efa2e60c227a69bb2952711b9774f22f"/></dir><dir name="template"><file name="forgotpassword.phtml" hash="dda5028b5634ef59b923849a3026f3c8"/><file name="login.phtml" hash="b5f70e3b910ee6a286498f038ce75f4b"/><file name="resetforgottenpassword.phtml" hash="72027a5f3137603191411ad79675adbe"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="atemplate-gray"><file name="atemplate-ie.css" hash="6e3115df2bbdd8648894fbc573b0f2a6"/><file name="atemplate-ie8.css" hash="efc8bcde489d0cb7aa9bfa7be7ee7eba"/><file name="atemplate-ie9.css" hash="ea5cc9eeeff51879e7e60aa29d04a34e"/><file name="atemplate.css" hash="83db6c09da95355102ea96882fcb1e88"/><dir name="images"><file name="add_btn_icon.gif" hash="445d49f5699ae094cf47d31450d912a3"/><file name="bkg_btn-close2.png" hash="6f5192997d9e1dfb1d95eba665f5e640"/><file name="btn_add-image_icon.gif" hash="c307b86f04e00ff1b66bd01f809d3a0d"/><file name="btn_add-widget_icon2.png" hash="e91411bd2b736a17a0aa10e90047f705"/><file name="btn_go.gif" hash="f08e8b51ba532e4226c27937efda8ab1"/><file name="btn_show-hide_icon.png" hash="709e1f9a41f3dc08083c9cb78b7ab00e"/><file name="cancel_btn_icon.gif" hash="b0587681877a8b15086d9d5241707414"/><file name="cancel_icon.gif" hash="abd09f6104af5bf17dd891610b309222"/><file name="cancel_icon.png" hash="b0a04e7277101ea62fe93b96824bb58e"/><file name="edit_icon.png" hash="416e295a119e15222c5a8c18891579af"/><file name="entry_edit_head_arrow_down.gif" hash="4ceeb25ee23277648a0b3d1885ba05d2"/><file name="entry_edit_head_arrow_up.gif" hash="a845ee9baab8970992c5112d8a2967fb"/><file name="grid_sort_asc.png" hash="8337633aa7be5446420165713f0c8213"/><file name="grid_sort_desc.png" hash="78f9ba2dab8d24b2cf0786e79233a0a9"/><file name="icon_btn_back.png" hash="4977c9c89bc3ce1674388b05298eee6c"/><file name="login_logo.png" hash="ca172681335fdcb298cbced2894870cf"/><file name="logo.png" hash="77e1a27f8e1d4b3c2198854e2ae6fc13"/><file name="more_arrow.png" hash="8ecb5e00c4860c124be6eeeb53ef611f"/><file name="nav2_parent_arrow.gif" hash="7d8ac752f6dc50f90ec84d978395dfcd"/><file name="rule_component_add.png" hash="5a37c4cb87f8f60c1f68962a35ab0ed1"/><file name="save_btn_icon.png" hash="def541b962c23ceddd26942ae9c89c79"/></dir></dir></dir></dir></target></contents>
|
21 |
<compatible/>
|
22 |
<dependencies><required><php><min>5.2.13</min><max>5.4.9</max></php></required></dependencies>
|
23 |
</package>
|