Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
f882cb2883
commit
fc7ee2089b
@ -93,13 +93,14 @@ class PMA_Navigation
|
||||
/**
|
||||
* Inserts Drag and Drop Import handler
|
||||
*
|
||||
* @param: void
|
||||
* @return: html code for drop handler
|
||||
* @return string html code for drop handler
|
||||
*/
|
||||
private function _getDropHandler()
|
||||
{
|
||||
$retval = '';
|
||||
$retval .= '<div class="pma_drop_handler">' .__('Drop files here') .'</div>';
|
||||
$retval .= '<div class="pma_drop_handler">'
|
||||
. __('Drop files here')
|
||||
. '</div>';
|
||||
$retval .= '<div class="pma_sql_import_status">';
|
||||
$retval .= '<h2>SQL upload ( ';
|
||||
$retval .= '<span class="pma_import_count">0</span> ';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user