Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
aed49fe9
Commit
aed49fe9
authored
Jan 20, 2016
by
Robert Lyon
Committed by
Gerrit Code Review
Jan 20, 2016
Browse files
Merge "Changed arrow-down for arrow left to arrow-left"
parents
e4577cac
f3a5f972
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/view/columnediting.tpl
View file @
aed49fe9
...
...
@@ -3,7 +3,7 @@
<div
class=
"btn-header btn-group
{
if
$column
==
1
}
btn-three
{
else
}
btn-two
{/
if
}
"
>
{
if
$column
==
1
}
<button
name=
"action_addcolumn_row_
{
$row
}
_before_1"
alt=
"
{
str
tag
=
'add'
section
=
'view'
}
"
title=
"
{
str
tag
=
'addcolumn'
section
=
'view'
}
"
data-action=
"addcolumn"
class=
"js-add-column-left addcolumn btn btn-default btn-sm text-left"
>
<span
class=
"icon-long-arrow-
down
icon-rotate-45 icon"
role=
"presentation"
></span>
<span
class=
"icon-long-arrow-
left
icon-rotate-45 icon"
role=
"presentation"
></span>
<span
class=
"icon-plus icon"
role=
"presentation"
></span>
</button>
{/
if
}
...
...
Write
Preview
Supports
Markdown
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