Add files via upload
Plugin.php changed. Added Paypal plugin.
This commit is contained in:
parent
5bcef9123e
commit
1cd2434054
@ -50,10 +50,13 @@ class pluginTinymce extends Plugin {
|
||||
"codesample table hr pagebreak",
|
||||
"advlist lists textcolor wordcount",
|
||||
"contextmenu colorpicker textpattern",
|
||||
"emoticons", "print"
|
||||
"emoticons", "print", "paypal"
|
||||
],
|
||||
toolbar: "restoredraft | formatselect | bold italic strikethrough forecolor backcolor | link | emoticons | print |alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat media table | pagebreak code fullscreen"
|
||||
|
||||
toolbar: "restoredraft paypal | formatselect | bold italic strikethrough forecolor backcolor | link | emoticons | print |alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat media table | pagebreak code fullscreen",
|
||||
|
||||
});
|
||||
|
||||
|
||||
</script>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user