mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 13:37:45 +00:00
fix some phrases
This commit is contained in:
parent
7e0cae0590
commit
b8632046b7
|
@ -699,7 +699,7 @@ $(document).ready(function() {
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<?php $this->contentSubHeading(getMLText("assign_recipents")); ?>
|
<?php $this->contentSubHeading(getMLText("assign_recipients")); ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -572,7 +572,7 @@ $(document).ready(function() {
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<?php $this->contentSubHeading(getMLText("assign_recipents")); ?>
|
<?php $this->contentSubHeading(getMLText("assign_recipients")); ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -264,7 +264,7 @@ $(document).ready( function() {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->contentHeading(getMLText("documents_user_reception"));
|
$this->contentHeading(getMLText("documents_user_no_reception"));
|
||||||
if($resArr) {
|
if($resArr) {
|
||||||
$this->printList($resArr, $previewer, 'listNoReceiveOwner');
|
$this->printList($resArr, $previewer, 'listNoReceiveOwner');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user