ff ui / link to tpac; remove eg navbar
authorBill Erickson <berick@esilibrary.com>
Mon, 4 Nov 2013 17:20:42 +0000 (12:20 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 4 Nov 2013 17:20:42 +0000 (12:20 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/staff/fulfillment/t_status.tt2
Open-ILS/src/templates/staff/index.tt2
Open-ILS/src/templates/staff/t_base.tt2
Open-ILS/src/templates/staff/t_login.tt2

index aca0040..76e633d 100644 (file)
@@ -45,7 +45,7 @@
           <th>Item Details</th>
           <th>
             <a target="_blank" ng-show="item.source_lib"
-              href="/opac/en-US/skin/default/xml/rdetail.xml?r={{item.bib_id}}">
+              href="/eg/opac/record/{{item.bib_id}}">
               View in Catalog
             </a>
             <span ng-show="item.not_found" 
index e543d1a..d78994f 100644 (file)
@@ -4,6 +4,8 @@
   ctx.page_app = "egHome";
 %]
 
+[% BLOCK APP_CSS; END %]
+
 [% BLOCK APP_JS %]
 <script src="[% ctx.media_prefix %]/js/ui/default/staff/app.js"></script>
 [% END %]
index 22059b7..a17529a 100644 (file)
@@ -16,7 +16,7 @@
     %]
   </head>
   <body>
-    [% INCLUDE "staff/t_navbar.tt2" UNLESS ctx.page_no_navbar %]
+    [%# INCLUDE "staff/t_navbar.tt2" %]<!-- no navbar for ff; TODO: css, etc. -->
     <div id="top-content-container" class="container">[% content %]</div>
   </body>
   [% 
index 506e3eb..1967cae 100644 (file)
@@ -1,3 +1,4 @@
+<br/><br/> <!-- FF: need space w/o navbar: TODO: css -->
 <div class="container">
   <div class="row">
     <div class="col-lg-3"></div><!-- offset? -->