Skip to content

Commit

Permalink
Merge pull request #8 from htdat/1.2-dev
Browse files Browse the repository at this point in the history
Add the branch 1.2 dev to the master
  • Loading branch information
htdat authored Mar 3, 2017
2 parents 58fee75 + b61c249 commit 7f87b70
Show file tree
Hide file tree
Showing 8 changed files with 2,550 additions and 6 deletions.
13 changes: 12 additions & 1 deletion inc/class-wooviet-admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,18 @@ public function admin_page_html() {
<label for="add_province"><?php _e( 'Enabled', 'woo-viet' ) ?></label>
</td>
</tr>

<tr>
<th scope="row"><?php _e( 'Add districts for Vietnam', 'woo-viet' ) ?><br />
<i><?php _e( 'Require "Add provinces for Vietnam" active', 'woo-viet' ) ?></i>
</th>
<td>
<input name="settings[add_city][enabled]" type="hidden" value="no">
<input name="settings[add_city][enabled]" type="checkbox" id="add_city" value="yes"
<?php if ( 'yes' == $settings['add_city']['enabled'] )
echo 'checked="checked"' ?>>
<label for="add_city"><?php _e( 'Enabled', 'woo-viet' ) ?></label>
</td>
</tr>
<tr>
<th scope="row"><?php _e( 'Change VND currency symbol', 'woo-viet' ) ?></th>
<td>
Expand Down
Loading

0 comments on commit 7f87b70

Please sign in to comment.