* add placeholder for pastetext.
This commit is contained in:
@@ -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';?>
|
||||
|
||||
Reference in New Issue
Block a user