1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 05:24:38 +02:00

Fix for legacy rss feed url and news post 'visibility' form element.

This commit is contained in:
Cameron
2015-04-12 18:45:48 -07:00
parent 114cede50c
commit c7675f616a
7 changed files with 99 additions and 21 deletions

View File

@@ -38,10 +38,10 @@
}
});
/*
// Emoticons
ed.addButton('e107-emotes', {
text: '',
ed.addButton('e107-bbcode', {
text: 'bbcode',
icon: 'emoticons',
onclick: function() {
// Open window
@@ -49,7 +49,8 @@
ed.windowManager.open({
title: 'Example plugin',
body: [
{type: 'textbox', name: 'title', label: 'Title'}
{type: 'textbox', name: 'code', label: 'BbCode'},
{type: 'textbox', name: 'parm', label: 'Parameters'}
],
onsubmit: function(e) {
// Insert content when the window form is submitted
@@ -59,7 +60,7 @@
}
});
*/
// Media Manager Button
ed.addButton('e107-image', {
text: '',