Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
entity_embed
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
entity_embed
Commits
911cc267
Commit
911cc267
authored
Jul 13, 2015
by
Devin Carlson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added classes to primary buttons.
parent
bf1d441a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
entity_embed.admin.inc
entity_embed.admin.inc
+6
-0
No files found.
entity_embed.admin.inc
View file @
911cc267
...
...
@@ -111,6 +111,9 @@ function entity_embed_dialog_form($form, &$form_state, $filter_format, $embed_bu
'#type'
=>
'actions'
,
);
$form
[
'actions'
][
'save_modal'
]
=
array
(
'#attributes'
=>
array
(
'class'
=>
array
(
'button--primary'
),
),
'#type'
=>
'submit'
,
'#value'
=>
t
(
'Next'
),
// No regular submit-handler. This form only works via JavaScript.
...
...
@@ -240,6 +243,9 @@ function entity_embed_dialog_form($form, &$form_state, $filter_format, $embed_bu
),
);
$form
[
'actions'
][
'save_modal'
]
=
array
(
'#attributes'
=>
array
(
'class'
=>
array
(
'button--primary'
),
),
'#type'
=>
'submit'
,
'#value'
=>
t
(
'Embed'
),
// No regular submit-handler. This form only works via JavaScript.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment