Repair Vandelay match_set_tree link user/berick/vandelay-match-set-tree-link
authorBill Erickson <berick@esilibrary.com>
Fri, 21 Oct 2011 16:36:48 +0000 (12:36 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 21 Oct 2011 16:36:48 +0000 (12:36 -0400)
ctx.base_path includes the "/eg" portion of the path, so no need to
duplicate that in the template.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/conify/global/vandelay/match_set.tt2

index 2a719d2..2e36696 100644 (file)
@@ -66,7 +66,7 @@
 
     function tree_editor_link(datum) {
         if (!datum) return "";
-        return '<a href="[% ctx.base_path %]/eg/conify/global/vandelay/match_set_tree?match_set=' +
+        return '<a href="[% ctx.base_path %]/conify/global/vandelay/match_set_tree?match_set=' +
             datum.id + '">' + datum.name + '</a>';
     }