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
2662681e
Commit
2662681e
authored
Apr 11, 2016
by
Robert Lyon
Committed by
Gerrit Code Review
Apr 11, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Changed 'column' to 'cell' in dropdown (Bug #1482473)" into 15.10_STABLE
parents
231dcf4b
e3859b77
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
htdocs/js/views.js
htdocs/js/views.js
+1
-1
htdocs/lang/en.utf8/view.php
htdocs/lang/en.utf8/view.php
+1
-1
htdocs/view/blocks.php
htdocs/view/blocks.php
+1
-1
No files found.
htdocs/js/views.js
View file @
2662681e
...
...
@@ -404,7 +404,7 @@
var
position
=
$
(
this
).
val
().
split
(
'
-
'
),
element
=
workspace
.
find
(
'
.js-col-row
'
).
eq
(
parseInt
(
position
[
0
],
10
)
-
1
).
find
(
'
.column
'
).
eq
(
parseInt
(
position
[
1
],
10
)
-
1
),
options
=
[
get_string
(
'
blockordertop
'
)],
options
=
[
get_string
(
'
blockordertop
cell
'
)],
selectbox
=
$
(
'
#addblock_position
'
);
element
.
find
(
'
.column-content .blockinstance .blockinstance-header
'
).
each
(
function
()
{
...
...
htdocs/lang/en.utf8/view.php
View file @
2662681e
...
...
@@ -261,7 +261,7 @@ $string['addblock'] = 'Add block: %s';
$string
[
'blockcell'
]
=
'Cell'
;
$string
[
'cellposition'
]
=
'Row %s Column %s'
;
$string
[
'blockorder'
]
=
'Position'
;
$string
[
'blockordertop
'
]
=
'Top of column
'
;
$string
[
'blockordertop
cell'
]
=
'Top of cell
'
;
$string
[
'blockorderafter'
]
=
'After "%s"'
;
$string
[
'rownr'
]
=
'Row %s'
;
$string
[
'nrrows'
]
=
array
(
...
...
htdocs/view/blocks.php
View file @
2662681e
...
...
@@ -196,7 +196,7 @@ $smarty = smarty($javascript, $stylesheets, array(
'view'
=>
array
(
'addblock'
,
'cellposition'
,
'blockordertop'
,
'blockordertop
cell
'
,
'blockorderafter'
,
'moveblock'
,
),
...
...
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