Browse Source

Fix little icon issue

Yannick Warnier 11 years ago
parent
commit
e78e4125e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/install/install.lib.php

+ 1 - 1
main/install/install.lib.php

@@ -1463,7 +1463,7 @@ function display_requirements($installType, $badUpdatePath, $updatePath = '', $u
         ?>
         <p align="center" style="padding-top:15px">
         <button type="submit" name="step1" class="back" onclick="javascript: window.location='index.php'; return false;" value="&lt; <?php echo get_lang('Previous'); ?>" ><?php echo get_lang('Previous'); ?></button>
-        <button type="submit" name="step2_install" class="add" value="<?php echo get_lang("NewInstallation"); ?>" <?php if ($error) echo 'disabled="disabled"'; ?> ><?php echo get_lang('NewInstallation'); ?></button>
+        <button type="submit" name="step2_install" class="plus" value="<?php echo get_lang("NewInstallation"); ?>" <?php if ($error) echo 'disabled="disabled"'; ?> ><?php echo get_lang('NewInstallation'); ?></button>
         <input type="hidden" name="is_executable" id="is_executable" value="-" />
         <?php
         // Real code