mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Added icons to the more... menu
This commit is contained in:
parent
31b678668b
commit
59afefc3ce
3 changed files with 11 additions and 10 deletions
|
@ -6,6 +6,7 @@
|
|||
- Added the all tags page to the "More..." menu by default.
|
||||
- Added recent changes page under the action `recent-changes`.
|
||||
- Changed the cursor when hovering over a time to indicate that the tooltip contains more information.
|
||||
- Added icons to the "More..." menu
|
||||
|
||||
## Changed
|
||||
- Improved appearance of the all pages list.
|
||||
|
|
|
@ -180,11 +180,11 @@ $settings->nav_links = [
|
|||
// An array of additional links in the above format that will be shown under
|
||||
// "More" subsection.
|
||||
$settings->nav_links_extra = [
|
||||
[ "All Tags", "index.php?action=list-tags" ],
|
||||
[ "Upload", "index.php?action=upload" ],
|
||||
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
|
||||
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],
|
||||
[ $settings->admindisplaychar . "Toggle Protection", "index.php?action=protect&page={page}" ]
|
||||
[ "🎫 All Tags", "index.php?action=list-tags" ],
|
||||
[ "🡅 Upload", "index.php?action=upload" ],
|
||||
[ "⌧ $settings->admindisplaychar" . "Delete", "index.php?action=delete&page={page}" ],
|
||||
[ "⎘ $settings->admindisplaychar" . "Move", "index.php?action=move&page={page}" ],
|
||||
[ "🔐 $settings->admindisplaychar" . "Toggle Protection", "index.php?action=protect&page={page}" ]
|
||||
];
|
||||
|
||||
// An array of links in the above format that will be shown at the bottom of
|
||||
|
|
|
@ -169,11 +169,11 @@ $settings->nav_links = [
|
|||
// An array of additional links in the above format that will be shown under
|
||||
// "More" subsection.
|
||||
$settings->nav_links_extra = [
|
||||
[ "All Tags", "index.php?action=list-tags" ],
|
||||
[ "Upload", "index.php?action=upload" ],
|
||||
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
|
||||
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],
|
||||
[ $settings->admindisplaychar . "Toggle Protection", "index.php?action=protect&page={page}" ]
|
||||
[ "🎫 All Tags", "index.php?action=list-tags" ],
|
||||
[ "🡅 Upload", "index.php?action=upload" ],
|
||||
[ "⌧ $settings->admindisplaychar" . "Delete", "index.php?action=delete&page={page}" ],
|
||||
[ "⎘ $settings->admindisplaychar" . "Move", "index.php?action=move&page={page}" ],
|
||||
[ "🔐 $settings->admindisplaychar" . "Toggle Protection", "index.php?action=protect&page={page}" ]
|
||||
];
|
||||
|
||||
// An array of links in the above format that will be shown at the bottom of
|
||||
|
|
Loading…
Reference in a new issue