mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 21:17:22 +00:00
- replaced getMLtext() by getMLText()
This commit is contained in:
parent
7222841ca5
commit
f55a496fee
|
@ -89,7 +89,7 @@ $docAccess = $folder->getApproversList();
|
|||
?>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="warning"><?php echo getMLtext("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
|
||||
<td class="warning"><?php echo getMLText("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
|
||||
</tr>
|
||||
</table><br>
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ UI::contentContainerStart();
|
|||
?>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="warning"><?php echo getMLtext("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
|
||||
<td class="warning"><?php echo getMLText("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
|
||||
</tr>
|
||||
</table><br>
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ $docAccess = $document->getApproversList();
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td class="warning"><?php echo getMLtext("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
|
||||
<td class="warning"><?php echo getMLText("max_upload_size")." : ".ini_get( "upload_max_filesize"); ?></td>
|
||||
</tr>
|
||||
</table><br>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user