* change the js::set for placeholders.

This commit is contained in:
wangchunsheng
2013-01-09 02:35:07 +00:00
parent 7e10192cbf
commit ef2c4cb87b
5 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php js::set('holders', json_encode($lang->user->placeholder));?>
<?php js::set('roleGroup', json_encode($roleGroup));?>
<?php js::set('holders', $lang->user->placeholder, 'json');?>
<?php js::set('roleGroup', $roleGroup, 'json');?>
<form method='post' target='hiddenwin' id='dataform'>
<table align='center' class='table-5'>
<caption><?php echo $lang->user->create;?></caption>