Skip to content

Commit

Permalink
Add new menu item:
Browse files Browse the repository at this point in the history
report-package-notifications.php
ABI Package Subscriptions
  • Loading branch information
dlangille committed Mar 11, 2024
1 parent bc57415 commit 2a5bd98
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions include/freshports.php
Original file line number Diff line number Diff line change
Expand Up @@ -2306,12 +2306,13 @@ function freshports_SideBar() {
<tr>
<td>';

$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/pkg_upload.php', "Upload", "Upoad a file containing a list of ports you want to add to your watch list");
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/watch-categories.php', "Categories", "Search through categories for ports to add to your watch list" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/watch-list-maintenance.php', "Maintain", "Maintain your watch list[s]" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/watch.php', "Ports", "Your list of watched ports" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/backend/watch-list.php', "Personal Newsfeeds", "A list of news feeds for your watched lists" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/report-subscriptions.php', "Report Subscriptions", "Maintain your list of subscriptions" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/pkg_upload.php', "Upload", "Upoad a file containing a list of ports you want to add to your watch list");
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/watch-categories.php', "Categories", "Search through categories for ports to add to your watch list" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/watch-list-maintenance.php', "Maintain", "Maintain your watch list[s]" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/watch.php', "Ports", "Your list of watched ports" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/backend/watch-list.php', "Personal Newsfeeds", "A list of news feeds for your watched lists" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/report-subscriptions.php', "Report Subscriptions", "Maintain your list of subscriptions" );
$HTML .= freshports_SideBarHTML($_SERVER["PHP_SELF"], '/report-package-notifications.php', "ABI Package Subscriptions", "Maintain your ABI package subscriptions" );

$HTML .= '
</td>
Expand Down

0 comments on commit 2a5bd98

Please sign in to comment.