* change for js:set.

This commit is contained in:
wangyidong
2013-01-24 05:49:40 +00:00
parent 00ef79be41
commit fe0817a681
11 changed files with 16 additions and 16 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', $lang->user->placeholder, 'json');?>
<?php js::set('roleGroup', $roleGroup, 'json');?>
<?php js::set('holders', $lang->user->placeholder);?>
<?php js::set('roleGroup', $roleGroup);?>
<form method='post' target='hiddenwin' id='dataform'>
<table align='center' class='table-5'>
<caption><?php echo $lang->user->create;?></caption>