Skip to content

Commit

Permalink
Rename Magento Admin to OpenMage Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifab committed Jun 26, 2020
1 parent dc067a9 commit 561adef
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Adminhtml/etc/adminhtml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<title>Allow everything</title>
</all>
<admin translate="title" module="adminhtml">
<title>Magento Admin</title>
<title>OpenMage Admin</title>
<children>
<dashboard translate="title">
<title>Dashboard</title>
Expand Down
1 change: 1 addition & 0 deletions app/code/core/Mage/Adminhtml/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<Mage_Adminhtml>
<files>
<default>Mage_Adminhtml.csv</default>
<openmage_lts>Mage_Adminhtml_LTS.csv</openmage_lts>
</files>
</Mage_Adminhtml>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion app/design/adminhtml/default/default/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Default layout, loads most of the pages
<default>
<block type="adminhtml/page" name="root" output="toHtml" template="page.phtml">
<block type="adminhtml/page_head" name="head" as="head" template="page/head.phtml">
<action method="setTitle" translate="title"><title>Magento Admin</title></action>
<action method="setTitle" translate="title"><title>OpenMage Admin</title></action>
<action method="addJs"><script>prototype/prototype.js</script></action>
<action method="addItem"><type>js</type><name>extjs/fix-defer-before.js</name><params/><if/><condition>can_load_ext_js</condition></action>
<action method="addJs"><script>prototype/window.js</script></action>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<title><?php echo Mage::helper('adminhtml')->__('Log into Magento Admin Page'); ?></title>
<title><?php echo Mage::helper('adminhtml')->__('Log into OpenMage Admin Page'); ?></title>
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('reset.css'); ?>" media="all" />
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('boxes.css'); ?>" media="all" />
<link rel="icon" href="<?php echo $this->getSkinUrl('favicon.ico'); ?>" type="image/x-icon" />
Expand Down
2 changes: 1 addition & 1 deletion app/design/adminhtml/default/default/template/login.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<title><?php echo Mage::helper('adminhtml')->__('Log into Magento Admin Page') ?></title>
<title><?php echo Mage::helper('adminhtml')->__('Log into OpenMage Admin Page') ?></title>
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('reset.css') ?>" media="all" />
<link type="text/css" rel="stylesheet" href="<?php echo $this->getSkinUrl('boxes.css') ?>" media="all" />
<link rel="icon" href="<?php echo $this->getSkinUrl('favicon.ico') ?>" type="image/x-icon" />
Expand Down
2 changes: 2 additions & 0 deletions app/locale/en_US/Mage_Adminhtml_LTS.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"Log into OpenMage Admin Page","Log into OpenMage Admin Page"
"OpenMage Admin","OpenMage Admin"
4 changes: 2 additions & 2 deletions downloader/template/login.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
?>
<?php echo $this->template('header.phtml') ?>
<?php if ($returnUrl = $this->controller()->session()->getReturnUrl()): ?>
<a class="f-right" href="<?php echo htmlentities($returnUrl) ?>">Return to Magento Administration</a>
<a class="f-right" href="<?php echo htmlentities($returnUrl) ?>">Return to OpenMage Administration</a>
<?php endif ?>
<div style="width:300px; padding:20px; margin:90px auto !important; background:#f6f6f6;">
<form method="post" action="#">
<input name="form_key" type="hidden" value="<?php echo $this->getFormKey() ?>" />
<h2 class="page-head">Log In</h2>
<p><small>Please re-enter your Magento Adminstration Credentials.<br/>Only administrators with full permissions will be able to log in.</small></p>
<p><small>Please re-enter your OpenMage Adminstration Credentials.<br/>Only administrators with full permissions will be able to log in.</small></p>
<table class="form-list">
<tr><td class="label"><label for="username">Username:</label></td><td class="value"><input id="username" name="username" value=""/></td></tr>
<!-- This is a dummy hidden field to trick firefox from auto filling the password -->
Expand Down

0 comments on commit 561adef

Please sign in to comment.