This commit is contained in:
jekkos
2015-05-21 22:12:50 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -206,4 +206,4 @@ class Config extends Secure_area
}
}
}
?>
?>

View File

@@ -108,7 +108,7 @@ echo form_open('config/save/',array('id'=>'config_form','enctype'=>'multipart/fo
<div class='form_field'>
<?php echo $this->lang->line('config_thousands_separator'); ?>
<?php echo form_dropdown('thousands_separator', array(
',' => ', (komma)',
',' => ', (comma)',
'.' => '. (dot)',
'' => '(none)'
),
@@ -117,7 +117,7 @@ echo form_open('config/save/',array('id'=>'config_form','enctype'=>'multipart/fo
<?php echo $this->lang->line('config_decimal_point'); ?>
<?php echo form_dropdown('decimal_point', array(
'.' => '. (dot)',
',' => ', (komma)'
',' => ', (comma)'
),
$this->config->item('decimal_point'));
?>
@@ -556,4 +556,4 @@ $(document).ready(function()
}
});
});
</script>
</script>