Keep the swapTabs() function around only for the advanced search page
authorsenator <lebbeous@esilibrary.com>
Thu, 3 Feb 2011 17:56:10 +0000 (12:56 -0500)
committersenator <lebbeous@esilibrary.com>
Thu, 3 Feb 2011 17:56:10 +0000 (12:56 -0500)
Other use cases will be replaced with links to actual pages, or
otherwise dealt with.

Open-ILS/web/templates/default/kcls-wire/myopac/main.tt2

index a4158ba..9e1e95e 100644 (file)
@@ -48,9 +48,7 @@
                                 </span>
                             </td>
                             <td align="right" class="view_link">
-                                <a href="javascript:;"
-                                    onclick="swapTabs($('acct_checked_out'));myOPACChangePage('checked');"
-                                    rel="myopac_checked_div">View All</a>
+                                <a href="circs">View All</a>
                             </td>
                         </tr>
                     </table>
@@ -65,9 +63,7 @@
                                 </span>
                             </td>
                             <td align="right" class="view_link">
-                                <a href="javascript:;"
-                                    onclick="swapTabs($('acct_holds'));myOPACChangePage('holds');"
-                                    rel="myopac_holds_div">View All</a>
+                                <a href="holds">View All</a>
                             </td>
                         </tr>
                     </table>
@@ -82,9 +78,7 @@
                                 </span>
                             </td>
                             <td align="right" class="view_link">
-                                <a href="javascript:;"
-                                    onclick="swapTabs($('acct_holds'));myOPACChangePage('holds');"
-                                    rel="myopac_holds_div">View All</a>
+                                <a href="javascript:alert('XXX TODO');">View All</a>
                             </td>
                         </tr>
                     </table>