This commit is contained in:
dignajar 2015-11-30 23:57:46 -03:00
parent 373777d400
commit 940539c7f1
104 changed files with 13 additions and 4 deletions

0
kernel/admin/themes/default/css/uikit/form-file.almost-flat.min.css vendored Executable file → Normal file
View File

View File

0
kernel/admin/themes/default/css/uikit/progress.almost-flat.min.css vendored Executable file → Normal file
View File

0
kernel/admin/themes/default/css/uikit/uikit.almost-flat.min.css vendored Executable file → Normal file
View File

0
kernel/admin/themes/default/css/uikit/upload.almost-flat.min.css vendored Executable file → Normal file
View File

0
kernel/admin/themes/default/js/uikit/uikit.min.js vendored Executable file → Normal file
View File

0
kernel/admin/themes/default/js/uikit/upload.min.js vendored Executable file → Normal file
View File

View 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>

View File

@ -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/langs/bg.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/cs.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/de.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/es.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/fr.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/he.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/id.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/it.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/ja.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/pt.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/ru.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/uk.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/langs/zh.js Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/advlist/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/anchor/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/autolink/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/autoresize/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/autosave/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/bbcode/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/charmap/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/code/plugin.min.js vendored Executable file → Normal file
View File

View File

0
plugins/tinymce/tinymce/plugins/codesample/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/colorpicker/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/contextmenu/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/directionality/plugin.min.js vendored Executable file → Normal file
View File

View File

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 354 B

View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

View File

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 331 B

View File

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 342 B

View File

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 340 B

View File

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

View File

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 321 B

View File

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 323 B

View File

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 344 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 328 B

View File

Before

Width:  |  Height:  |  Size: 337 B

After

Width:  |  Height:  |  Size: 337 B

View File

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 350 B

View File

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

0
plugins/tinymce/tinymce/plugins/emoticons/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/example/dialog.html Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/example/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/example_dependency/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/fullpage/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/fullscreen/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/hr/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/image/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/imagetools/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/importcss/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/insertdatetime/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/layer/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/legacyoutput/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/link/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/lists/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/media/moxieplayer.swf Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/media/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/nonbreaking/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/noneditable/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/pagebreak/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/paste/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/preview/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/print/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/save/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/searchreplace/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/spellchecker/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/tabfocus/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/table/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/template/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/textcolor/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/textpattern/plugin.min.js vendored Executable file → Normal file
View File

View File

0
plugins/tinymce/tinymce/plugins/visualblocks/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/visualchars/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/plugins/wordcount/plugin.min.js vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/skins/lightgray/content.inline.min.css vendored Executable file → Normal file
View File

0
plugins/tinymce/tinymce/skins/lightgray/content.min.css vendored Executable file → Normal file
View File

View File

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

View File

0
plugins/tinymce/tinymce/skins/lightgray/img/anchor.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 53 B

After

Width:  |  Height:  |  Size: 53 B

0
plugins/tinymce/tinymce/skins/lightgray/img/loader.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

0
plugins/tinymce/tinymce/skins/lightgray/img/object.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 152 B

After

Width:  |  Height:  |  Size: 152 B

0
plugins/tinymce/tinymce/skins/lightgray/img/trans.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 43 B

After

Width:  |  Height:  |  Size: 43 B

Some files were not shown because too many files have changed in this diff Show More