LP#1775466 Point AngJS server/acq admins to Ang6 versions
authorBill Erickson <berickxx@gmail.com>
Tue, 12 Jun 2018 18:00:07 +0000 (14:00 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 5 Sep 2018 14:05:23 +0000 (10:05 -0400)
Clicking on the Server Administration or Acquisitions Administration
links in the AngularJS navbar now take the user to the Angular versions
of the admin spash pages.

Links in these splash pages point to either Angular versions of admin
pages or back to the AngularJS versions where necessary.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/navbar.tt2

index d14a29a..0bcaa60 100644 (file)
             </a>
           </li>
           <li>
-            <a href="./admin/server/index" target="_self">
+            <a href="/eg2/staff/admin/server/splash">
               <span class="glyphicon glyphicon-briefcase"></span>
               [% l('Server Administration') %]
             </a>
             </a>
           </li>
           <li>
-            <a href="./admin/acq/index" target="_self">
+            <a href="/eg2/staff/admin/acq/splash">
               <span class="glyphicon glyphicon-usd"></span>
               [% l('Acquisitions Administration') %]
             </a>