Commit 12bcaba7 authored by Ad Schellevis's avatar Ad Schellevis

(menu system) reformat menu xml

parent 8b994d62
<menu> <menu>
<!-- Core menu system including legacy stuff --> <!-- Core menu system including legacy stuff -->
<User order="0" cssClass="glyphicon glyphicon-user"> <User order="0" cssClass="glyphicon glyphicon-user">
<ChangePassword VisibleName="Change password" url="/system_usermanager_passwordmg.php" /> <ChangePassword VisibleName="Change password" url="/system_usermanager_passwordmg.php"/>
</User> </User>
<System order="1" VisibleName="System" cssClass="glyphicon glyphicon-dashboard"> <System order="1" VisibleName="System" cssClass="glyphicon glyphicon-dashboard">
<Certificates url="/system_certmanager.php"> <Certificates url="/system_certmanager.php">
...@@ -218,10 +218,13 @@ ...@@ -218,10 +218,13 @@
<Help order="8" cssClass="glyphicon glyphicon-question-sign"> <Help order="8" cssClass="glyphicon glyphicon-question-sign">
<AboutThisPage VisibleName="About this Page" url="/help.php" IsExternal="Y"/> <AboutThisPage VisibleName="About this Page" url="/help.php" IsExternal="Y"/>
<DevelopersWiki VisibleName="Developers Wiki" url="https://wiki.opnsense.org/index.php/developers" IsExternal="Y"/> <DevelopersWiki VisibleName="Developers Wiki" url="https://wiki.opnsense.org/index.php/developers"
IsExternal="Y"/>
<Documentation url="https://wiki.opnsense.org/" IsExternal="Y"/> <Documentation url="https://wiki.opnsense.org/" IsExternal="Y"/>
<FreeBSDHandbook VisibleName="FreeBSD Handbook" url="https://www.freebsd.org/doc/en/books/handbook/" IsExternal="Y"/> <FreeBSDHandbook VisibleName="FreeBSD Handbook" url="https://www.freebsd.org/doc/en/books/handbook/"
<PaidSupport VisibleName="Paid Support" url="https://opnsense.org/support-overview/commercial-support/" IsExternal="Y"/> IsExternal="Y"/>
<PaidSupport VisibleName="Paid Support" url="https://opnsense.org/support-overview/commercial-support/"
IsExternal="Y"/>
<UserForum VisibleName="UserForum" url="https://forum.opnsense.org/" IsExternal="Y"/> <UserForum VisibleName="UserForum" url="https://forum.opnsense.org/" IsExternal="Y"/>
</Help> </Help>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment