Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
BRIC
dokuwiki
Commits
cf71061d
Commit
cf71061d
authored
7 years ago
by
Andreas Gohr
Browse files
Options
Downloads
Patches
Plain Diff
added two more missing action icons
parent
92ca7c1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
inc/Menu/Item/Back.php
+3
-2
3 additions, 2 deletions
inc/Menu/Item/Back.php
inc/Menu/Item/Resendpwd.php
+2
-0
2 additions, 0 deletions
inc/Menu/Item/Resendpwd.php
lib/images/menu/lock-reset.svg
+1
-0
1 addition, 0 deletions
lib/images/menu/lock-reset.svg
with
6 additions
and
2 deletions
inc/Menu/Item/Back.php
+
3
−
2
View file @
cf71061d
...
...
@@ -5,8 +5,8 @@ namespace dokuwiki\Menu\Item;
/**
* Class Back
*
*
@fixme where
is
th
is
used?
*
@fixme missing SVG
*
Navigates back up one namepspace. Th
is is
currently not used in any menu. Templates
*
would need to add this item manually.
*/
class
Back
extends
AbstractItem
{
...
...
@@ -23,6 +23,7 @@ class Back extends AbstractItem {
$this
->
id
=
$parent
;
$this
->
params
=
array
(
'do'
=>
''
);
$this
->
accesskey
=
'b'
;
$this
->
svg
=
DOKU_INC
.
'lib/images/menu/12-back_arrow-left.svg'
;
}
}
This diff is collapsed.
Click to expand it.
inc/Menu/Item/Resendpwd.php
+
2
−
0
View file @
cf71061d
...
...
@@ -17,6 +17,8 @@ class Resendpwd extends AbstractItem {
if
(
$INPUT
->
server
->
str
(
'REMOTE_USER'
))
{
throw
new
\RuntimeException
(
"no resendpwd when already logged in"
);
}
$this
->
svg
=
DOKU_INC
.
'lib/images/menu/lock-reset.svg'
;
}
}
This diff is collapsed.
Click to expand it.
lib/images/menu/lock-reset.svg
0 → 100644
+
1
−
0
View file @
cf71061d
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
><path
d=
"M12.63 2c5.53 0 10.01 4.5 10.01 10s-4.48 10-10.01 10c-3.51 0-6.58-1.82-8.37-4.57l1.58-1.25C7.25 18.47 9.76 20 12.64 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8C8.56 4 5.2 7.06 4.71 11h2.76l-3.74 3.73L0 11h2.69c.5-5.05 4.76-9 9.94-9m2.96 8.24c.5.01.91.41.91.92v4.61c0 .5-.41.92-.92.92h-5.53c-.51 0-.92-.42-.92-.92v-4.61c0-.51.41-.91.91-.92V9.23c0-1.53 1.25-2.77 2.77-2.77 1.53 0 2.78 1.24 2.78 2.77v1.01m-2.78-2.38c-.75 0-1.37.61-1.37 1.37v1.01h2.75V9.23c0-.76-.62-1.37-1.38-1.37z"
/></svg>
\ No newline at end of file
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