Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FUSS Online Collaboration Suite
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
FUSS Team
FUSS Online Collaboration Suite
Commits
36715b7a
Commit
36715b7a
authored
8 years ago
by
Andras Timar
Browse files
Options
Downloads
Patches
Plain Diff
loleaflet: switch position of View and Insert menus
parent
443d0bae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
loleaflet/src/control/Control.Menubar.js
+14
-14
14 additions, 14 deletions
loleaflet/src/control/Control.Menubar.js
with
14 additions
and
14 deletions
loleaflet/src/control/Control.Menubar.js
+
14
−
14
View file @
36715b7a
...
...
@@ -25,6 +25,12 @@ L.Control.Menubar = L.Control.extend({
{
type
:
'
separator
'
},
{
name
:
_
(
'
Select all
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:SelectAll
'
}]
},
{
name
:
_
(
'
View
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Full screen
'
),
id
:
'
fullscreen
'
,
type
:
'
action
'
},
{
type
:
'
separator
'
},
{
name
:
_
(
'
Zoom in
'
),
id
:
'
zoomin
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Zoom out
'
),
id
:
'
zoomout
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Reset zoom
'
),
id
:
'
zoomreset
'
,
type
:
'
action
'
}]
},
{
name
:
_
(
'
Insert
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Image
'
),
id
:
'
insertgraphic
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Comment
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertAnnotation
'
},
{
type
:
'
separator
'
},
...
...
@@ -34,12 +40,6 @@ L.Control.Menubar = L.Control.extend({
{
name
:
_
(
'
Page break
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertPageBreak
'
},
{
name
:
_
(
'
Column break
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertColumnBreak
'
}]
},
{
name
:
_
(
'
View
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Full screen
'
),
id
:
'
fullscreen
'
,
type
:
'
action
'
},
{
type
:
'
separator
'
},
{
name
:
_
(
'
Zoom in
'
),
id
:
'
zoomin
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Zoom out
'
),
id
:
'
zoomout
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Reset zoom
'
),
id
:
'
zoomreset
'
,
type
:
'
action
'
}]
},
{
name
:
_
(
'
Tables
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Insert
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Rows before
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertRowsBefore
'
},
{
name
:
_
(
'
Rows after
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertRowsAfter
'
},
{
type
:
'
separator
'
},
...
...
@@ -77,14 +77,14 @@ L.Control.Menubar = L.Control.extend({
{
type
:
'
separator
'
},
{
name
:
_
(
'
Select all
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:SelectAll
'
}]
},
{
name
:
_
(
'
Insert
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Image
'
),
id
:
'
insertgraphic
'
,
type
:
'
action
'
}]
},
{
name
:
_
(
'
View
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Full screen
'
),
id
:
'
fullscreen
'
,
type
:
'
action
'
},
{
type
:
'
separator
'
},
{
name
:
_
(
'
Zoom in
'
),
id
:
'
zoomin
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Zoom out
'
),
id
:
'
zoomout
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Reset zoom
'
),
id
:
'
zoomreset
'
,
type
:
'
action
'
}]
},
{
name
:
_
(
'
Insert
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Image
'
),
id
:
'
insertgraphic
'
,
type
:
'
action
'
}]
},
{
name
:
_
(
'
Tables
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Insert
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Rows before
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertRowsBefore
'
},
{
name
:
_
(
'
Rows after
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertRowsAfter
'
},
{
type
:
'
separator
'
},
...
...
@@ -123,18 +123,18 @@ L.Control.Menubar = L.Control.extend({
{
type
:
'
separator
'
},
{
name
:
_
(
'
Select all
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:SelectAll
'
}]
},
{
name
:
_
(
'
Insert
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Image
'
),
id
:
'
insertgraphic
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Comment
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertAnnotation
'
},
{
type
:
'
separator
'
},
{
name
:
_
(
'
Row
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertRows
'
},
{
name
:
_
(
'
Column
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertColumns
'
}]
},
{
name
:
_
(
'
View
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Full screen
'
),
id
:
'
fullscreen
'
,
type
:
'
action
'
},
{
type
:
'
separator
'
},
{
name
:
_
(
'
Zoom in
'
),
id
:
'
zoomin
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Zoom out
'
),
id
:
'
zoomout
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Reset zoom
'
),
id
:
'
zoomreset
'
,
type
:
'
action
'
}]
},
{
name
:
_
(
'
Insert
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Image
'
),
id
:
'
insertgraphic
'
,
type
:
'
action
'
},
{
name
:
_
(
'
Comment
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertAnnotation
'
},
{
type
:
'
separator
'
},
{
name
:
_
(
'
Row
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertRows
'
},
{
name
:
_
(
'
Column
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertColumns
'
}]
},
{
name
:
_
(
'
Cells
'
),
type
:
'
menu
'
,
menu
:
[{
name
:
_
(
'
Insert row
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertRows
'
},
{
name
:
_
(
'
Insert column
'
),
type
:
'
unocommand
'
,
uno
:
'
.uno:InsertColumns
'
},
{
type
:
'
separator
'
},
...
...
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