* add placeholder for pastetext.

This commit is contained in:
wangyidong
2014-08-05 01:57:18 +00:00
parent c2e1e06c95
commit 106b29497d
7 changed files with 19 additions and 16 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['task']);?></span>
<strong><small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small> <?php echo $lang->task->batchCreate . ' ' . $lang->task->common;?></strong>
<div class='actions'><?php echo html::commonButton($lang->parseText, "data-toggle='myModal'")?></div>
<div class='actions'><?php echo html::commonButton($lang->pasteText, "data-toggle='myModal'")?></div>
</div>
</div>
<form class='form-condensed' method='post' target='hiddenwin'>
@@ -106,5 +106,5 @@
</tbody>
</table>
<?php js::set('mainField', 'name');?>
<?php include '../../common/view/parsetext.html.php';?>
<?php include '../../common/view/pastetext.html.php';?>
<?php include '../../common/view/footer.html.php';?>