Added icons to the more... menu

This commit is contained in:
Starbeamrainbowlabs 2016-01-16 15:12:42 +00:00
parent 31b678668b
commit 59afefc3ce
3 changed files with 11 additions and 10 deletions

View File

@ -6,6 +6,7 @@
- Added the all tags page to the "More..." menu by default. - Added the all tags page to the "More..." menu by default.
- Added recent changes page under the action `recent-changes`. - 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. - Changed the cursor when hovering over a time to indicate that the tooltip contains more information.
- Added icons to the "More..." menu
## Changed ## Changed
- Improved appearance of the all pages list. - Improved appearance of the all pages list.

View File

@ -180,11 +180,11 @@ $settings->nav_links = [
// An array of additional links in the above format that will be shown under // An array of additional links in the above format that will be shown under
// "More" subsection. // "More" subsection.
$settings->nav_links_extra = [ $settings->nav_links_extra = [
[ "All Tags", "index.php?action=list-tags" ], [ "🎫 All Tags", "index.php?action=list-tags" ],
[ "Upload", "index.php?action=upload" ], [ "🡅 Upload", "index.php?action=upload" ],
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ], [ "⌧ $settings->admindisplaychar" . "Delete", "index.php?action=delete&page={page}" ],
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ], [ "⎘ $settings->admindisplaychar" . "Move", "index.php?action=move&page={page}" ],
[ $settings->admindisplaychar . "Toggle Protection", "index.php?action=protect&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 // An array of links in the above format that will be shown at the bottom of

View File

@ -169,11 +169,11 @@ $settings->nav_links = [
// An array of additional links in the above format that will be shown under // An array of additional links in the above format that will be shown under
// "More" subsection. // "More" subsection.
$settings->nav_links_extra = [ $settings->nav_links_extra = [
[ "All Tags", "index.php?action=list-tags" ], [ "🎫 All Tags", "index.php?action=list-tags" ],
[ "Upload", "index.php?action=upload" ], [ "🡅 Upload", "index.php?action=upload" ],
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ], [ "⌧ $settings->admindisplaychar" . "Delete", "index.php?action=delete&page={page}" ],
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ], [ "⎘ $settings->admindisplaychar" . "Move", "index.php?action=move&page={page}" ],
[ $settings->admindisplaychar . "Toggle Protection", "index.php?action=protect&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 // An array of links in the above format that will be shown at the bottom of