Skip to content

Commit

Permalink
Improvement add Help in the installation
Browse files Browse the repository at this point in the history
Signed-off-by: Ufbamata26 <paty1.melo@gmail.com>
  • Loading branch information
paty1melo committed Jun 23, 2012
1 parent b8cc36f commit b167fbe
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 0 deletions.
11 changes: 11 additions & 0 deletions installation/template/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,3 +573,14 @@ div.inlineError {
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;
margin-right: 20px;
height: 35px;
width: 35px;
margin-top: -6px;
}

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;
4 changes: 4 additions & 0 deletions installation/views/complete/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
?>
<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>

<?php if ($this->document->direction == 'ltr') : ?>
<div class="button1-left"><div class="site"><a href="<?php echo JURI::root(); ?>" title="<?php echo JText::_('JSITE'); ?>"><?php echo JText::_('JSITE'); ?></a></div></div>
<div class="button1-left"><div class="admin"><a href="<?php echo JURI::root(); ?>administrator/" title="<?php echo JText::_('JADMINISTRATOR'); ?>"><?php echo JText::_('JADMINISTRATOR'); ?></a></div></div>
Expand Down
3 changes: 3 additions & 0 deletions installation/views/database/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
?>
<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>
<?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>
<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
4 changes: 4 additions & 0 deletions installation/views/filesystem/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
?>
<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>

<?php if ($this->document->direction == 'ltr') : ?>
<div class="button1-right"><div class="prev"><a href="index.php?view=database" onclick="return Install.goToPage('database');" rel="prev" title="<?php echo JText::_('JPrevious'); ?>"><?php echo JText::_('JPrevious'); ?></a></div></div>
<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: 3 additions & 0 deletions installation/views/language/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
?>
<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>

<?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>
<?php elseif ($this->document->direction == 'rtl') : ?>
Expand Down
3 changes: 3 additions & 0 deletions installation/views/license/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
?>
<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>

<?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>
<div class="button1-left"><div class="next"><a href="index.php?view=database" onclick="return Install.goToPage('database');" rel="next" title="<?php echo JText::_('JNEXT'); ?>"><?php echo JText::_('JNEXT'); ?></a></div></div>
Expand Down
4 changes: 4 additions & 0 deletions installation/views/preinstall/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
?>
<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>

<?php if ($this->document->direction == 'ltr') : ?>
<div class="button1-left"><div class="refresh"><a href="index.php?view=preinstall" onclick="return Install.goToPage('preinstall');" title="<?php echo JText::_('JCheck_Again'); ?>"><?php echo JText::_('JCheck_Again'); ?></a></div></div>
<div class="button1-right"><div class="prev"><a href="index.php?view=language" onclick="return Install.goToPage('language');" rel="prev" title="<?php echo JText::_('JPrevious'); ?>"><?php echo JText::_('JPrevious'); ?></a></div></div>
Expand Down
4 changes: 4 additions & 0 deletions installation/views/remove/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
?>
<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>

<?php if ($this->document->direction == 'ltr') : ?>
<div class="button1-left"><div class="site"><a href="<?php echo JURI::root(); ?>" title="<?php echo JText::_('JSITE'); ?>"><?php echo JText::_('JSITE'); ?></a></div></div>
<div class="button1-left"><div class="admin"><a href="<?php echo JURI::root(); ?>administrator/" title="<?php echo JText::_('JADMINISTRATOR'); ?>"><?php echo JText::_('JADMINISTRATOR'); ?></a></div></div>
Expand Down
3 changes: 3 additions & 0 deletions installation/views/site/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
?>
<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>

<?php if ($this->document->direction == 'ltr') : ?>
<div class="button1-right"><div class="prev"><a href="index.php?view=filesystem" onclick="return Install.goToPage('filesystem');" rel="prev" title="<?php echo JText::_('JPrevious'); ?>"><?php echo JText::_('JPrevious'); ?></a></div></div>
<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

0 comments on commit b167fbe

Please sign in to comment.