Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mahara
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mahara
mahara
Commits
3db4ecaf
Commit
3db4ecaf
authored
Nov 28, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Nov 28, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1516412: Adding an underline to the copy note alert link"
parents
adcddb41
e4204b31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
htdocs/artefact/internal/editnote.php
htdocs/artefact/internal/editnote.php
+1
-1
htdocs/theme/raw/sass/_shame.scss
htdocs/theme/raw/sass/_shame.scss
+7
-1
No files found.
htdocs/artefact/internal/editnote.php
View file @
3db4ecaf
...
...
@@ -141,7 +141,7 @@ function editnote_callback(form, data) {
EOF;
$othernotecount
=
count_records
(
'view_artefact'
,
'artefact'
,
$artefact
->
get
(
'id'
));
$othernotesmsg
=
'<div class="
warning
">'
.
get_string
(
'textusedinothernotes'
,
'blocktype.internal/textbox'
,
$othernotecount
)
.
'</div>'
;
$othernotesmsg
=
'<div class="
alert alert-info
">'
.
get_string
(
'textusedinothernotes'
,
'blocktype.internal/textbox'
,
$othernotecount
)
.
'</div>'
;
$smarty
=
smarty
(
array
(),
array
(),
array
(),
array
(
'tinymceconfig'
=>
'
...
...
htdocs/theme/raw/sass/_shame.scss
View file @
3db4ecaf
...
...
@@ -57,4 +57,10 @@
}
}
}
}
\ No newline at end of file
}
// Overrides the default link underline state so that the note block's
// 'Make a copy' link can have an underline
.alert
a
.copytextboxnote
{
text-decoration
:
underline
;
}
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