Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL-CMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Rasmussen
UNL-CMS
Commits
d98e1521
Commit
d98e1521
authored
12 years ago
by
Eric Rasmussen
Browse files
Options
Downloads
Patches
Plain Diff
[gh-417] Place Media TinyMCE button in the top row
parent
556fec95
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sites/all/modules/unl_wysiwyg/unl_wysiwyg.module
+1
-1
1 addition, 1 deletion
sites/all/modules/unl_wysiwyg/unl_wysiwyg.module
with
1 addition
and
1 deletion
sites/all/modules/unl_wysiwyg/unl_wysiwyg.module
+
1
−
1
View file @
d98e1521
...
@@ -39,7 +39,7 @@ function unl_wysiwyg_wysiwyg_editor_settings_alter(&$settings, $context) {
...
@@ -39,7 +39,7 @@ function unl_wysiwyg_wysiwyg_editor_settings_alter(&$settings, $context) {
// Process a default order for the buttons
// Process a default order for the buttons
$enabled_buttons
=
preg_split
(
'/,/'
,
$settings
[
'theme_advanced_buttons1'
]);
$enabled_buttons
=
preg_split
(
'/,/'
,
$settings
[
'theme_advanced_buttons1'
]);
$default_buttons
=
array
(
'formatselect'
,
'|'
,
'bold'
,
'italic'
,
'strikethrough'
,
'|'
,
'bullist'
,
'numlist'
,
'blockquote'
,
'|'
,
'justifyleft'
,
'justifycenter'
,
'justifyright'
,
'|'
,
'link'
,
'unlink'
,
'image'
,
'|'
,
'pastetext'
,
'pasteword'
,
'removeformat'
,
'|'
,
'pdw_toggle'
,
$default_buttons
=
array
(
'formatselect'
,
'|'
,
'bold'
,
'italic'
,
'strikethrough'
,
'|'
,
'bullist'
,
'numlist'
,
'blockquote'
,
'|'
,
'justifyleft'
,
'justifycenter'
,
'justifyright'
,
'|'
,
'link'
,
'unlink'
,
'image'
,
'media'
,
'|'
,
'pastetext'
,
'pasteword'
,
'removeformat'
,
'|'
,
'pdw_toggle'
,
'PAGEBREAK'
,
'styleselect'
,
'forecolor'
,
'backcolor'
,
'|'
,
'underline'
,
'|'
,
'justifyfull'
,
'|'
,
'sup'
,
'sub'
,
'charmap'
,
'|'
,
'indent'
,
'outdent'
,
'|'
,
'anchor'
,
'|'
,
'unlGrid'
,
'unlZenBox'
,
'unlTooltip'
,
'|'
,
'undo'
,
'redo'
,
'|'
,
'search'
,
'replace'
,
'|'
,
'fullscreen'
,
);
'PAGEBREAK'
,
'styleselect'
,
'forecolor'
,
'backcolor'
,
'|'
,
'underline'
,
'|'
,
'justifyfull'
,
'|'
,
'sup'
,
'sub'
,
'charmap'
,
'|'
,
'indent'
,
'outdent'
,
'|'
,
'anchor'
,
'|'
,
'unlGrid'
,
'unlZenBox'
,
'unlTooltip'
,
'|'
,
'undo'
,
'redo'
,
'|'
,
'search'
,
'replace'
,
'|'
,
'fullscreen'
,
);
foreach
(
$default_buttons
as
$button
)
{
foreach
(
$default_buttons
as
$button
)
{
if
(
in_array
(
$button
,
$enabled_buttons
))
{
if
(
in_array
(
$button
,
$enabled_buttons
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment