Updates
0
kernel/admin/themes/default/css/uikit/form-file.almost-flat.min.css
vendored
Executable file → Normal file
0
kernel/admin/themes/default/css/uikit/placeholder.almost-flat.min.css
vendored
Executable file → Normal file
0
kernel/admin/themes/default/css/uikit/progress.almost-flat.min.css
vendored
Executable file → Normal file
0
kernel/admin/themes/default/css/uikit/uikit.almost-flat.min.css
vendored
Executable file → Normal file
0
kernel/admin/themes/default/css/uikit/upload.almost-flat.min.css
vendored
Executable file → Normal file
|
@ -97,7 +97,12 @@ HTML::formClose();
|
|||
|
||||
echo '</div>';
|
||||
echo '<div class="uk-width-3-10" style="margin-top: 50px; text-align: center;">';
|
||||
echo '<img id="jsprofilePicture" class="uk-border-rounded" src="'.HTML_PATH_UPLOADS_PROFILES.$_user['username'].'.jpg" alt="'.$L->g('Profile picture').'">';
|
||||
if(file_exists(PATH_UPLOADS_PROFILES.$_user['username'].'.jpg')) {
|
||||
echo '<img id="jsprofilePicture" class="uk-border-rounded" src="'.HTML_PATH_UPLOADS_PROFILES.$_user['username'].'.jpg" alt="'.$L->g('Profile picture').'">';
|
||||
}
|
||||
else {
|
||||
echo '<div class="uk-block uk-border-rounded uk-block-muted uk-block-large">'.$L->g('Profile picture').'</div>';
|
||||
}
|
||||
HTML::profileUploader($_user['username']);
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
|
@ -122,4 +127,4 @@ $(document).ready(function() {
|
|||
|
||||
});
|
||||
|
||||
</script>
|
||||
</script>
|
|
@ -65,9 +65,13 @@ class pluginTinymce extends Plugin {
|
|||
// Load CSS and JS only on Controllers in array.
|
||||
if(in_array($layout['controller'], $this->loadWhenController))
|
||||
{
|
||||
$language = $Site->shortLanguage();
|
||||
$pluginPath = $this->htmlPath();
|
||||
|
||||
$language = '';
|
||||
if($Site->shortLanguage()!=='en') {
|
||||
$language = 'language_url:"'.$pluginPath.'tinymce/langs/'.$Site->shortLanguage().'.js",';
|
||||
}
|
||||
|
||||
$html = '<script>$(document).ready(function() { ';
|
||||
$html .= 'tinymce.init({
|
||||
selector: "#jscontent",
|
||||
|
@ -79,7 +83,7 @@ class pluginTinymce extends Plugin {
|
|||
width:"100%",
|
||||
statusbar: false,
|
||||
menubar:false,
|
||||
language_url:"'.$pluginPath.'tinymce/langs/'.$language.'.js",
|
||||
'.$language.'
|
||||
browser_spellcheck: true,
|
||||
autoresize_bottom_margin: "50",
|
||||
pagebreak_separator: "'.PAGE_BREAK.'",
|
||||
|
|
0
plugins/tinymce/tinymce/plugins/directionality/plugin.min.js
vendored
Executable file → Normal file
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 329 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
0
plugins/tinymce/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif
Executable file → Normal file
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
0
plugins/tinymce/tinymce/plugins/emoticons/img/smiley-money-mouth.gif
Executable file → Normal file
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B |
0
plugins/tinymce/tinymce/plugins/example_dependency/plugin.min.js
vendored
Executable file → Normal file
0
plugins/tinymce/tinymce/plugins/insertdatetime/plugin.min.js
vendored
Executable file → Normal file
0
plugins/tinymce/tinymce/plugins/searchreplace/plugin.min.js
vendored
Executable file → Normal file
0
plugins/tinymce/tinymce/skins/lightgray/content.inline.min.css
vendored
Executable file → Normal file
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 53 B After Width: | Height: | Size: 53 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 43 B After Width: | Height: | Size: 43 B |