mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Cosmetic bug fixes
This commit is contained in:
@@ -128,10 +128,10 @@ function imageselector_shortcode($parm = '', $mod = '')
|
||||
}
|
||||
}
|
||||
}
|
||||
$text .= '</optgroup>\n';
|
||||
$text .= "</optgroup>\n";
|
||||
}
|
||||
$text .= "</select>";
|
||||
$text .= "<a href='#' onclick=\"replaceSC('imageselector=".rawurlencode($parm)."&saction=select',\$('{$name_id}').up('form'),'{$name_id}_cont'); return false;\">refresh</a>";
|
||||
$text .= "<a href='#' onclick=\"replaceSC('imageselector=".rawurlencode($parm)."&saction=select',\$('{$name_id}').up('form'),'{$name_id}_cont'); return false;\">refresh</a>";
|
||||
if(!e_AJAX_REQUEST) $text .= '</div>';
|
||||
|
||||
if ($scaction == 'select') return $text;
|
||||
|
Reference in New Issue
Block a user