* 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
+1 -1
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php js::set('holders ', json_encode($lang->doc->placeholder));?>
<?php js::set('holders ', $lang->doc->placeholder, 'json');?>
<form method='post' enctype='multipart/form-data' target='hiddenwin' id='dataform'>
<table class='table-1'>
<caption><?php echo $lang->doc->create;?></caption>