Skip to content

Commit

Permalink
[#28734] Implementation of help for install mode joomla 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paty1melo committed Jun 24, 2012
1 parent 3f99a1d commit bd852e5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 21 deletions.
2 changes: 2 additions & 0 deletions installation/template/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ div.inlineError {
#right, #warning {
margin-left: 0;
}

html body div#content-box div#content-pad div#right div#rightpad div#step div.far-right div.help a{
background: url("../images/help.jpg") no-repeat;
float: left;
Expand All @@ -583,4 +584,5 @@ background: url("../images/help.jpg") no-repeat;

html body div#content-box div#content-pad div#right div#rightpad div#step div.far-right div.help {
background: url("../images/help.jpg") no-repeat;

}
Binary file modified installation/template/images/help.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions installation/views/complete/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<div id="step">
<div class="far-right">

<div class="help">
<a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>
<div class="help"> <a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>


<?php if ($this->document->direction == 'ltr') : ?>
Expand Down
6 changes: 2 additions & 4 deletions installation/views/database/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
?>
<div id="step">
<div class="far-right">
<div class="help">
<a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>



<div class="help"> <a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>

<?php if ($this->document->direction == 'ltr') : ?>
<div class="button1-right"><div class="prev"><a href="index.php?view=license" onclick="return Install.goToPage('license');" rel="prev" title="<?php echo JText::_('JPrevious'); ?>"><?php echo JText::_('JPrevious'); ?></a></div></div>
Expand Down
3 changes: 1 addition & 2 deletions installation/views/filesystem/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
?>
<div id="step">
<div class="far-right">
<div class="help">
<a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>
<div class="help"> <a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>


<?php if ($this->document->direction == 'ltr') : ?>
Expand Down
3 changes: 1 addition & 2 deletions installation/views/language/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<div id="step">
<div class="far-right">

<div class="help">
<a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>
<div class="help"> <a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>

<?php if ($this->document->direction == 'ltr') : ?>
<div class="button1-left"><div class="next"><a href="#" onclick="Install.submitform();" rel="next" title="<?php echo JText::_('JNext'); ?>"><?php echo JText::_('JNext'); ?></a></div></div>
Expand Down
3 changes: 1 addition & 2 deletions installation/views/license/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<div id="step">
<div class="far-right">

<div class="help">
<a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>
<div class="help"> <a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>

<?php if ($this->document->direction == 'ltr') : ?>
<div class="button1-right"><div class="prev"><a href="index.php?view=preinstall" onclick="return Install.goToPage('preinstall');" rel="prev" title="<?php echo JText::_('JPREVIOUS'); ?>"><?php echo JText::_('JPREVIOUS'); ?></a></div></div>
Expand Down
4 changes: 2 additions & 2 deletions installation/views/preinstall/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
?>
<div id="step">
<div class="far-right">
<div class="help">
<a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>

<div class="help"> <a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>


<?php if ($this->document->direction == 'ltr') : ?>
Expand Down
6 changes: 2 additions & 4 deletions installation/views/remove/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
?>
<div id="step">
<div class="far-right">


<div class="help">
<a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>

<div class="help"> <a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>


<?php if ($this->document->direction == 'ltr') : ?>
Expand Down
5 changes: 2 additions & 3 deletions installation/views/site/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
?>
<div id="step">
<div class="far-right">

<div class="help">
<a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>

<div class="help"> <a rel="help" onclick="Joomla.popupWindow('http://docs.joomla.org/installation', 'Help', 700, 500, 1)" href="#"> </a> </div>


<?php if ($this->document->direction == 'ltr') : ?>
Expand Down

0 comments on commit bd852e5

Please sign in to comment.