LP#1772680: Added blank target for hyperlinks
authorJaswinder Singh <jaswinder.singh0011@gmail.com>
Tue, 25 Sep 2018 21:39:33 +0000 (17:39 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 4 Mar 2019 18:18:05 +0000 (13:18 -0500)
Signed-off-by: Jaswinder Singh <jaswinder.singh0011@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/ebook_api/rbdigital/register_modal.tt2

index 1005bea..76c75e0 100644 (file)
@@ -57,8 +57,8 @@
           <div class="center-text">
             Your RBdigital account has been created!<br><br>
             Please remember the RBdigital password you just created. It may be different from your PINES password.<br><br>
-            Visit <a href="https://[% vendor_library_url %]">https://[% vendor_library_url %]</a>/#/help/support to learn about RBdigital and to download RBdigital mobile and desktop apps.<br><br>
-            Visit <a href="https://[% vendor_library_url %]">https://[% vendor_library_url %]</a> to search for e-books and e-audiobooks at RBdigital.com or use the RBdigital tab to search from them from this PINES site
+            Visit <a href="https://[% vendor_library_url %]" target="_blank">https://[% vendor_library_url %]</a>/#/help/support to learn about RBdigital and to download RBdigital mobile and desktop apps.<br><br>
+            Visit <a href="https://[% vendor_library_url %]" target="_blank">https://[% vendor_library_url %]</a> to search for e-books and e-audiobooks at RBdigital.com or use the RBdigital tab to search from them from this PINES site
           </div>
           <button id="btnCloseRegisterSuccess" type="submit" class="btn btn-danger btn-default pull-right" data-dismiss="modal">Ok</button>
         </div>