X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/d634e557c4fbdb23d054be46377da7cafb68d7f4..229b6a2dc688e92570dd7f8b766adec3e1ee01ed:/edit/page.js diff --git a/edit/page.js b/edit/page.js index 35497c1..ccc1115 100644 --- a/edit/page.js +++ b/edit/page.js @@ -128,6 +128,8 @@ CKEDITOR.on('instanceCreated', function (event) { { name: 'Attributie', element: 'em', attributes: { 'class': 'right' } }, { name: 'Quote', element: 'q' }, { name: 'Gemarkeerd', element: 'span', styles: { 'background-color': 'Yellow' } }, + { name: 'Ingelogd', element: 'span', attributes: { 'class': 'login' } }, + { name: 'Uitgelogd', element: 'span', attributes: { 'class': 'logout' } }, { name: 'Kadertekst', element: 'aside' }, { name: 'Uitgelijnd', element: 'div', attributes: { 'class': 'right' } },