Skip to content

Commit

Permalink
Add primary class to change language button on install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkalinux committed Jan 15, 2012
1 parent 77ef04d commit 8e3734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/install.php
Expand Up @@ -188,7 +188,7 @@ function generate_config_file()
</div>
</fieldset>
<div class="frm-buttons">
<span class="submit"><input type="submit" name="changelang" value="<?php echo $lang_install['Choose language'] ?>" /></span>
<span class="submit primary"><input type="submit" name="changelang" value="<?php echo $lang_install['Choose language'] ?>" /></span>
</div>
</div>
</form>
Expand Down

0 comments on commit 8e3734d

Please sign in to comment.