Feature proposal #2286 ยป 2286.patch
administrator/components/com_comprofiler/admin.comprofiler.html.php | ||
---|---|---|
<input class="button" type="submit" value="<?php echo htmlspecialchars( CBTxt::T('Upload File & Install') ); ?>" />
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="left">
|
||
<?php echo CBTxt::P( 'Maximum upload size of your php settings: <b>[filesize]</b>. <i>To change: edit php.ini and find upload_max_filesize</i>', array( '[filesize]' => ini_get( 'upload_max_filesize' ) ) ); ?>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
<input type="hidden" name="task" value="installPluginUpload"/>
|