Skip to content

Commit

Permalink
1.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 13, 2016
1 parent aa5f0e7 commit 614b068
Show file tree
Hide file tree
Showing 84 changed files with 3,840 additions and 2,265 deletions.
7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions Gruntfile.js

This file was deleted.

257 changes: 151 additions & 106 deletions change_log.txt

Large diffs are not rendered by default.

317 changes: 216 additions & 101 deletions common.php

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ table.xwidefat {
width: 99% !important;
}

div.wrap {
position: relative;
}

.hr-divider {
background-color: #FFF;
height: 1px;
Expand Down Expand Up @@ -4339,9 +4335,11 @@ textarea#gfield_bulk_add_input {
height: 290px;
}

/** remove soon; temporarily commenting out for record if removal causes issues
#TB_ajaxContent {
height: 400px !important;
}
**/

div.wrap.gf_browser_ie .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/admin.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
display: block !important
}
div#print_preview_hdr div:first-child {
background-image: url(../images/wp-logo.png);
/*background-image: url(../images/wp-logo.png);*/
background-position: 16px center;
background-repeat: no-repeat;
padding-left: 36px
Expand Down
2 changes: 1 addition & 1 deletion css/print.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ public static function get_currency( $code ) {
return $currencies[ $code ];
}

public function is_zero_decimal() {

return empty( $this->currency['decimals'] );
}

public static function get_currencies() {
$currencies = array(
'USD' => array( 'name' => esc_html__( 'U.S. Dollar', 'gravityforms' ), 'symbol_left' => '$', 'symbol_right' => '', 'symbol_padding' => '', 'thousand_separator' => ',', 'decimal_separator' => '.', 'decimals' => 2 ),
Expand Down
Loading

0 comments on commit 614b068

Please sign in to comment.